/* CSS SETTINGS FOR THE DISPLAYED GALLERY */

.gallery_image{
	border:1px solid #cccccc;
	padding:0px;
}

.td_thumbnail{
	width:200px;
	padding:5px;
}

.gallery_header{
	text-align:left;
	font-size:24px;
	font-weight:bold;
	font-family:Tahoma,Verdana,Arial;
	background-color:black;
	color:white;
	padding:10px;
}

.gallery_header_spacer{
	padding-top:8px;
}

.gallery_footer_spacer{
	padding-top:8px;
}

.image_description_div{
	width:450px;
	text-align:left;
}

.image_description{
	font-family:Tahoma,Verdana,Arial;
	font-size:14px;
	font-weight:normal;
}



/* THE FOLLOWING ARE CSS DESIGNED FOR THE LIGHTBOX ITSELF */

#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	border:8px solid #000000;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	border:					none;
}

.sbox-loading #sbox-content
{
	background-image:		url(../images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox_content_table
{
	background-color:		#fff;
	height:					100%;
}


.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}