/* Overlay */
.simplemodal-overlay {background:#000;}

#detailed{display:none; font-family:Arial, Helvetica, sans-serif; position:relative; width:548px; height:600px; background:#fff; border-radius:8px; overflow:hidden!important;}

#detailed.scrollable{
	width:568px;
}

#detailed-text{
	display:block;
	padding:10px;
}

#detailed.showed{
	display:block!important;
}

a.modalCloseImg{width:27px; height:27px; background:url(../images/close.png) center no-repeat; position:absolute; bottom:-40px; right:0px; z-index:200; cursor:pointer;}
