/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/typo3conf/ext/moc_slideshow/res/img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:800px;
/*	height:270px;		
	
	/* 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(/typo3conf/ext/moc_slideshow/res/img/overlay/close.png);
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(/typo3conf/ext/moc_slideshow/res/img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(/typo3conf/ext/moc_slideshow/res/img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}


div.slideshow_outer {
	width: 500px;
}
