.container-jukebox-video{
	margin-bottom:20px;
	padding:0;
}
.container-jukebox-video object{
	border-right:5px solid white;
	margin:0 10px 0 0; /* because the h3 and p on the right can't use padding-left to get the spacing there */
}
.container-jukebox-video embed{ /* *properties to target IE */
	*border-right:5px solid white;
	*margin:0 10px 0 0; /* because the h3 and p on the right can't use padding-left to get the spacing there */
	
}
.container-jukebox-video h3.videotitle{
	padding:10px 0 0 0;
	margin:0;
}
.container-jukebox-video p.videobody{
	padding:10px 0 0 0; 
	margin:0;
}

.gallery_selection{
	margin:0 0 20px 0;
}

.gallery_selection label{
	margin:0 12px 0 0;
}

.container-jukebox-items{
	width:320px;
}

.container-jukebox-items ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

div.container-jukebox-items ul li{
	float:left;
	width:150px;
	height:130px;
	margin-right:20px;
	margin-bottom:15px;
	font-size:12px;
	border-bottom:1px solid #DADADA;
}

div.container-jukebox-items ul li.last{
	margin-right:0px !important;
}
