#shadowbox_container,
#shadowbox_overlay{
	top:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

#shadowbox_container{
	position:fixed;
	display:block;
	visibility:hidden;
	z-index:2500;
	text-align:center;
}

#shadowbox_overlay{
	position:absolute;
}

#shadowbox{
	position:relative;
	margin:0 auto;
	text-align:left;
	/*border:10px solid #FEFEFE;
	background:#FEFEFE;*/
}

#shadowbox_body{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}

#shadowbox_body_inner{
	position:relative;
	height:100%;
	z-index:1;
}

#shadowbox_content.html{
	height:100%;
	overflow:auto;
}

#shadowbox_loading{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:30000;
}

#shadowbox_body,
#shadowbox_loading{
	background-color:#181818;
	color:#000;
	border:15px solid #181818;
}

#shadowbox_loading_indicator{
	position:absolute;
	left:47%;
	top:50%;
	margin:-16px 0 0 -16px;
	height:28px;
	width:28px;
	background:url(/wp-content/plugins/shadowbox-js/skin/lightbox/big_loading.gif) no-repeat;
}

#shadowbox_loading a.closelink{
	position:absolute;
	left:50%;
	top:50%;
	margin:32px 0 0 -16px;
	font-size:10px;
	cursor:pointer;
	z-index:199;
	text-decoration:underline;
}

#shadowbox_loading a.closelink:hover,
#shadowbox_loading a.closelink:active{
	text-decoration:none;
	color:red;
}

#shadowbox_title,
#shadowbox_info{
	margin:0;
	padding:0;
}

#shadowbox_title_inner,
#shadowbox_info_inner{
	/*font-family:'Lucida Grande', Tahoma, sans-serif;*/
	line-height:16px;
}

#shadowbox_title{
	/*height:26px;*/
	overflow:hidden;
	text-align:center;
	font-size:11px !important;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
}

#shadowbox_title_inner{
	padding:5px 0;
}

#shadowbox_info{
	height:50px;
	width:100%;
	margin:0;
	margin-top:-26px;
	padding:0;
	overflow:hidden;
	position:static;
	z-index:10;
}

#shadowbox_info_inner{
	font-size:12px;
	color:#000;
}

a.shadowbox_nav{
	display:block;
	cursor:pointer;
	position:absolute;
	z-index:3000;
}

#shadowbox_nav_next,
#shadowbox_nav_previous{
	width:48%;
	min-height:575px;
}

* html #shadowbox_nav_next,
* html #shadowbox_nav_previous{
	height:575px;
}

#shadowbox_nav_next{
	background:none;
	right:15px;
	top:1%;
}

#shadowbox_info a.next:hover{
	background:url(/wp-content/plugins/shadowbox-js/skin/lightbox/next.png) no-repeat 100% 25px;
}

#shadowbox_nav_previous{
	background:none;
	left:15px;
	top:1%;
}

#shadowbox_info a.prev:hover{
	background:url(/wp-content/plugins/shadowbox-js/skin/lightbox/prev.png) no-repeat 0 25px;
}

#shadowbox_nav_close{
	background:url(/wp-content/plugins/shadowbox-js/skin/lightbox/lightboxcloselabel.gif) no-repeat right top;
	height:22px;
	width:66px;
	right:0;
	bottom:0;
	float:right;
}

#shadowbox_counter{
	display:none;
	float:left;
	padding:2px 0;
	width:45%;
	margin-top:26px;
}

#shadowbox_counter a{
	padding:0 4px 0 0;
	text-decoration:none;
	cursor:pointer;
	color:#000;
}

#shadowbox_counter a.shadowbox_counter_current{
	text-decoration:underline;
}

div.shadowbox_clear{
	clear:both;
}

div.shadowbox_message{
	font-size:12px;
	padding:10px;
	text-align:center;
}

div.shadowbox_message a:link,
div.shadowbox_message a:visited{
	color:#fff;
	text-decoration:underline;
}