#SlideItMoo_outer {  
	position:relative;
	width:72px; 
	margin:15px 6px 10px;
	padding:25px 10px 25px 32px;
	display:block; 
	background:url(../images/related_videos.gif) no-repeat left 50%;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:72px; 
	height:21px; 
}
#SlideItMoo_outer .SlideItMoo_forward {
	top:0; 
	right:10px;
	background:url(../images/arrow_up.gif) no-repeat center; 
}
#SlideItMoo_outer .SlideItMoo_back { 
	bottom:0; 
	right:10px;
	background:url(../images/arrow_down.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:72px ; /* set a display width to make the slider look good in case js is disabled */
	height:268px;
	margin:0 auto;
	padding:0;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	position:relative; 
	margin:2px 0 0; 
	width:72px;
	font-size:9px;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	display:block; 
}
#SlideItMoo_items div.SlideItMoo_element span {
	margin:0;
	padding:0;
}
#SlideItMoo_items a { padding:5px 0; margin:0; clear:both; display:block; }
#SlideItMoo_items a img{ border:none; }