/*
    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;/*
	font: normal normal 16px Georgia, "Times New Roman", serif;*/
	color: #FE4E0A;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
#cboxWrapper label,
#cboxWrapper input,
#cboxWrapper textarea {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: none;
}
#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: 10px; left: 10px; 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:#FFFFFF;}

#colorBox{}

#cboxContent {
	background: #FFFFFF;
	padding: 20px 20px 35px;
	margin: 20px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 13px rgba(0,0,0,0.4);
	-webkit-border: 1px solid #CCCCCC;
}
	
#cboxLoadedContent {
}
#cboxTitle {
	position: absolute;
	bottom: 7px;
	left: 0px;
	text-align: center;
	width: 100%;
	color: #FE4E0A;
}
#cboxCurrent{position:absolute; bottom:7px; left:77px; color:#FE4E0A;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#FE4E0A;}
 #cboxSlideshow{position:absolute; bottom:0; right:20px; background:url(images/controls.png) no-repeat -100px 0; width:25px; height:25px; text-indent:-9999px;}
 #cboxSlideshow.hover{position:absolute; bottom:0; right:20px; background:url(images/controls.png) no-repeat -100px -25px; width:25px; height:25px; text-indent:-9999px;}
 .cboxSlideshow_on #cboxSlideshow{background-position:-100px 0px; right:20px;}
 .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px 0px;}
 .cboxSlideshow_off #cboxSlideshow{background-position:-75px 0px; right:20px;}
 .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#161A1D;}
 #cboxPrevious{position:absolute; bottom:0; left:20px; background:url(images/controls.png) no-repeat 0px 0; width:25px; height:25px; text-indent:-9999px;}
 #cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#161A1D;}
 #cboxNext{position:absolute; bottom:0; left:47px; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
 #cboxNext.hover{background-position:-25px -25px;}
#cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #FFFFFF;}

#cboxClose {
	position: absolute;
	top: -11px;
	right: -11px;
	height: 22px;
	width: 24px;
	background-image: url(images/icon-close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	color: #FFFFFF;
	font: normal bold 16px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	padding: 2px 0 0 0;
	text-align: center;
}
#cboxClose:hover {
	background-position: left -24px;
	color: #F9A92A;
}
