#style-main {
	background: #f8f5ed;
	position: relative;
}
#slide {
	width: 1043px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top:104px;
}
#style h2 {
	background: url(../images/style/style.png) no-repeat 0px 0px;
	height: 292px;
	width: 426px;
	text-indent: -300em;
	position: absolute;
	right: 12px;
	bottom: -90px;
	z-index: 0;
}


.image_carousel {
	position: relative;
	height: 343px;
	width: 960px;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	overflow: hidden;
}
.image_carousel .caroufredsel_wrapper a {
	display: block;
	float: left;
}
.image_carousel img {
	display: block;
	float: left;
	margin-left: 39px;
	padding-bottom: 5px;
	background: url(../images/style/style_bg.png) no-repeat left bottom;
	margin-right: 38px;
}


a.prev, a.next {
	background: transparent url(../images/style/prev_nextBt.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
}
a.prev, a.next {
	top: 191px;
}
a.next {
	right: 8px;
}
a.prev {
	left: 10px;
}
a.prev:hover {		background-position: 0 -24px; }
a.prev.disabled {	background-position: 0 -48px !important; cursor: default; }
a.next {			background-position: -22px 0; }
a.next:hover {		background-position: -22px -24px; }
a.next.disabled {	background-position: -22px -48px !important; cursor: default; }

a.prev span, a.next span {
	display: none;
}

div.pagination {
	padding: 14px 0px 0px 0;
	text-align: center;
	height: 22px;
}
div.pagination a {
	background: transparent url(../images/style/pagination.png) no-repeat 0px 6px;
	width: 22px;
	height: 22px;
	margin: 0 0px 0 0;
	display: inline-block;
}
div.pagination a.selected {
	background-position: -22px 6px;
	cursor: default;
}
div.pagination a span {
	display: none;
}
