.galleryWrapper {
	
	overflow			: hidden;
	border				: none;
	margin				: 0 auto;	
}

.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 2px 0 2px;
}

.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				: 100px;
	top					: 0px;
}	
	
.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;
}

.filmstrip-pink-top,
.filmstrip-blue-top,
.filmstrip-gold-top,
.filmstrip-green-top,
.filmstrip-purple-top {
	height : 8px;
	margin-bottom: 3px;
	margin-top: 20px;
}

.filmstrip-pink-bottom,
.filmstrip-blue-bottom,
.filmstrip-gold-bottom,
.filmstrip-green-bottom,
.filmstrip-purple-bottom {
	height : 8px;
	margin-top:-2px;
	margin-bottom: 20px;
}

.filmstrip-pink-top {
	background-image : url(../images/strip-pink-top.png);
}
.filmstrip-pink-bottom {
	background-image : url(../images/strip-pink-bottom.png);
}
.filmstrip-blue-top {
	background-image : url(../images/strip-blue-top.png);
}
.filmstrip-blue-bottom {
	background-image : url(../images/strip-blue-bottom.png);
}
.filmstrip-gold-top {
	background-image : url(../images/strip-gold-top.png);
}
.filmstrip-gold-bottom {
	background-image : url(../images/strip-gold-bottom.png);
}
.filmstrip-green-top {
	background-image : url(../images/strip-green-top.png);
}
.filmstrip-green-bottom {
	background-image : url(../images/strip-green-bottom.png);
}
.filmstrip-purple-top {
	background-image : url(../images/strip-purple-top.png);
}
.filmstrip-purple-bottom {
	background-image : url(../images/strip-purple-bottom.png);
}


.galleryWrapper1,
.galleryWrapper2,
.galleryWrapper3,
.galleryWrapper4 {
	overflow			: hidden;
	border				: none;
	margin				: 0 auto;
}

.galleryItems1,
.galleryItems2,
.galleryItems3,
.galleryItems4 {
	display				: block;
	margin				: 0;
	list-style			: none;
	padding-left		: 0;	
}

.galleryItems1 li,
.galleryItems2 li,
.galleryItems3 li,
.galleryItems4 li {
	display				: inline;
	float				: left;
	padding				: 0;	
}
.galleryItems1 li img,
.galleryItems2 li img,
.galleryItems3 li img
.galleryItems4 li img {
	border				: none;
	padding				: 0 2px 0 2px;
}

.galleryItems1 a,
.galleryItems2 a,
.galleryItems3 a,
.galleryItems4 a {
	display				: block;
	text-decoration		: none;
}

.galleryItems1 a:hover img,
.galleryItems2 a:hover img,
.galleryItems3 a:hover img,
.galleryItems4 a:hover img {
	filter				: alpha(opacity=70);
	opacity				: 0.7;
}

.galleryLeftArrow,	
.galleryRightArrow,
.galleryLeftArrowInner,	
.galleryRightArrowInner {	
	position			: absolute;
	width				: 23px;
	height				: 100px;
	top					: 0px;
}	
	
.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;
}