#RelatedVideosVideo {  
	width:400px; 
	margin:10px auto 10px; 
	background:#050c0d ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	border-bottom:5px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#RelatedVideosVideo .SlideItMoo_forward,
#RelatedVideosVideo .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:100px; 
	bottom:0px; 
	right:5px; 
	background:url(/css/slideitmoo/images/next-flash.gif) no-repeat center ;  
}
#RelatedVideosVideo .SlideItMoo_back { 
	left:5px; 
	vertical-align:middle;
	background:url(/css/slideitmoo/images/prev-flash.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#RelatedVideosVideo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:400px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#RelatedVideosVideo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#RelatedVideosVideo_items div.RelatedVideosVideoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:128px; 
	text-align:center; 
	color:#FFFFFF;
}
#RelatedVideosVideo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#050c0d; padding:2px; }
#RelatedVideosVideo_items a img{ border:none; }




/*Images */
#RelatedVideosImage {  
	width:400px; 
	margin:10px auto 10px; 
	background:#050c0d ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	border-bottom:5px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#RelatedVideosImage .SlideItMoo_forward,
#RelatedVideosImage .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:100px; 
	bottom:0px; 
	right:5px; 
	background:url(/css/slideitmoo/images/next-flash.gif) no-repeat center;  
}
#RelatedVideosImage .SlideItMoo_back { 
	left:5px; 
	background:url(/css/slideitmoo/images/prev-flash.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#RelatedVideosImage_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:400px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#RelatedVideosImage_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#RelatedVideosImage_items div.RelatedVideosImage_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:128px; 
	text-align:center; 
	color:#FFFFFF;
}
#RelatedVideosImage_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#050c0d; padding:2px; }
#RelatedVideosImage_items a img{ border:none; }
	