.container {
	width: 750px;
	height: 460px;
	position: relative;
	left: -40px;
	top: -20px;	
	
}
.container .mainframe {
	width: 475px;
	height: 460px;
	float: left;
	position: absolute;
	left: -20px;
	top: -40px;
}
.container .thumbnails {
	float: left;
	width: 253px;
	height: 460px;
	background-repeat: no-repeat;
	background-image: url('../images/interface/total_grid.png');
	background-position: 9px 54px;
	position: absolute;
	left: 455px;
	top: -25px;
}
.thumbnailimage { float:left; padding:7px;}
.large_thumb,.large_thumb2	{float:left; position: relative; width:64px; height:64px; padding:0px 8px 0px 0;}
img.large_thumb_image	{position:absolute; left:5px; top:4px;}
.large_thumb_border	{width:64px; height:64px; background:url('../images/interface/thumb_border.png'); position:absolute; }
.large_thumb_shine	{width:54px; height:54px; background:url('../images/interface/shine.png'); position:absolute; background-position:-150px 0; left:5px; top:4px; background-repeat:no-repeat;}
.thumb_container,.thumb_container2 { width:64px; height:64px; background-image:url('../images/interface/thumb_holder.png'); }
#largephoto,#largephoto2 {
	width: 444px;
	height: 368px;
	background-color: #333333;
	margin-top: 70px;
	margin-left: 20px;
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: center top;
}
.largetrans { width: 444px; height:370px; background-image:url('../images/interface/main_bg_trans.png'); }
.large_image { display:none}

.largecaption {  text-align:center; height:40px; width:100%; background-color:#111; position:absolute; width: 444px; margin-top:330px;  display:none; color:#fff; font-size:30px; font-family:Arial; letter-spacing:-1px; font-weight:bold}
.largecaption .captionContent { padding:5px;}
.largecaption .captionShine {
	background: url('../images/interface/bigshine.png');
	position: absolute;
	width: 444px;
	height: 40px;
	background-position: -50px 0;
	background-repeat: no-repeat;
}
#loader { width:150px; height:150px;background-image:url('../images/interface/loader.gif'); background-repeat:no-repeat; position:absolute;}