.slide-padding{
	padding:0 16px;
	border-width:1px;
	border-style:solid;
	border-color:#bbbbbb;
	width:879px;
	height:198px;
	background-color:#f7f7f9;
}
	
#slide-wrap{
	padding:8px 44px; 
	position:relative; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

#slide-box{
	position:absolute;
}

#slide-box p{
	font-size:12px; 
	line-height:18px; 
	color:#313131;
	margin-top:-10px;
	margin-right:50px;
	margin-bottom:5px;
}

#slide-box h1{
	color:#363638; 
	font-size:18px;
	font-weight:normal;
	margin-top:25px;
}

#slide-box .inner{
	width:850px; 
	height:180px; 
	display:block; 
	float:left;
}

.bg-img{
	border:1px solid #DDD; 
	background:#fff; 
	padding:4px; 
	margin:0 22px 0 0;
}

.slide-box{
	position:relative; 
	width:850px; 
	height:180px; 
	overflow:hidden;
}

.button-left{
	width:20px; 
	height:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	background:url(../images/left-button.png) no-repeat 0 50%; 
	opacity:0.4; 
	filter:alpha(opacity=40); 
	z-index:1024; 
	cursor:pointer;
}

.button-right{
	width:20px; 
	height:100%; 
	position:absolute; 
	top:0; 
	right:0; 
	background:url(../images/right-button.png) no-repeat 100% 50%; 
	opacity:0.4; 
	filter:alpha(opacity=40); 
	z-index:1024; 
	cursor:pointer;
}

.button-left:hover{
	opacity:1; 
	filter:alpha(opacity=100);
}

.button-right:hover{
	opacity:1; 
	filter:alpha(opacity=100);
}

.readon{
	margin-left:-6px;
}
