#banners .wrap{
	height:112px;
	border-top:1px solid #5a0d06;
	background-color:#701007;
	overflow:hidden;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
#banners .inner{
	position:relative;
	width:100%;
	height:100%;
	border-top:1px solid #7f2820;
}
#banners li{
	position:relative;
	background:url('img/bg-banners.png') repeat-x;
	border:1px solid #fff;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
#banners li a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
#banners li .mask{
	position:absolute;
	top:0;
	left:69px;
	width:24px;
	height:100%;
	background:url('img/mask-banners.png') no-repeat;
	z-index:3;
}
#banners li img{
	position:relative;
	z-index:1;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}
#banners li h1{
	position:absolute;
	right:16px;
	width:100px;
	text-align:center;
	color:#4d4d4d;
	font-size:13px;
	line-height:17px;
	z-index:2;
}

#banners .jcarousel-skin-beder{
	width:100%;
	height:100%;
}
#banners .jcarousel-skin-beder .jcarousel-container-horizontal{
	width:100%;
	height:100%;
}
#banners .jcarousel-skin-beder .jcarousel-clip{
	overflow:hidden;
}
#banners .jcarousel-skin-beder .jcarousel-clip-horizontal{
	position:absolute;
	top:0;
	left:32px;
	width:910px;
	height:100%;
}
#banners .jcarousel-skin-beder .jcarousel-list-horizontal{
}
#banners .jcarousel-skin-beder .jcarousel-item{
	width:219px;
	height:90px;
	margin-top:10px;
}
#banners .jcarousel-skin-beder .jcarousel-item-horizontal{
	margin-left:0;
	margin-right:8px;
}
#banners .jcarousel-skin-beder .jcarousel-prev-horizontal{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:23px;
	background:#380803 url('img/prev.png') no-repeat center center;
	cursor:pointer;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	-webkit-transition:background-color .2s ease-out;
	-moz-transition:background-color .2s ease-out;
	-ms-transition:background-color .2s ease-out;
	-o-transition:background-color .2s ease-out;
	transition:background-color .2s ease-out;
	z-index:2;
}
#banners .jcarousel-skin-beder .jcarousel-next-horizontal{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:23px;
	background:#380803 url('img/next.png') no-repeat center center;
	cursor:pointer;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-transition:background-color .2s ease-out;
	-moz-transition:background-color .2s ease-out;
	-ms-transition:background-color .2s ease-out;
	-o-transition:background-color .2s ease-out;
	transition:background-color .2s ease-out;
	z-index:2;
}
#banners .jcarousel-skin-beder .jcarousel-prev-horizontal:hover, 
#banners .jcarousel-skin-beder .jcarousel-prev-horizontal:focus,
#banners .jcarousel-skin-beder .jcarousel-next-horizontal:hover,
#banners .jcarousel-skin-beder .jcarousel-next-horizontal:focus{
	background-color:#180803;
}
#banners .jcarousel-skin-beder .jcarousel-prev-horizontal:active,
#banners .jcarousel-skin-beder .jcarousel-next-horizontal:active{
	background-color:#180803;
}
#banners .jcarousel-skin-beder .jcarousel-prev-disabled-horizontal,
#banners .jcarousel-skin-beder .jcarousel-prev-disabled-horizontal:hover,
#banners .jcarousel-skin-beder .jcarousel-prev-disabled-horizontal:focus,
#banners .jcarousel-skin-beder .jcarousel-prev-disabled-horizontal:active,
#banners .jcarousel-skin-beder .jcarousel-next-disabled-horizontal,
#banners .jcarousel-skin-beder .jcarousel-next-disabled-horizontal:hover,
#banners .jcarousel-skin-beder .jcarousel-next-disabled-horizontal:focus,
#banners .jcarousel-skin-beder .jcarousel-next-disabled-horizontal:active{
	cursor:default;
	background-color:#755;
}