/*==COLORBOX==*/
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
	height: 21px;
	width: 21px;
}
#cboxMiddleLeft, #cboxMiddleRight {
	width: 21px;
}
#cboxTopCenter, #cboxBottomCenter {
	height: 21px;
}
#cboxTopLeft {
	background: url("../img/cBoxControls.png") no-repeat -101px 0;
}
#cboxTopRight {
	background: url("../img/cBoxControls.png") no-repeat -130px 0;
}
#cboxBottomLeft {
	background: url("../img/cBoxControls.png") no-repeat -101px -29px;
}
#cboxBottomRight {
	background: url("../img/cBoxControls.png") no-repeat -130px -29px;
}
#cboxMiddleLeft {
	background: url("../img/cBoxControls.png") left top repeat-y;
}
#cboxMiddleRight {
	background: url("../img/cBoxControls.png") right top repeat-y;
}
#cboxTopCenter {
	background: url("../img/border.png") repeat-x;
}
#cboxBottomCenter {
	background: url("../img/border.png") 0 -29px repeat-x;
}
#cboxContent{
	background: #FFF;
	overflow: hidden;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom: 28px;
}
#cboxTitle {
	color: #949494;
	bottom: 4px;
	left: 0;
	position: absolute;
	text-align: center;
	margin: 0 0 0 50px;
	width: auto;
}
#cboxCurrent {
	bottom: 23px;
	color: #949494;
	left: 0;
	position: absolute;
}
#cboxSlideshow {
	bottom: 4px;
	color: #0092ef;
	right: 30px;
	position: absolute;
}
#cboxPrevious {
	background: url("../img/cBoxControls.png") no-repeat -75px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxPrevious.hover {
	background-position: -75px -25px;
}
#cboxNext {
	background: url("../img/cBoxControls.png") no-repeat -50px 0;
	bottom: 0;
	left: 27px;
	height: 25px;
	position: absolute;
	text-indent: -9999px;
	width: 25px;
}
#cboxClose {
	background: url("../img/cBoxControls.png") no-repeat -25px 0;
    border-radius: 12px;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 25px;
}
#cboxNext.hover {
	background-position: -50px -25px;
}
#cboxLoadingOverlay {
	background: url("../img/loading_background.png") no-repeat center center;
}
#cboxLoadingGraphic {
	background: url("../img/loading.gif") no-repeat center center;
}
#cboxClose.hover {
	background-position: -25px -25px;
}

/* The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to IE9 */
/*
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* The following provides PNG transparency support for IE6 */
.cboxIE6 #cboxTopLeft{background:url("../img/ie6/borderTopLeft.png");}
.cboxIE6 #cboxTopCenter{background:url("../img/ie6/borderTopCenter.png");}
.cboxIE6 #cboxTopRight{background:url("../img/ie6/borderTopRight.png");}
.cboxIE6 #cboxBottomLeft{background:url("../img/ie6/borderBottomLeft.png");}
.cboxIE6 #cboxBottomCenter{background:url("../img/ie6/borderBottomCenter.png");}
.cboxIE6 #cboxBottomRight{background:url("../img/ie6/borderBottomRight.png");}
.cboxIE6 #cboxMiddleLeft{background:url("../img/ie6/borderMiddleLeft.png");}
.cboxIE6 #cboxMiddleRight{background:url("../img/ie6/borderMiddleRight.png");}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
_behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* ColorBox Core Style: The following CSS is consistent between example themes and should not be altered */
#colorbox, #cboxOverlay, #cboxWrapper {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9999;
}
#cboxOverlay {
	background: #000;
	height: 100%;
	position: fixed;
	width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 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;
}
.colorbox-image {
	display: block;
	text-align: center;
}
/*--end color-box--*/

.jcarousel-container {
	height: 225px;
	left: 21px;
	overflow: hidden;
	text-align: center;
	width: 94.5%;
}
.similar-video-pager, .screenshot-pager {
	display: block;
	height: 16px;
	left: -50%;
	padding: 0 !important;
	position: relative;
	text-align: center;
	width: 100%;
}
.screenshot-pager .active1 div,
.video-pager li.active div, .screenshot-pager .active div,
.similar-video-pager .active div, .similar-video-pager .active1 div {
	color: #D36F31;
	text-shadow: 0 1px 1px #FFF;
}
.similar-video-pager li {
	display: inline-block;
	list-style: none;
}
.similar-video-pager li div {
	text-align: center;
}
.similar-count-item-list, .screenshot-list .item-list {
	height: 35px;
	left: 50%;
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
}
.similar-count-item-list {
	float: left;
}
.jcarousel-prev-horizontal {
	left: 0;
}
.jcarousel-next-horizontal {
	background-position: -10px 50%;
	right: 20px;
}
.jcarousel-prev-horizontal:hover,
.jcarousel-next-horizontal:hover {
	background-color: #EEE;
}

.jcarousel {
	overflow: hidden;
	position: relative;
}
.jcarousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 20000em;
}
.jcarousel li {
	float: left;
}
.node-screenshot {
	cursor: pointer;
}
