
div.gallery_canvas {
	width: 450px;
	height: 250px;
	margin: 20px 0 0;
	text-align: center;
}

#main_area div.gallery_canvas img {
	float: none;
}

div.gallery_canvas.loading {
	background: url(../images/index/load_wheel_white.gif) center no-repeat;
}	

div.gallery_thumbs {
	width: 426px;
	margin: 20px 0 0;
	height: 45px;
	padding: 0 12px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

div.gallery_thumbs div.scroller {
	padding:0 1px;
	position:relative;
	width: 3500px;
	z-index:2;
}

div.gallery_thumbs div.scroller a {
	display:block;
	position: relative;
	margin:1px 3px;
	float: left;
}

div.gallery_thumbs div.scroller a span {
	display: none;
}

div.gallery_thumbs div.scroller a img {
	width: 60px;
	height: 40px;
	border: 2px #999 solid;
}

div.gallery_thumbs a.arrow {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/gallery/arrows.jpg);
	display: block;
	height: 45px;
	width: 12px;
	position: absolute;
	top: 0px;
	z-index: 3;
}

div.gallery_thumbs a.arrow.left {
	background-position: top left;
	left: 0px;
}

div.gallery_thumbs a.arrow.right {
	background-position: bottom left;
	right: 0px;
}

div.photo_details {
	width: 450px;
	margin: 20px 0 30px;
	min-height: 120px;
}

div.photo_details h2 {
	display: block;
	font-size: 18px;
	float: left;
	color: #444;
	line-height: 30px;
	border-right: 1px solid #999;
	padding-right: 20px;
	width: 120px;
	font-style: italic;
}

div.photo_details p {
	display: block;
	font-size: 11px;
	float: left;

	line-height: 16px;
	padding-left: 20px;
	width: 228px;
}

ul.category a {
	color: #765;
}

