#galleryslideshow {
	position:relative;
	overflow:hidden;
	width:589px;
	height:520px;
	margin:0 auto;
	background:url(img/arrow_box.png) no-repeat bottom center;	
}

#galleryslideshow .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
#galleryslideshow li{
	float:left;
	margin-right:4px;
	cursor:pointer;
	width:589px;
	height:455px;
}
#galleryslideshow li h3{
	height:20px;
	padding:10px 0;
	line-height:20px;
	font-size:16px;
	color:#cc0000;
	display:block;
}
#galleryslideshow li img{
	width:571px;
	height:431px;
	display:block;
	padding:9px 9px 15px 9px;
	background:url(img/slide_img_bg.png) no-repeat;
}

a.slidezoom{
	background:url(img/zoom.png) no-repeat left;
	display:block;
	padding-left:25px;
	line-height:20px;
	font-size:10px;
	color:#000;
	position:absolute;
	bottom:6px;
	left:212px;
	text-decoration:none;
}

a.left{
	background:url(img/arrow_prev.jpg) no-repeat;
	width:16px;
	height:14px;
	display:block;
	float:left;
	position:absolute;
	left:30px;
	bottom:10px;
}

.left:hover{
	background:url(img/arrow_prev_h.jpg) no-repeat;
}
a.right{
	background:url(img/arrow_next.jpg) no-repeat;
	width:16px;
	height:14px;
	display:block;
	float:right;
	position:absolute;
	right:30px;
	bottom:10px;
}
.right:hover{
	background:url(img/arrow_next_h.jpg) no-repeat;
}	
