#ticker-wrapper.has-js {
	width: 390px;
	height: 23px;
	display: block;
}
#ticker {
	width: 348px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
}
#ticker-title {
	padding-left:25px;
	width: 42px;
}
#ticker-content {
	margin: 0 0 0 15px;
	padding-top: 5px;
	height: 23px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
#ticker-content:focus {
	none;
}
#ticker-controls {
	padding: 0px;
	margin:3px 0 3px 0px;
	list-style-type: none;
	float: left;
}
#ticker-controls li {
	float: left;
	cursor: pointer;
	height: 14px;
	width: 14px;
	display: block;
}
#ticker-controls li#prev {
	background-image: url('/img/main/top_leftbt.jpg');
	background-repeat: no-repeat;
}
#ticker-controls li#next {
	background-image: url('/img/main/top_rightbt.jpg');
	background-repeat: no-repeat;
}
.js-hidden {
	display: none;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}


#slider{}
#sliderBest ul, #sliderBest li{
	margin:0;
	padding:0;
	list-style:none;
}
#sliderBest li{
	width:124px;
	height:130px;
	overflow:hidden;
}

p#controlsBest{
	margin:0;
	position:relative;
}

#prevBtnBest, #nextBtnBest{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:16px;
	height:25px;
	position:absolute;
	left:-16px;
	top:-85px;
}
#nextBtnBest{
	left:123px;
}
#prevBtnBest a, #nextBtnBest a{
	cursor:pointer;
	display:block;
	width:16px;
	height:25px;
	background:url('/img/main/icon_left.jpg') no-repeat 0 0;
}
#nextBtnBest a{
	background:url('/img/main/icon_right.jpg') no-repeat 0 0;
}

/* 804px */
.image_carousel {
	left:0px;
	width:725px;
	height:182px;
	padding: 15px 0 15px 30px;
	position: relative;
}
.image_carousel img {
	width:110px;
	height:135px;
	border: 0px solid #ccc;
	background-color: none;
	padding: 9px 9px 5px 9px;
	margin: 7px 7px 0 7px;
	display: block;
	float: left;
}
a.prev {
	background: url('/img/main/bbanner_btleft.jpg') no-repeat transparent;
	width: 22px;
	height: 35px;
	display: block;
	position: absolute;
	top: 85px;
}
a.next {
	background: url('/img/main/bbanner_btright.jpg') no-repeat transparent;
	width: 22px;
	height: 35px;
	display: block;
	position: absolute;
	top: 85px;
}

a.prev {
	left: -22px;
}
a.next {
	right: -22px;
}

a#foo2_next {
	left: 800px;
}

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}