/* @override http://local.eternitimotors.com/assets/css/jquery.colorbox.css */

/**
 * COLORBOX STYLE
 * ETERNITI MOTORS
 *
 * @author Neal Hulme <nealhulme@gmail.com>
 * @version 1.0
 *
 */

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

#cboxOverlay {
	background: black;
	height: 100%;
	position: fixed;
	width: 100%;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxSlideshow {
	display: none;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	padding: 10px 12px 42px 12px;
	overflow: auto;
}
.cboxPhoto {
	border: 1px solid white;
	display: block;
	float: left;
	margin: auto;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	left: 0;
	position: absolute;
	top: 0;
	width:100%;
}
#cboxLoadingGraphic {
	background: url(../images/colorbox/spinner.gif) no-repeat 50% 50%;
}

#cboxTitle,
#cboxCurrent {
	font-size: 140%;
	left: 12px;
	position: absolute;
	top: 440px;
}
#cboxCurrent {
	left: auto;
	right: 12px;
}

#cboxNext,
#cboxPrevious {
	background: transparent url(../images/colorbox/left.png) no-repeat 0 50%;
	cursor: pointer;
	display: block;
	height: 420px;
	left: 12px;
	position: absolute;
	text-indent: -999em;
	top: 6px;
	width: 32px;
}
#cboxNext {
	background: transparent url(../images/colorbox/right.png) no-repeat 0 50%;
	left: auto;
	right: 12px;
}
#cboxNext.hover,
#cboxPrevious.hover {
	background-position: -32px 50%;
}
#cboxNext:active,
#cboxPrevious:active {
	background-position: -64px 50%;
}

#cboxClose {
	background: transparent url(../images/colorbox/close.png) no-repeat 0 0;
	cursor: pointer;
	height: 28px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
}

.no-close #cboxClose {
	display: none !important;
}