﻿
#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;
}

#cboxOverlay{
	background:#000;
}
#colorbox{
	background-repeat: no-repeat;
	background-position: center top;
}
#cboxContent{
	margin-top: 30px;
}
#cboxError{
	padding:50px; 
	border:1px solid #ccc;
}
#cboxLoadedContent{
	padding: 0px;
	margin: 0px;
}
#cboxTitle{
	position: absolute;
	top: 50px;
	left: 100px;
	color: #ccc;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
#cboxCurrent{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color:#000000;
	position:absolute; 
	bottom: 55px; 
	left: 120px; 
}
#cboxSlideshow{
	position:absolute; 
	top:-20px; 
	right:90px; 
	color:#fff;
}
#cboxPrevious{
	position:absolute;
	bottom: 45px; 
	margin: 0px 0px 0px 450px; 
	/*background: url(../images/arrows.png) no-repeat; 
	background-position: left top;*/
	width: 92px; 
	height: 29px; 
	overflow: hidden;
}
/*#cboxPrevious:hover{
	background-position:bottom left;
	background: url(../images/arrows.png) no-repeat; 
	background-position: left top;
}*/
#cboxNext{
	position:absolute;
	bottom: 45px; 
	right: 100px;
	margin: 0px 0px 0px 0px; 
	/*background: url(../images/arrows.png) no-repeat; 
	background-position: -53px top;*/
	width:92px; 
	height:29px; 
	overflow: hidden;
}
/*#cboxNext:hover{
	background-position:bottom right;
	background: url(../images/arrows.png) no-repeat; 
	background-position: -53px top;
}*/
#cboxLoadingOverlay{
	background:#000;
}
#cboxLoadingGraphic{
	background: url(../images/loading.gif) no-repeat center center;}
#cboxClose{
	position: absolute;
	top: 11px;
 	right: 193px;	
  	display: block;
	background: url(../images/close-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 30px;
	z-index: 9999999;
	text-indent: -9999px;
}
#cboxClose:hover{
	position: absolute;
	top: 11px;
 	right: 193px;
	display: block;
	background: url(../images/close-button.png);
	background-repeat: no-repeat;
	background-position: left -31px;
	width: 80px;
	height: 30px;
	z-index: 9999999;
	text-indent: -9999px;
}
#cboxClose:hover{background-position:bottom center;
}

