
/* container for slides */
.images {
	background:#fde0ab;
	border:1px solid #666;
	position:relative;	
	height:270px;
	width:825px;
	float:left;	
	margin-bottom:15px;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;	
}

/* single slide */
.images div {
	position:absolute;
	margin:7px;
	padding:15px 30px 15px 15px;
	width: 802px;
	height: 242px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#FFFFFF;
}

/* tabs (those little circles below slides) */
#tabs1 {

  background-image: url(/Content/images/btn_video2.gif);
 width: 113px;
 height: 28px;
  float: left;
     position: relative; 
}

#tabs1.current {

background: url(/Content/images/btn_video2_ova.gif);
 width: 113px;
 height: 28px;
 position: relative; 
} 	

/* mouseover state */
#tabs1:hover {

background: url(/Content/images/btn_video2_ova.gif);
 width: 113px;
 height: 28px;
     position: relative; 
}


#tabs2 {

  background-image: url(/Content/images/btn_video.gif);
 width: 139px;
 height: 28px;
  float: left;
     position: relative; 
}

#tabs2.current {

background: url(/Content/images/btn_video_ova.gif);
 width: 139px;
 height: 28px;
 position: relative; 
} 	

/* mouseover state */
#tabs2:hover {

background: url(/Content/images/btn_video_ova.gif);
 width: 139px;
 height: 28px;
     position: relative; 
}

#tabs3 {

  background-image: url(/Content/images/btn_video3.gif);
 width: 139px;
 height: 28px;
  float: left;
     position: relative; 
}

#tabs3.current {

background: url(/Content/images/btn_video3_ova.gif);
 width: 139px;
 height: 28px;
 position: relative; 
} 	

/* mouseover state */
#tabs3:hover {

background: url(/Content/images/btn_video3_ova.gif);
 width: 139px;
 height: 28px;
     position: relative; 
}





.tabs {

 float: right;
    text-align: right;
    margin-top: -55px;
     position: relative; 
     margin-left: 400px;
     margin-right: 15px;
}



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
