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

@import url("style.css");
@import url("template.css");
#slider-container{padding:0;  }
#slider{ 
	width:720px; 
	height:300px; 
	position:relative; 
	overflow:hidden; 
	 }
#slider .cycle img{ 
	z-index:0; 
	overflow:hidden; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	 border-radius:10px;
	
	}
#slider .cycle{
	width:720px; 
	height:300px; 
	position:relative; 
	overflow:hidden;
	}

.slide-text{ 
	z-index:150;
	width:350px;
	height:70px;
	bottom:20px;
	padding:0px 5px 10px 10px;
	right:20px;
	background-image:url(../image/vd.png);
	position:absolute;
	
}

.slide-text h2{ 
	font-size:22px; 
	margin-bottom:7px; 
	padding-bottom:0px!important; 
	font-weight:normal; 
	line-height:1.3em; 
	color:#fff; 
	}
.slide-text p{ 
	margin-bottom:0px; 
	font-size:14px; 
	color:#FFFFFF; 
	line-height:1.0em; 
	}

#slideshow_navigation{
	position:absolute; 
	left:20px; 
	bottom:0px; 
	z-index:10; 
	text-align:left;
	}
#pager {
	width:720px; 
	text-align:left;
	z-index:100;
	left:20px;
	bottom:0px;
}

#pager a{
	width:14px;
	height:15px;
	background-image:url(../image/nav-slide.png);
	background-repeat:no-repeat;
	border:0px;
	margin-right:16px;
	cursor:pointer;
	display:inline-block;
}

#pager a { text-indent:-9999px;}

#pager a.activeSlide{
	width:14px;
	height:15px;
	background-image:url(../image/nav-slide.png);
	background-repeat:no-repeat;
	background-position:0px -16px;
	margin-bottom:15px;
}
.inner-wrap{
	width:630px;
	height:130px;
	margin:0 auto;
	position:relative;
}

.carousel-box .prev1{
	width:24px;
	height:24px;
	position:absolute;
	left:-30px;
	top:30px;
	background:url(../image/prevnext.png) left top no-repeat;
}
 .carousel-box .next1{
	width:24px;
	height:24px;
	position:absolute;
	left:630px;
	top:30px;
	background:url(../image/prevnext.png) right top no-repeat;
}

.carousel li{
	height:130px;
	width:620px;
	
	
}
.carousel li img{
	margin-right:12px;
	
}