#colorbox{
	-webkit-box-shadow: 1px 1px 15px #cccccc;
	-moz-box-shadow: 1px 1px 15px #bbbbbb;
	border:1px solid #dddddd;
	background:#ffffff;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:100003;}
#cboxOverlay{position:fixed; width:100%; height:100%; cursor:pointer !important;}
#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;}

table.head{
	display:none !important;
	height:0px !important;
}

/* 
    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:#ffffff; z-index:99999;}


#cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight{width:0px; height:0px;}
#cboxTopCenter,#cboxBottomCenter{height:0px;}
#cboxMiddleLeft,#cboxMiddleRight{width:0px;}

#cboxContent{background: #ffffff;}

#cboxLoadedContent{margin:0px 0px 0px 0px;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font:18px/1.25em Arial, Helvetica, sans-serif;color:#58595b; background:none;}
#cboxCurrent{position:absolute; bottom:-20px; right:0px; color:#999; display:none !important;}
#cboxSlideshow{position:absolute; bottom:-20px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:-25px; left:3px; color:#58595b;font:25px/1em Verdana, Geneva, sans-serif;}
#cboxNext{position:absolute; bottom:-25px; right:3px; color:#58595b;font:25px/1em Verdana, Geneva, sans-serif;}
#cboxNext:hover, #cboxPrevious:hover{color:#c8000a;}

#cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat center;}
#cboxClose{font:19px/19px Verdana, Geneva, sans-serif; position:absolute; width:20px; height:20px; top:0px; display:block; background:#000000; color:#ffffff; text-align:center; text-transform:uppercase; right:0;opacity:0.5;filter:alpha(opacity=50);}