/*body{ 
	background-color:#333; 
	margin:0 auto; 
	background-image:url('images/gallery/bgnoise.png');
}*/

#galley_container {
	width:900px;
	background-image:url(images/gallery/back_noise.png);
	padding: 0px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#galley_container  .mainframe { 
w	idth: 500px;
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 410px;
}
#galley_container .thumbnails {
	width:650px;
	margin: 0px;
	padding: 0px;
}
.thumbnailimage { 
	float:left; 
	padding:7px;
}
.large_thumb	{
	float:left;
	position: relative;
	width:64px;
	height:64px;
	padding:0px 10px 0px 0;
}
img.large_thumb_image	{
	position:absolute; 
	left:5px; 
	top:4px;}
.large_thumb_border	{
	width:64px;
	height:64px;
	position:absolute;
	background-image: url(../images/gallery/thumb_border.png);
}
.large_thumb_shine	{
	width:54px;
	height:54px;
	position:absolute;
	background-position:0;
	left:5px;
	top:4px;
	background-repeat:no-repeat;
	background-image: url(../images/gallery/shines.png);
}
.thumb_container {
	width:64px;
	height:64px;
	background-image:url(../images/gallery/thumb_holder.png);
}
#largephoto {
	width: 599px;
	height:399px;
	margin-left:0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: auto;
	border: 3px double #000000;
}
#largetrans {
	width: 444px;
	height:370px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.large_image {
	display:none;
}
#containertitle { 
	position:absolute; 
	margin-top:35px; 
	margin-left:40px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; text-shadow: 0px 1px 2px #fff;
}
#largecaption {
	text-align:center;
	height:100px;
	width:100%;
	background-color:#111;
	position:absolute;
	width: 593px;
	margin-top:270px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	display:none;
	color:#fff;
	font-size:medium;
	padding: 0px;
	border: 3px double #FFFFFF;
}
#largecaption .captionContent { 
	padding:5px;
}
#largecaption .captionShine {
	width: 444px;
	height: 100px;
	background-repeat:no-repeat;
	background-image: url(../images/gallery/bigshine.png);
	margin: 0px;
	padding: 0px;
	background-position: -150px;
	position: absolute;
}
#loader {
	width:150px;
	height:150px;
	background-image:url(../images/gallery/loader.gif);
	background-repeat:no-repeat;
	position:absolute;
}
