#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;
	}

#cboxLoadedContent {
	overflow: auto;
	}

#cboxTitle {
	margin: 0;
	}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff url(i/ajax-loader.gif) no-repeat 50% 50%;
	}

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

.cboxPhoto {
	margin: auto;
	display: block;
	}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff !important;
	}

#cboxOverlay {
	background: #f5f5f5;
	}

#colorbox {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
			box-shadow: 0 0 10px rgba(0,0,0,.15);

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
	display: none; /* hide bloated default colorbox borders*/
	}


#cboxContent {
	background: #fff url(i/ajax-loader.gif) no-repeat 50% 50%;
	overflow: hidden;
	}

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

#cboxLoadedContent {
	margin: 30px;
	}

#cboxCurrent,
#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxTitle {
	position: absolute;
	bottom: 0;
	font-size: 11px;
	line-height: 30px;
	}

#cboxTitle {
	left: 150px;
	right: 150px;
	text-align: center;
	}

#cboxSlideshow {
	right: 72px;
	}

#cboxPrevious {
	left: 15px;
	}

#cboxCurrent {
	left: 26px;
	text-align: center;
	width: 124px;
	color: #999;
	}

#cboxNext {
	left: 150px;
	}

#cboxLoadingOverlay {
	background: #fff url(i/ajax-loader.gif) no-repeat 50% 50%;
	}

#cboxClose {
	right: 15px;
	}

#cboxSlideshow:hover,
#cboxClose:hover {
	color: #333;
	}

#cboxPrevious,
#cboxNext {
	display: block;
	vertical-align: middle;
	width: 11px;
	height: 18px;
	margin-bottom: 6px;
	background: url(i/nav.png) no-repeat;
	text-indent: -9999px;
	background-position: 0 100%;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
	}
#cboxPrevious:hover,
#cboxNext:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	}
#cboxNext {
	background-position: 100% 100%;
	}


/*mobile*/
@media (max-device-width: 1024px),handheld {

	#cboxSlideshow,
	#cboxPrevious,
	#cboxNext,
	#cboxClose {
	font-size: 130%;
		}
	
	#cboxNext {
		left: 150px;
		}
	
	#cboxTitle {
		height: 50px;
		}
	
	#cboxTitle:before {
		content: "";
		margin-right: 0;
		}
	
	#cboxLoadedContent {
		margin: 50px 10px 65px;
		}
	
	#cboxCurrent {
		display: none !important;
		}

	}
