.jcarousel-wrapper {
    padding-top: 7px;
    position: relative;
}

.jcarousel {
    overflow: hidden;
    position: relative;
    width:906px;
}

.jcarousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}

.jcarousel li {
    border: 1px solid #D2D3D5;
    float: left;
    margin-right: 10px;
    padding: 4px 4px 8px;
    width: 208px;
}

.jcarousel2 {
    overflow: hidden;
    position: relative;
    width:700px;
}

.jcarousel2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}

.jcarousel2 li {
    float: left;
    margin: 0;
    padding:0;
    width: 700px;
}

.jcarousel-control-prev {
	background: url("../images/jcarusel/prev.png") no-repeat 0 0;
    left: -17px;
}

.jcarousel-control-next {
	background: url("../images/jcarusel/next.png") no-repeat 0 0;
    right: -17px;
}

.jcarousel-control-prev, .jcarousel-control-next {
    font-size: 0;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 7px;
}

.jcarousel-pagination{
	position:absolute;
	bottom:10px;
	right:0;
	left:0;
	 z-index: 500;
	 text-align:center;
}

.jcarousel-pagination a {
    background: url("../images/unoSlider/unoslider-li-bg.png") no-repeat 0 0;
    color: #CCCCCC;
    cursor: pointer;
    display: inline-block;
	*diplay:inline; zoom:1; /* IE 7 */
	vertical-align:top;
    font-size: 0;
    height: 14px;
    margin-right: 0;
    width: 14px;
	margin:0 3px;
}

.jcarousel-pagination a.active{
	background: url("../images/unoSlider/unoslider-li-act.png") no-repeat 0 0;
}