.gallerycarousel {
	width:620px;
	position:relative;
	margin:0 auto;
	height:110px;
}

.gallerycarousel .gallery-wrapper {
	width:550px; /*=gallerycarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow:auto;
	height:110px; /*=li height + 2 x padding */
	margin:0 35px;
	position:absolute;
	top:0;
}

.gallerycarousel ul a img {
	border:none;
	/* -moz-border-radius:10px;
	-webkit-border-radius:10px; */
}

.gallerycarousel .gallery-wrapper ul {
	width:9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}

.gallery-wrapper { overflow:hidden; }

.gallerycarousel ul li {
	display:block;
	float:left;
	padding:15px;
	height:80px;
	width:80px;
}

.gallerycarousel ul li a img {
	display:block;
	height:80px;
	width:80px;
}

.gallerycarousel .arrow {
	display:block;
	height:40px;
	width:30px;
	background:url(/images/carousel-arrow.png) no-repeat 0 0;
	text-indent:-999px;
	position:absolute;
	top:35px;
	cursor:pointer;
}

.gallerycarousel .forward {
	background-position:-30px 0;
	right:0;
}

.gallerycarousel .back {
	background-position:0 0;
	left:0;
}

.gallerycarousel .forward:hover { background-position:-30px -40px; }

.gallerycarousel .back:hover { background-position:0 -40px; }