@charset "UTF-8";
/* CSS Document */

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 681px;
    height: 200px;
	margin:0 auto;
}

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

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .4;
    cursor: default;
}


.sub_banner {
    position: absolute;
    overflow: hidden;
    width: 220px;
	height:340px;
	top:14px;	
}

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

.sub_banner li {
   padding-bottom:6px;
}

#prev {
	position:absolute;
	left:8px;
	top:30px;
	border:none;
	float:left;
}

#prev img {
	border:none;
}

#next {
	position:absolute;
	right:8px;
	border:none;
	float:right;
	top:30px;
}

#next img {
	border:none;
}

#up {
	position:absolute;
	left:0;
	top:0;
}

#up img {
	border:none;
}

#down {
	position:absolute;
	top:350px;
}

#down img {
	border:none;
}