.gallery_container {
	clear: both;
	height: 108px;
	overflow: hidden;
	position: relative;
	width: 654px;
}
	.gallery {
		position: absolute;
		width: 10000px;
		z-index: 0;
	}
		.gallery a:link,
		.gallery a:active,
		.gallery a:visited,
		.gallery a:hover {
			display: block;
			float: left;
			overflow: hidden;
			padding-top: 4px;
			width: 134px;
		}
			.gallery a:hover {
				border: 4px solid #fff;
				padding-top: 0px;
				width: 126px;
			}
		
			.gallery a:hover img {
				margin-left: -4px;
			}
		
			.gallery a img {
				display: block;
			}
	
	.gallery_prev {
		background: transparent url(../images/nav/slidebox-left.gif) no-repeat left top;
		display: block;
		height: 27px;
		left: 10px;
		position: absolute;
		text-indent: -1000px;
		top: 35px;
		width: 27px;
		z-index: 500;
	}
	.gallery_next {
		background: transparent url(../images/nav/slidebox-right.gif) no-repeat left top;
		display: block;
		height: 27px;
		position: absolute;
		right: 10px;
		text-indent: -1000px;
		top: 35px;
		width: 27px;
		z-index: 500;
	}

.clear {
	clear: both;
}
.gallery_strip {
	margin: 6px 0 12px 0;
	height: 108px;
	width: 654px;
}
