#shadowbox_overlay {
	float: none;
	visibility: hidden;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 998;
}

#shadowbox_container {
	display: block;
	float: none;
	position: fixed;
	height: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
}

#shadowbox {
	float: none;
	display: none;
	visibility: hidden;
	margin: 0 auto;
	position: relative;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	text-align: left;
	color: #888;
	border: solid 2px #E6E8E8;
}

#shadowbox_title {
	display: none;
	float: none;
	height: 30px;
	padding: 0;
	overflow: hidden;
}

#shadowbox_title_inner {
	display: block;
	float: none;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	padding: 10px 0 4px 10px;
	background-color: #fff;
}

#shadowbox_body {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 10px solid #fff;
	background-color: #eee;
}

#shadowbox_body_inner {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
}

#shadowbox_loading {
	display: block;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 10000px;
	width: 100%;
	background-color: #ccc;
}

#shadowbox_loading img {
	display: block;
	float: left;
	margin: 10px 10px 0 10px;
}

#shadowbox_loading span {
	display: block;
	float: left;
	margin-top: 16px;
	font-size: 10px;
}

#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited
	{
	display: block;
	float: none;
	color: #fff;
}

#shadowbox_content.html {
	display: block;
	float: none;
	height: 100%;
	width: 100%;
	overflow: auto;
}

#shadowbox_toolbar {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: 26px;
	overflow: auto;
	background-color: #FFFFFF;
}

#shadowbox_toolbar_inner {
	display: block;
	float: none;
	height: 26px;
	background-color: #fff;
}

#shadowbox_toolbar_inner div {
	display: block;
	float: none;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
}

#shadowbox_toolbar_inner div span.shortcut {
	display: block;
	float: none;
	text-decoration: underline;
	font-weight: bold;
}

#shadowbox_toolbar_inner div a {
	display: block;
	float: right;
	text-decoration: none;
	color: #888;
}

#shadowbox_nav_close,#shadowbox_nav_previous,#shadowbox_nav_next {
	display: block;
	float: right;
	padding-right: 10px;
}

#shadowbox_counter {
	display: block;
	float: left;
	padding-left: 10px;
}

#shadowbox_counter a {
	display: block;
	float: none;
	padding: 0 4px 0 0;
}

#shadowbox_counter a.shadowbox_counter_current {
	display: block;
	float: none;
	text-decoration: underline;
	font-weight: bold;
}

div.shadowbox_message {
	display: block;
	float: none;
	text-align: center;
	padding: 10px;
}

div.shadowbox_message a:link,div.shadowbox_message a:visited {
	display: block;
	float: none;
	text-decoration: none;
	color: #bed333;
}

div.shadowbox_message a:hover,div.shadowbox_message a:focus {
	display: block;
	float: none;
	text-decoration: underline;
}
