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

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

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

div.playbutton {
	background: url(gfx/button.png) no-repeat;
	position: absolute;
	top: 70px;
	left: 150px;
	height: 44px;
	width: 44px;
	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; 
		position: relative;
} 
 
/* 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; 
}

a.player {
	display:block;
	height: 295px;
}

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

#primary div.odd {clear:left;}
