
.slider {
	position: absolute;left: 324px;top: 0px; z-index:1;
	display: block;
	width:634px;
	height:474px;
	overflow:visible!important;
}

.slider > .pic, .slider > .pic > .mask, .slider > .pic > .mask > div{}

.items {
    display: none;
}

.slider .slider_bg{width: 100%; height: 150px; background: url(../images/slider.png); position: absolute; left: 0; bottom: 0; z-index: 10;}

.pagination { height: 10px;
    position: absolute;
    right: 20px;
	bottom: 20px;    
    z-index: 1000; text-align: left; white-space: nowrap;
}
.pagination li {
    margin:0 3px; display: inline-block;
	
}
.pagination a {    
    display: block;    
    width: 10px;
	height: 10px;
	background: url(../images/pagination.png) left top no-repeat;
}

.pagination a:hover, .pagination .current a {
    background-position:right;
}

.banner {width: 540px; position: absolute;left: 45px; top: 365px; z-index: 100;}

.banner .banner_inner{ position:absolute; color: #fcfefc; font-family: 'Michroma'; text-transform: uppercase;}

.banner .txt1{ font-size:30px; line-height:30px;}
.banner .txt2{ font-size:20px; line-height:25px;}




