html, body {
    height: 100%;
}

html {
    background: #fff;
}

body {
	margin:0 auto;
    height: 100%;
    font: 14px/1 Helvetica, Arial, sans-serif;
}


#slider {
    position: relative;
    margin: 0px auto;
    width: 468px;
}

#slider a:focus {
    outline: 0;
}

.slider-view {
    position: relative;
    margin: 0px auto;
    width: 468px;
    height: 241px;
    overflow: hidden;
}

.slider-container {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-container div {
    position: relative;
    float: left;
    width: 468px;
    height: 241px;
}

.slider-container div a {
    display: block;
}



.slide_box {
	width:68px;
}


#slide-prev, #slide-next {
	position: absolute;
	top: 248px;
	line-height: 1;
	text-decoration: none;
	z-index:1;
	margin:0 auto;
}

#slide-prev {
	width:16px;
	height:23px;
	background:url(/images/renew/slider/arrow_left.png) no-repeat 0 0;
	text-indent:-9999px;
	left: 10px;
}

#slide-next {
	width:16px;
	height:23px;
	background:url(/images/renew/slider/arrow_right.png) no-repeat 0 0;
	text-indent:-9999px;
	left: 40px;
}




.slider-pagination {
	width:404px;
	height:40px;
	margin:0px auto;
	padding:5px 0px 0px 64px;
	background:url(/images/renew/slider/nav_bar.png) no-repeat 0 0;
}

.slider-pagination a {
		float:left;
		width:30px;
		height:30px;
		line-height:30px;
		margin:0px 0px 0px 8px;
		color:#555;
		text-decoration:none;
}

.slider-pagination a.current {
	background:url(/images/renew/slider/bt.gif) no-repeat 0 0;
	width:30px;
	height:30px;
	line-height:30px;
	margin:0px 0px 0px 8px;
	color:#fff;
	font-weight:bold;
}


