/* ---------------- MOOSLIDE STYLE ------------- */
#mooslide_outer {  
	width:auto; 
	margin:0 auto; 	
	padding: 0px 0px 0px 0px;	
	display:block; 
	position:relative; 		
}
/* create custom forward-backward buttons for this container */
#mooslide_outer .mooslide_forward,
#mooslide_outer .mooslide_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:15px; 
	height:15px;	
	bottom:5px; 
	right:2px; 
	background:url(../../Content/img/btn_next_15.png) no-repeat bottom left;  	
}
#mooslide_outer .mooslide_back { 
	left:2px; 
	background:url(../../Content/img/btn_previous_15.png) no-repeat bottom right;  	
}

/* the width is set to show the number of thumbnails that will be visible */
#mooslide_inner 
{
	position:relative; 
	overflow:hidden; 
	width:100%; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:2px 0px 20px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#mooslide_items { 
	display:block; 
	position:relative;
	margin: 0 auto;
	text-align: -moz-center;	
}
/* single element design */
#mooslide_items div.mooslide_element { 
	display:block; 
	position:relative; 
	float:left;  		
	text-align:left; 		
}

#mooslide_items a { padding:0px; margin:10px 0px 0px; clear:both; display:block; }
#mooslide_items a img{ border:none; }

/* MOO SLIDES VIDEOS */
#mooslide_items { width: 85%; }
#mooslide_items div.mooslide_element { padding:0px 4px 0px 4px; }
#mooslide_items div.mooslide_element div.video{ background: url('../../Content/img/bg_top_round.png'); background-repeat:no-repeat; background-position: top left; width:142px; }
#mooslide_items div.mooslide_element div.video-title {padding-top: 5px; padding-left: 10px; color: #6A1215; font-size:9px; font-weight:bold; } 
#mooslide_items div.mooslide_element div.video-description { padding-left: 10px; color: #808080; font-size:9px;} 
#mooslide_items div.mooslide_element div.video-extra { padding-left: 10px; color: #808080; font-size:9px; font-style:italic;} 
#mooslide_items div.mooslide_element div.video-button-play { position:absolute; text-align:center; z-index:10000; margin:0 auto; top:50%; width:100%; height:18px; background: url('../../Content/img/btn_play.png'); background-repeat:no-repeat; background-position: center; cursor: hand; }
#mooslide_items div.mooslide_element div.video-image {  }