/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox{
	display:none;
}
#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;
	background: #fff;
	padding: 30px;
}
#cboxLoadedContent{
	overflow:auto;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
}
.cboxPhoto{
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe{
	width: 100%;
	height: 100%;
	display:block;
	border:0;
	overflow: hidden;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{
	background:#222;
}
#colorbox{}
#cboxContent{
	margin-top:32px;
	overflow:visible;
}
.cboxIframe{
	background:#fff;
}
#cboxError{
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent{background:none; padding:1px;}
#cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle {
	position:relative;
	left:0;
	color:#fff;
	font-size: 12px;
	bottom: -10px;
	letter-spacing: 0.5px;
}
#cboxTitle span {
	font-size: 0.8em;
}
#cboxCurrent {
	position:absolute;
	right:60px;
	bottom: -25px;
	font-size:12px;
	text-align: center;
	text-indent: -9999px;
}
#cboxPrevious {
	position: absolute;
	bottom: -30px;
	right: 20px;
	height: 21px;
}
#cboxPrevious:hover {
	color:#fff;
}
#cboxNext {
	position: absolute;
	bottom: -30px;
	right: 0;
	height: 21px;
}
#cboxNext:hover{
		color:#fff;
	}

#cboxPager {
	position: absolute;
	bottom: -25px;
}
#cboxPager * {
	color: #fff;
}
#cboxPager li {
	display: inline;
	padding-right: 3px;
}
#cboxPager li a {
	color: #666;
	font-size: 1.3em;
}
#cboxPager li.selected a {
	color: #fff;
}


/*.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}*/
