 	/*** override styling in external stylesheets ***/

	/* remove margins from the image */
.items img {margin:0;}

	/* make A tags our floating scrollable items */
.items a {	display:block;	float:left;	margin:20px 15px;} 

	/* tooltip styling */
#tooltip {display:none;	background:url(images/black_arrow.png);
	font-size:12px;height:70px;width:160px;	padding:25px;
	color:#fff;	z-index:10000;
}
	/* scrollable should not disable gallery navigation */
#gallery .disabled {visibility:visible !important;}

#gallery .inactive {visibility:hidden !important;}



	/* use a semi-transparent image for the overlay */
#newsoverlay {
	background-image:url(images/white.png);
	color:#000;
	height:450px;
	
}
	/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:441px;
	overflow-y:auto;
}


div.overlay {
	background:url(images/transparent.png) no-repeat;
	padding:40px;	
	width:576px;  
	display:none;
}
 
div.overlay div.close {
	background:url(http://www.lanturicamioane.ro/images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 
a.player { 		
	display:block;
	height:450px;			
}
