
/* -----------------------------------
Slideshow
----------------------------------- */
div.hidden {display: none;}

.fadein
{ 
	float: left;
 	height: 80%;
 	width: 80%;
}  /*height:332px; width:500px;*/


.fadein div
{
	/*position:absolute;*/
	text-align:center;
	height:100%;
}

.fadein p { position:absolute; bottom:0;width:100%;color:white;background-color:rgba(0,0,0,0.6);height:1em;padding-bottom:10px;}​

