@charset "utf-8";
/* CSS Document */
/* the overlayed element */
div.overlay { 
	
	/* growing background image */
/*	background-image:url(../images/video/white.png);
*/	
	/* dimensions after the growing animation finishes  */
/*	width:600px;
	height:470px;		
*/	
	/* initially overlay is hidden */
/*	display:none;
*/	
	/* some padding to layout nested elements nicely  */
/*	padding:55px; */
} 

/* default close button positioned on upper right corner */
/*div.overlay div.close {
	background-image:url(../images/video/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

ul li div.overlay {
	position: static!important;
}*/

div.overlay {
	background:url(/html/images/WatchSplashGrey.gif) no-repeat;
	padding:40px;	
	width:476px;  
	display:none;
}

div.overlay div.close {
	background:url(/html/images/ButtonStopPlay.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}


a.player { 		
	display:block;
	height:350px;			
} 

/* img.play {  border: 0; position: absolute; top: 36px; left:55px; width: 44px; height: 44px; behavior: url(iepngfix.htc);} */



/***** Video Gallery *****/

#videogallery { }

#videogallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#videogallery ul li {
	float: left;
	display: block;
	list-style-type: none;
	margin-right:8px;
	padding: 0;
	position: relative;
}

#videogallery img {
	padding: 3px;
	border: 1px solid #D9D9D9;
	height: 113px;
	width: 160px;
	margin: 0;
}
		
#videogallery { margin-left: 0;}

#videogallery .description { width: 160px; padding: 0 4px; margin-left: 10px; display: block; line-height: 14px; }

#videogallery a { font-weight: bold;}
#videogallery span { color: #FFA129; font-weight: bold; }
#videogallery p { font-size: 11px; 	line-height:12px;}

#videogallery img.thnail { margin-left: 10px; margin-right: 10px; margin-top: 10px;}
#videogallery a .thnail,
#videogallery a:link .thnail,
#videogallery a:active .thnail,
#videogallery a:visited .thnail { border: 1px solid #D9D9D9; }

#videogallery  img.play {  border: 0; position: absolute; top: 46px; left:65px; width:44px; height:44px;}

/* #videogallery  a.player { display:block; height:350px;}*/

#videogallery a:hover .thnail {  background-color: #D9D9D9; }
#videogallery img a:hover  {  background-color: #D9D9D9; }
* html #videogallery ul li a:hover {  background-color: #D9D9D9; }
/*#videogallery img { 
	margin-top: 0px;
	border: 1px solid #D9D9D9!important;
	padding: 6px!important;
	
	height: 107px!important;
	width: 160px!important;
	}
	#videogallery ul { margin-left: 0; padding-left: 0; }
	#videogallery li { position: relative; list-style-type: none; width: 180px; float: left; }*/

#videogallery button {margin: 0; padding: 0; background-color: transparent;border: 0; width: 174px;cursor:pointer;} 

#videogallery button:hover {  background-color: #D9D9D9; cursor:pointer;}

.relatedvideo { display: block; background-color: #51637B; color: #ffffff; font-weight: bold; padding-left: 12px; margin-bottom: 20px; margin-top: 20px; text-transform: uppercase;}
