#scroller {
	width: 590px;
	height: 220px;
	border:5px solid #706C6D;
	border-width: 0 5px;
	float: left;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
}

#scroller .wrapper, #scroller .outer-wrapper {
	width: 1200px;
	height: 220px;
}

#scroller .outer-wrapper {
	margin-left: -164px;
}


#scroller a, #scroller img {
	display: block;
}

#scroller a {
	margin-right: 5px;
	border:5px solid #706C6D;
	width: 293px;
	height: 210px;
	position: relative;
	cursor: default;
}

#scroller a .overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	border:5px solid #706C6D;
	top: -5px;
	left: -5px;
	background: #333;
	cursor: default;
}

#scroller a.active {
	cursor: pointer;
}

#left, #right {
	outline: none;
}