/*--------- slider ---------*/
#slide {
	width: 950px;
	height: 255px;  
	padding:5px;
	position:relative; 
	overflow:hidden; 
	z-index:1; 
	margin:0 auto;
	background: url(../images/bg-slide.png) 0 0 repeat;
	border-radius: 2px;
	}
.slider {
	    position: relative; 
		z-index:1;
		overflow: hidden;
		}
.items {display:none;}

.banner{
	width: 450px;
	position:absolute;
	top: 305px; 
	z-index:15; 
	height: 40px; 
	line-height: 30px;
	color:#fff ; 
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
    }
	.inner-banner{padding-left:20px;}
.pagination {
	position:absolute; 
	z-index:10; 
	background: url(../images/bg-pagination.png) 0 0 repeat;
	width:620px; 
	padding:0px 0 0px 320px;
	top:395px;
	left:0;
	}
.pagination li {
	float:left;	
	margin: 0 0px 0 0;
	}
.pagination a {display:block; width:100px; height:75px;}
.pagination li.current a, .pagination li:hover a{background: url(../images/pagination.png) 0 0 no-repeat;}
#pag-1 a{background: url(../images/slide_01s.jpg) 0 0 no-repeat;}
#pag-2 a{background: url(../images/slide_02s.jpg) 0 0 no-repeat;}
#pag-4 a{background: url(../images/slide_04s.jpg) 0 0 no-repeat;}
#pag-5 a{background: url(../images/slide_05s.jpg) 0 0 no-repeat;}

#pag-1 a:hover, #pag-2 a:hover, #pag-3 a:hover, #pag-4 a:hover, #pag-5 a:hover, #pag-6 a:hover{background-position:0 bottom;}
#pag-1.current a, #pag-2.current a, #pag-3.current a, #pag-4.current a, #pag-5.current a, #pag-6.current a{background-position:0 bottom;}
/******************* carousel ***************/
.carousel {
	width:660px !important;
	overflow:hidden;
	height:652px !important;	
}
.carousel-box {position:relative;}
.carousel ul li {
	width:660px; margin:0;padding-bottom:40px;position:relative;
}
.carousel ul li em{
	font-size:11px;
	color:#494548;
	display:block;
	font-style:normal;
	}
.carousel ul li p{
	margin:0px 0 7px 0;
	}
#next,
#prev {
	width:9px;
	height:7px;
	display: inline-block;
	margin:7px 10px 0 0;
	}
#next{background:url(../images/next.png) 0 0 no-repeat;}
#prev{background: url(../images/prev.png) 0 0 no-repeat;}
#next:hover {background-position: 0  bottom;}
#prev:hover {background-position:0  bottom;}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
