
#colorbox .next {
	right:0;
	background:url(images/next.png) right center no-repeat;
}
#colorbox .prev {
	left:0;
	background:url(images/prev.png) left center no-repeat;
}
#colorbox .next,
#colorbox .prev {
	width:25%;
	height:80%;
	display:block;
	position:fixed;
	top:10%;
	opacity:.1;
	z-index:99999;
	text-indent:-9999px;
	background-size: 40% 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#colorbox .next:hover,
#colorbox .prev:hover {
	opacity:.8;
}

#colorbox .next:active,
#colorbox .prev:active {
	top:11%;
	opacity:1;
}



.cbox-toggle-title-off,.cbox-toggle-title-on {
	cursor:pointer;
	padding:1% 5%;
	width:90%;
}

#colorbox,#cboxOverlay,#cboxWrapper {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:9999999;
}

#cboxOverlay {
	background:#111;
	filter:alpha(opacity=50);
	height:100%;
	opacity:.5;
	position:fixed;
	width:100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
	clear:left;
}

#cboxLoadedContent {
	overflow:auto;
}

#cboxTitle {
	background:url(images/title-bg.png);
	bottom:0;
	color:#ddd;
	left:0;
	margin:0;
	position:absolute;
	text-align:center;
	width:100%;
}

#cboxTitle h6 {
	color:#eee;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor:pointer;
}

.cboxPhoto {
	border:0;
	display:block;
	float:left;
	margin:auto;
}

.cboxIframe {
	border:0;
	display:block;
	height:100%;
	width:100%;
}

#cboxContent {
	margin-top:32px;
	overflow:visible;
}

#cboxError {
	border:1px solid #ccc;
	padding:50px;
}

#cboxLoadingGraphic {
	background:transparent url(images/loader.gif) no-repeat center center;
	filter:alpha(opacity=80);
	opacity:.8;
	
	width:64px;
	height:64px;
	top:20px;
	left:20px;
}

#cboxCurrent {
	position:absolute;
	right:205px;
	text-indent:-9999px;
	top:-22px;
}

#cboxPrevious {
	height:80%;
	left:10px;
	position:absolute;
	top:10px;
	width:25%;
}

#cboxPrevious.hover {
	color:#fff;
}

#cboxPrevious img {
	float:left;
	height:80%;
	margin-top:10%;
	opacity:.2;
	visibility:hidden;
}

#cboxPrevious.hover img {
	opacity:.7;
	visibility:visible;
}

#cboxNext {
	height:80%;
	position:absolute;
	right:10px;
	top:10px;
	width:25%;
}

#cboxNext img {
	float:right;
	height:80%;
	margin-top:10%;
	opacity:.2;
	visibility:hidden;
}

#cboxNext.hover {
	color:#fff;
}

#cboxNext.hover img {
	opacity:.7;
	visibility:visible;
}

#cboxClose {
	background:url(images/close.png) center center no-repeat;
	display:block;
	height:30px;
	opacity:.7;
	position:absolute;
	right:10px;
	text-indent:-9999px;
	top:10px;
	width:30px;
}

#cboxClose:hover {
	opacity:1;
}

.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 0;
	right:44px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
	background-position:-75px -25px;
}