#scroller{
    margin-left:25px;
    margin-top:22px;
	float:left;
	width:960px;
	height:135px;
	overflow:none;
	background-repeat:no-repeat;
	background-position:center;
}


.sc_down {
	float:left;
	width:24px;
	height:auto;
	margin-left:0px;
	cursor:pointer;
	background-position:center;
	padding: 0px 0px;
}
.sc_next {
	float:right;
	width:24px;
	height:130px;
	margin-right:0px;
	cursor:pointer;
	background-position:center;
	padding: 0px;
}
.sc_img {
	float:left;
	width:900px;
	height:135px;
	overflow: hidden;
}
/****************/
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

{ position:relative;}
ul#mycarousel{
	padding:0px;
	margin:0px;
	overflow:hidden;
	height: 135px;
	margin-left: -5px;
}
ul#mycarousel li{
	padding:0px;
	margin:0px 16px;
	width: 151px;
	height: 129px;
	float: left;
	list-style:none;
}
ul#mycarousel li:hover{
	border-color:#FFA6A6;
}

ul#mycarousel li img{border:none;
}
