.scrollable {
	POSITION: relative;
	WIDTH: 850px;
	HEIGHT: 400px;
	OVERFLOW: hidden;
}
.scrollable .items {
	POSITION: absolute;
	WIDTH: 20000em;
	CLEAR: both;
	left: 0px;
}
.items DIV {
	WIDTH: 848px;
	FLOAT: left;
	height: 398px;
}

.scrollable .active {
	POSITION: relative; 
	CURSOR: default; 
}
.slide-contents {
	height: 455px;
	width: 850px;
	overflow: hidden;
}
.control {
	float: left;
	height: 25px;
	width: 850px;
	margin-top: 15px;
}
.regular-recommend-title {
	float: left;
	height: 45px;
	width: 850px;
	margin-top: 7px;
	margin-left: 65px;
	background-image: url(../../img/collection/regular/regular-title.png);
}
.bridal-title {
	float: left;
	height: 45px;
	width: 850px;
	margin-top: 7px;
	margin-left: 65px;
	background-image: url(../../img/bridal2/bridal-title.png);
}
