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

}

#colorbox {


}

#cboxTopLeft {

	width:9px;
	height:9px;
	background:url(/img/modal-sprite.png) 0px 0px no-repeat;	
	
}

#cboxTopCenter {

	height:9px; 
	background:url(/img/modal-sprite.png) bottom right repeat-x;	
	
}


#cboxTopRight {

	width:9px; 
	height:9px;
	background:url(/img/modal-sprite.png) 0px 9px no-repeat;	

}

#cboxBottomLeft {

	width:9px;
	height:9px;
	background:url(/img/modal-sprite.png) 9px 9px no-repeat;	

}


#cboxBottomCenter {
	
	height:9px;
	background:url(/img/modal-sprite.png) bottom right repeat-x;	

	
}

#cboxBottomRight {

	width:9px;
	height:9px;
	background:url(/img/modal-sprite.png) bottom right no-repeat;	
	
}

#cboxMiddleLeft {

	width:9px;
	background:url(/img/modal-sprite.png) top right repeat-y;	
	
}

#cboxMiddleRight {

	width:9px;
	background:url(/img/modal-sprite.png) 0px 18px repeat-y;	

}

#cboxContent {

	background:#fff;

}

#cboxLoadedContent {

	margin-top:30px;
	padding:14px;


}

#cboxTitle{

	position:absolute; 
	top:5px; 
	left:0; 
	text-align:center; 
	padding:0px 10px; 
	width:100%; 
	color:#323232; 
	font-size:100%;
	font-weight: normal; 
	
}



#cboxCurrent {

	position:absolute; 
	top:5px; 
	left:56px; 
	color:#323232;
	
}

#cboxSlideshow {

	position:absolute; 
	top:8px; 
	right:33px; 
	color:#323232;
	text-indent: -9999px;
	height:16px;
	width:16px;
	background:url(/img/stop.png) no-repeat 0px -16px;
	
}

#cboxSlideshow.hover {

	background-position: 0px 0px;

}

#cboxSlideshow.start {

	background:url(/img/play.png) 0px -16px;

}

#cboxSlideshow.stop {

	background:url(/img/stop.png) 0px -16px;

}

#cboxSlideshow.stop.hover, #cboxSlideshow.stop.hover {

	background-position: 0px 0px;

}

#cboxPrevious {

	position:absolute;
	top:7px; 
	left:10px; 
	background:url(/img/prev.png) 0px -16px; 
	width:16px; 
	height:16px; 
	text-indent:-9999px;
	
}

#cboxPrevious.hover { 

	background-position:0px 0px;

}


#cboxNext {

	position:absolute; 
	top:7px; 
	left:30px; 
	background:url(/img/next.png) 0px -16px; 
	width:16px; 
	height:16px; 
	text-indent:-9999px;

}

#cboxNext.hover {

	background-position:0px 0px;

}


/*#cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}*/

#cboxLoadingGraphic{

	/*background:url(/img/loader.gif) center center no-repeat #151515; */
	
}

#cboxClose {

	position:absolute; 
	top:8px; 
	right:12px; 
	background:url(/img/cancel.png) -16px -16px; 
	width:16px; 
	height:16px; 
	text-indent:-9999px;
	
}

#cboxClose.hover {

	background-position:-16px 0px;

}