body{
	
	margin:0;
	padding:0;
}
a{
	color:#725749;	
	text-decoration:none;	
}
#container{
	
	width:1000px;
	height:790px;	
	margin:0 auto;
	
	padding-top:160px;
	background:url(../images/bg3.png) no-repeat top left #ffffff;
	
}
#info{
	
	float:left;
	width:232px;
	height:387px;
	text-align:center;	
	
}
a img {
	border:none;
}
#links{
	margin-top:1em;
	font-family: Georgia, serif;
	color:#000;
	background:url(../images/ampbrown.png) center 80% no-repeat;
	margin-bottom: 1em;	
	text-align:left;
	
	
}
a.live{
	color:#000;
}
a.live:hover{
	color:#725749;
}
#links div.live:hover{
	color:#725749;
}
#links div.yah{
	color:#776;
	background:url(../images/indicator.png) left center no-repeat ;
}
#links div{
	cursor:pointer;
	padding-left:50px;
}
#gallery{
	float:left;
	position:relative;
	/*display:table;*/border:solid 10px #000;
	padding: 10px;	
	width:520px;
	height:520px;
	text-align:center;
	/*display:table-cell;*/
	
	background:white;
	
	overflow:hidden;
	color:white;
	font-size:8px;
}

#mainphoto img{
	vertical-align:middle;
}
#backlink{
	float:right;
}
#nextlink{
	float:right;
}

#count{
	color:#725749;
	font-style:italic;
}
#loader{
	visibility:hidden;
	background:url(galleries/ajax-loader.gif) top left #fff;
	width:126px;
	height:22px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1000;
}
#copyinfo{
	color:#725749;
	text-align:center;
	font-size:smaller;
	width:900px;
	margin: 0 auto;
}
#controls{
	width:520px;
	margin-left:250px;
	background:#fff;
}
