/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0;
	background: url(images/colorbox/prev.png) no-repeat;
	width:30px;
	height:30px;
	text-indent:-9999px;
	/*top:235px*/
	top:-16px
}
#cboxPrevious:hover {
	background: url(images/colorbox/prev.png) no-repeat;
}
#cboxNext {
	position:absolute;
	bottom:0;
	/*left:700px;*/
	left:34px;
	float:right;
	background: url(images/colorbox/next.png) no-repeat;
	width:30px;
	height:30px;
	text-indent:-9999px;
	top:-16px;
}
#cboxNext:hover {
	background: url(images/colorbox/next.png) no-repeat;
}
#cboxCurrent {
	display:none !important;
}
#cboxTitle {
	display:none !important;
}
#cboxTopCenter{
	float:none !important;
	z-index:-9999;
	width:100% !important;
	}
#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;*/
	overflow: hidden;
}
#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 904px;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
	z-index:999;
}
#cboxOverlay {
	background-color:#000;
	opacity: 0.5 !important;
}
#colorbox {
}
#cboxContent {
	background: #fff;
	border:solid 5px #15a069;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	behavior: url(PIE.htc);
	width:100%;
	height:100%;
	padding:10px;
	overflow:hidden;
	margin:0;
	
}
#cboxLoadingOverlay
{
	background: url(images/colorbox/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic
{
	background: url(images/colorbox/loading.gif) center center no-repeat;
}
#cboxClose
{
	position: absolute;
	top: -8px;
	right: -8px;
	background: url(images/colorbox/delete1.png) no-repeat;
	width: 30px;
	height: 30px;
	margin:0;
	text-indent:-9999px;
	z-index:999;
    border:none
}
#cboxClose
{
	position: absolute;
	top: -8px;
	right: -8px;
	background: url(images/colorbox/delete1.png) no-repeat;
	width: 30px;
	height: 30px;
	margin:0;
	text-indent:-9999px;
	z-index:999;
}
* + html #cboxClose
{
	position: absolute;
	top:0;
	right: -8px;
	background: url(images/colorbox/delete1.png) no-repeat;
	width: 30px;
	height: 30px;
	margin:0;
	text-indent:-9999px;
	z-index:999;
}
#cboxClose:hover
{
	background: url(images/colorbox/close-hover.png) no-repeat;
}