/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:none;}
    #cboxTopCenter{height:14px; background:none;}
    #cboxTopRight{width:14px; height:14px; background:none;}
/*    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) 0 -32px no-repeat;}*/
    #cboxBottomCenter{height:43px; background:none;}
/*    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) -36px -32px no-repeat;}*/
    #cboxMiddleLeft{width:10px; background:url(../images/overlayMiddleLeft.png) no-repeat;}
    #cboxMiddleRight{width:10px; background:url(../images/overlayMiddleRight.png) no-repeat scroll 0 16px;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/loader.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
		#cboxNext{position:absolute; top:175px; right:-60px; background:url(../images/next.png) center center no-repeat; width:50px; height:95px; text-indent:-9999px;}
		#cboxPrevious{position:absolute; top:175px; left:-60px; background:url(../images/previous.png) center center no-repeat; width:50px; height:95px; text-indent:-9999px;}
        #cboxClose{position:absolute; z-index:9999; right:-28px; top:-13px; background:url(../images/close.png) no-repeat; width:39px; height:40px; text-indent:-9999px;}
 
 
 .overlay {
	z-index:10000;
	background-color:#ffffff;
	width:790px;
	min-height:367px;
	margin: 40px;
}
.overlay .close {
	background-image:url(../images/close.gif);
	position:absolute;
	right:-1px;
	top:-30px;
	cursor:pointer;
	height:24px;
	width:83px;
}
.details {
	position:absolute;
	top:50px;
	right:40px;
	font-size:12px;
	color:#000000;
	width:250px;
}
.details p {
	margin:15px 0;
	color:#4d4d4d;
	text-align:justify;
}
.details h3 {
	color:#eb6b24;
	font-size:22px;
	margin:-14px 0 18px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.details span.time{
	color:#9c9c9c;
}
