@charset "UTF-8";

.scrollable {
	position: relative;
	overflow: hidden;
	width: 941px;
	height: 107px;
	z-index: -999;
}

.scrollable .items {
	width: 2000em;
	position: absolute;
	background: transparent;
}

.scrollable .items img {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.scrollable .items .active {
	border: 1px inset #ccc;
	background-color: #fff;
}

