/*======================================================================*\
|| #################################################################### ||
|| # Project Reality Website - http://realitymod.com                  # ||
|| # Version: v2.2.1                                                  # ||
|| # ---------------------------------------------------------------- # ||
|| # By Robert Benya (2slick4u@realitymod.com)                        # ||
|| # This script may not be used, altered, or distributed in anyway   # ||
|| # without the express written permission of Robert Benya and/or    # ||
|| # http://www.realitymod.com.                                       # ||
|| # Copyright © 2007-2011 Project Reality.                           # ||
|| # $Id: style.colorbox.css, v2.2.1 2011/10/11 16:40:49              # ||
|| #################################################################### ||
\*======================================================================*/

/* ColorBox core style */
#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%;
}
#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 custom style */
#cboxOverlay {
	background:#000000;
}
#colorbox{}
#cboxContent {
	margin-top:32px;
	overflow:visible;
}
.cboxIframe { background:#313131; }
#cboxError {
	border:1px solid #cccccc;
	padding:50px;
}
#cboxLoadedContent {
	background:#313131;
	border:1px solid #000000;
}
#cboxLoadingGraphic { background:url("../images/template/loading.gif") no-repeat center center; }
#cboxLoadingOverlay { background:#000000; }
#cboxTitle {
	color:#999999;
	font-size:14px;
	left:0;
	position:absolute;
	top:-22px;
	display:none !important;
}
#cboxCurrent {
	position:absolute;
	right:205px;
	top:-22px;
	text-indent:-9999px;
}
#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
	background:url("../images/template/colorbox_controls.png") no-repeat 0 0;
	height:22px;
	position:absolute;
	text-indent:-9999px;
	top:-22px;
	overflow:hidden;
	width:20px;
}
#cboxClose {
	background:url("../images/template/colorbox_close.png") no-repeat 0 0 transparent;
	right:0;
	width:66px;
}
#cboxClose:hover { background-position:0 100%; }
#cboxPrevious { background-position:0px 0px; right:44px ;}
#cboxPrevious:hover { background-position:0px -25px; }
#cboxNext { background-position:-25px 0px; right:22px; }
#cboxNext:hover { background-position:-25px -25px; }

.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; }