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

* {
	margin:0;
	padding:0;
	background-position: left top;
}
#gallery {
	width:656px;
	margin:0;
	padding:0px;
	left: 0px;
}
#image {
	position:relative;
	width:656px;
	height:195px;
	padding:0px;
	border:0px solid;
	background-image: url(../images/gallery/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {
	margin-top:7px;
	padding:0px 0;
	width:656px;
	height:30px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:30px;
	width:656px;
}
#thumbs {
	position:relative;
	list-style:none;
	margin-left:0px;
	height:30px;
	width:5000px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}

