.galleryWrapper {
	width				: 890px;
	overflow			: hidden;
	border				: none;
	margin				: 0 auto;
	background			: url(../images/white.png) 0 0 repeat;
	padding-bottom	 	: 8px;
}

.galleryItems {
	display				: block;
	margin				: 0;
	list-style			: none;
	padding-left		: 0;
}

.galleryItems li {
	display				: inline;
	float				: left;
	padding				: 0;
}

.galleryItems li img {
	border				: none;
	padding				: 0 6px 0 0;
}

.galleryItems a {
	display				: block;
	text-decoration		: none;
}

.galleryItems a:hover img {
	filter				: alpha(opacity=70);
	opacity				: 0.7;
}

.galleryLeftArrow,	
.galleryRightArrow,
.galleryLeftArrowInner,	
.galleryRightArrowInner {	
	position			: absolute;
	width				: 23px;
	height				: 300px;
	top					: 50px;
}	
	
.galleryLeftArrow {	
	left				: -23px;
	overflow			: hidden;
}

.galleryLeftArrowInner {
	left				: 23px;
	background			: url(../images/gallery-left.png) 0 -5px no-repeat;
}
	
.galleryRightArrow {	
	right				: -23px;
	overflow			: hidden;
}

.galleryRightArrowInner {
	left				: -23px;
	background			: url(../images/gallery-right.png) 0 -5px no-repeat;
}