/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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; 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
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#333;}

#colorbox{}
	#cboxContent{background:#000; margin-top:5px;}
		#cboxLoadedContent{background:#000; padding:3px;}
                #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc; display:none;}
                #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; display:none !important;}
                #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
                #cboxPrevious{position:absolute; top:50%; left:3px; margin-top:-41px; background:url(/images/lightbox//controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:bottom left;}
                #cboxNext{position:absolute; top:50%; right:3px; margin-top:-41px; background:url(/images/lightbox//controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
                #cboxNext.hover{background-position:bottom right;}
                #cboxLoadingOverlay{background:#000;}
		#cboxLoadingGraphic{background:url(/images/lightbox/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; top:3px; right:3px; display:block; background:url(/images/lightbox//controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
		#cboxClose.hover{background-position:bottom center;}


	
	
/* ROUNDED CORNERS 
	
#cboxTopLeft {
	width:27px; 
	height:27px; 
	background:url(/images/lightbox/borderTopLeft.png) 0 0 no-repeat;
}

#cboxTopCenter {
	height:27px; 
	background:url(/images/lightbox/borderTopCenter.png) 0 0 repeat-x;
}
#cboxTopRight {
	width:27px; 
	height:27px; 
	background:url(/images/lightbox/borderTopRight.png) 0 0 no-repeat;
}
#cboxBottomLeft {
	width:27px; 
	height:27px; 
	background:url(/images/lightbox/borderBottomLeft.png) 0 0 no-repeat;
}
#cboxBottomCenter {
	height:27px; 
	background:url(/images/lightbox/borderBottomCenter.png) 0 0 repeat-x;
}
#cboxBottomRight {
	width:27px; 
	height:27px; 
	background:url(/images/lightbox/borderBottomRight.png) 0 0 no-repeat;
}
#cboxMiddleLeft {
	width:27px; 
	background:url(/images/lightbox/borderMiddleLeft.png) 0 0 repeat-y;
}
#cboxMiddleRight {
	width:27px; 
	background:url(/images/lightbox/borderMiddleRight.png) 0 0 repeat-y;
}


#cboxLoadingGraphic {
	background:url(/images/lightbox/loading.gif) center center no-repeat;
}

#cboxContent{
	background:#fff;
}

#cboxLoadingOverlay {background:#FFF;}

	
#cboxContent{background:#fff;}

#cboxLoadedContent{padding-bottom:28px; float:left; display:block;}


#cboxCurrent {
	position:relative;
	display:block;
	float:left;
	color:#949494;
	top: -17px; 
	padding-right: 10px; 
	padding-left: 5px; 
}


#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxCurrent  {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 	
}

	
#cboxSlideshow {
	position:relative;
	display:block;
	float:left;
	color:#0092ef;
	top: -17px; 
	padding-right: 10px; 
}
            
#cboxPrevious {
	position:relative;
	display:block;
	float:left;
	color:#666666;
	position: absolute;
	top:50%;
	width: 63px; 
	height: 45px;  
	left: 0px; 
	margin-top: -22px; 
	background:url(/images/lightbox/prev.gif); 
	background-repeat:no-repeat;
	background-position: -100px -100px;
	text-indent:-9999px;
}

#cboxPrevious.hover {
	background-position: top left; 
}

#cboxNext {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#666666;	
	position: absolute;
	top:50%;
	right: 0px; 
	width: 63px; 
	height: 45px;  
	margin-top: -22px; 
	background:url(/images/lightbox/next.gif); 
	background-repeat:no-repeat;
	background-position: -100px -100px;
	text-indent:-9999px;
}

#cboxNext.hover {
	background-position: top right; 
}

#cboxClose {
	position:absolute; 
	bottom:0; 
	right:0; 
	background:url(/images/lightbox/closelabel.gif) 0px 0px no-repeat; 
	width:66px; 
	height:22px; 
	text-indent:-9999px;
}

#cboxClose.hover {
	background-position:-50px -25px;
}

          

*/

