div.overlay {
	background:url(/img/overlay/video.png) no-repeat;
	padding:40px;	
	width:720px;  
	height:404px;	
	display:none;
}

div.overlay div.close {
	background:url(/img/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player { 		
	display:block;
	height:404px;			
}

div.pictureoverlay {
	background:url(/img/overlay/1010.gif) no-repeat;	
	display:none;
}

div.pictureoverlay div.close {
	background:url(/img/overlay/close.png) no-repeat;
	position:absolute;
	top:-17px;
	right:-17px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

.textoverlay {

	width:720px;
	height:200px;	
	padding:40px;
	background-color:#ffffff;
	display:none;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.textoverlay div.close {
	background:url(/img/overlay/close.png) no-repeat;
	position:absolute;
	top:-17px;
	right:-17px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

.contentwrap { 
    height:460px; 
    overflow-y:auto; 
    color: #0; font-family: Arial, Helvetica, Verdana, sans-serif; 
    letter-spacing: 0.01em; 
    font-size: 1.1em; 
    font-weight: 800; 
    margin-bottom: 0; 
    margin-top: 0;
}