.galleryWrapper {

	width				: 450px;
	overflow			: hidden;
	border				: 0px solid #ccc;
	margin				: 0 auto;
}

.galleryItems {
	display				: block;
	margin				: 0;
	list-style			: none;
	padding-left		: 0;
}

.galleryItems li {
	display				: inline;
	float				: left;
	padding				: 0 0px;
}

.galleryItems li img {
	border				: 0px solid #777;
}

.galleryItems a {
	display				: block;
	text-decoration		: none;
}

.galleryItems a:hover img {
	filter				: alpha(opacity=70);
	opacity				: 0.7;
}