 /*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; top:0; left:0; z-index:9999; overflow:hidden;
}
#cboxOverlay{
	position:fixed; width:100%; height:100%;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto;
}
#cboxTitle{
	margin:0;
}

#cboxClose, #cboxSlideshow{
	cursor:auto;
}
.cboxPhoto{
	float:left; margin:auto; border:0; display:block;
}
.cboxIframe{
	width:100%; height:100%; display:block; border:0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{
	background:#000000;
}
#colorbox{}
    #cboxBottomCenter{
	height:43px; background:url(images/border.png) repeat-x bottom left;
}
    #cboxTitle{
	position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;
}    
    #cboxClose, #cboxSlideshow{
	position:absolute; bottom:-29px; background : transparent url(../../images/index_img/controls.png) no-repeat scroll 0px 0px; width:23px; height:23px; text-indent:-9999px;
}
    #cboxClose{
	right:0; background-position:-100px -25px;
}
    .hover#cboxClose{
	background-position:-100px 0px;
}
        
