#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#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;}
#cboxOverlay{	background: #FFFFFF;}

#colorbox{}
  #cboxContent{margin-top:20px;}
        #cboxLoadedContent{	background: #FFFFFF; padding: 5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{
	position: absolute;
	top: -20px;
	right: 0px;
	color: #666666;
}
        #cboxSlideshow{	position: absolute;	top: -20px;	right: 90px;	color: #000000;}
        #cboxPrevious{
        zoom: 1;
        filter: alpha(opacity=30);
		-moz-opacity:0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
		position:absolute; top:50%; left:0px; margin-top:-35px; background:url(../img/arrow_left_big.png) top left no-repeat; width:70px; height:50px; text-indent:-9999px;}
        #cboxPrevious.hover{
        filter: alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		}
        #cboxNext{
        zoom: 1;
        filter: alpha(opacity=30);
		-moz-opacity:0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
		position:absolute; top:50%; right:0px; margin-top:-35px; background:url(../img/arrow_right_big.png) top right no-repeat; width:70px; height:50px; text-indent:-9999px;}
        #cboxNext.hover{
        filter: alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
        #cboxClose{
        zoom: 1;
        filter: alpha(opacity=20);
		-moz-opacity:0.2;
		-khtml-opacity: 0.2;
		opacity: 0.2;
		position:absolute; top:5px; right:5px; display:block; background:url(../img/close.png) top center no-repeat; width:30px; height:30px; text-indent:-9999px;}
        #cboxClose.hover{
        filter: alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		}