@charset "UTF-8";
/* CSS Document */

div.video-box {
	width: 250px;
	overflow: hidden;
	position: relative;
	padding: 0 20px 10px 20px;
}

div.video-box a {
	display: block;
	position:relative;
}

div.playbutton {
	background: url(gfx/button-hover.png) no-repeat;
	position: absolute;
	top: 50px;
	left: 93px;
	height: 69px;
	width: 67px;
	opacity: .7;
}

.button-trigger:hover div.playbutton {
	opacity: 1;
}

div.overlay, #overlay { 
     
    background-image:url(gfx/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:480px;           
		 
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:40px; 
	
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(gfx/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div.overlay a {
 	width:480px;
	height:360px;
	display:block;
}


#primary .video-box h3, #primary .video-box p {
	margin: 5px 0;
	padding: 0px;
}

#primary div.odd {clear:left;}




