@charset "utf-8";
/* CSS Document */

div{
	padding:5px;
}
p {
	text-indent: 10px;
}

div#viewer-container{
	width:545px;
	height:385px;
	margin:0 auto;
}
div#viewer-container > div{
	float:left;
}


div#image-control-container{
	height: 375px;
}


div#image{
	width:230px;
	height:304px;
}
div#image img{
	margin-left:6px;
}
div#image.loading{
	background:url(../images/spinner.gif) no-repeat center center #fff;
}

div#info-container{
	width:280px;
	height: 375px;
	overflow: auto;
	margin-left: 5px;
}


div#view-controls{
	height:45px;
	width: 230px;
}


div#control{
	height:30px;
}
div#control > a{
	float:left;
}
div#control a.previous,
div#control a.next{
	display:block;
	padding:5px 0;
	width:103px;
	text-align:center;
	background:#ccc;
}
div#control a.previous{
}
div#control a.next{
	margin-left:9px;
}
