/* CSS Document */

/*
    custombox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of custombox.
*/
#custombox, #cusboxOverlay, #cusboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cusboxOverlay{position:fixed; width:100%; height:100%;}
#cusboxMiddleLeft, #cusboxBottomLeft{clear:left;}
#cusboxContent{position:relative;}
#cusboxLoadedContent{overflow:auto;}
#cusboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;background-color:#fff; color:#85807A; text-align:center;}
#cusboxTitle{margin:0;}
#cusboxLoadingOverlay, #cusboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cusboxPrevious, #cusboxNext, #cusboxClose, #cusboxSlideshow{cursor:pointer;}

/* 
    custombox 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.
*/
#cusboxOverlay{background:#000;}

#custombox{}
    #cusboxContent{}
        #cusboxLoadedContent{background:#f7f7f7; padding:5px 0 0; text-align:center;}
        #cusboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cusboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cusboxPrevious{position:absolute; top:0; left:5px; width:49%; height:100%; text-indent:-9999px;}
        #cusboxPrevious.hover{ background:url(../images/controls_page.png) no-repeat left 50%;}
        #cusboxNext{position:absolute; top:0; right:5px; width:49%; height:100%; text-indent:-9999px;}
        #cusboxNext.hover{ background:url(../images/controls_page.png) no-repeat right 50%;}
        #cusboxLoadingOverlay{background:#fff;}
        #cusboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
#cusboxClose{
	position:absolute;
	top:0;
	right:0;
	display:block;
	padding:0 22px 0 8px;
	height:22px;
	line-height:22px;
	background:#059 url(../images/ico_close_2.png) no-repeat right top;
	overflow:hidden;
	color:#fff;
}
#cusboxClose.hover{}



#cusboxPhoto{
	padding:20px 10px;
	background-color:#fff;
}


#cusboxTitle{
	position:absolute;
	top:13px;
	left:15px;
	font-size:16px;
	font-weight:bold;
	color:#005599;
}
#cusboxTitle div{}


/*ie7 iframe height bug / ie6 overflow:hidden*/
#cusboxCurrent,#cusboxNext,#cusboxNext,#cusboxPrevious,#cusboxSlideshow,  #cusboxTopLeft,#cusboxTopCenter,#cusboxTopRight,#cusboxBottomLeft,#cusboxBottomCenter,#cusboxBottomRight
{display:none;height:0px;width:0px;overflow:hidden;}





