#wrapper{
	min-width: 239px;
	max-width: 479px;
	width:100%;
	height: 100%;
	overflow: visible;
	border: none;
}
#player,#show,#now_playing,#listen_again,#webcam,#meta {
	position: static;
}
.box {
	height: inherit;
	 width:100%;
}
#now_playing {
	height: 150px;
	border: none;
	width: 100%;
}
#player, #show {
width: 100%;
}
#webcam_tag {
	display: none;
}
#webcam {
	background-color: #F1F1F1;
}
#listen_again {
height: auto;
overflow: visible;
}