/*body { 
	background-color:#333; 
	margin:0 auto; 
	background-image:url('images/interface/bgnoise.png');
}*/
#galley_container {
	width:950px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 470px;
}
#galley_container  .mainframe {
	width: 600px;
	float:left;
	margin: 5px;
	padding: 5px;
	}
#galley_container  .thumbnails {
	float:left;
	width:300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.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;
	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;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px double #000000;
	padding: 0px;
	margin: 0px;
}
#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: 450px;
	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;
	font-family:Arial;


l
	etter-spacing:-1px; 
	font-weight:bold
}
#largecaption .captionContent { 
	padding:5px;
}
#largecaption .captionShine {
	position:absolute;
	width: 444px;
	height: 100px;
	background-position:-150px 0;
	background-repeat:no-repeat;
	background-image: url(../images/gallery/bigshine.png);
}
#loader {
	width:150px;
	height:150px;
	background-image:url(../images/gallery/loader.gif);
	background-repeat:no-repeat;
	position:absolute;
}
