.more a {

	font-size:11px;
	color:#3B5998;
}
.facebook {

	float:left;
}
.share {

	width:90px;
	margin-top:0px;
	float:left;
}
.share > a {
	
	width:78px;
	height:21px;
	background:url('../images/facebook-share.png');
	float:left;
}
.share > a:hover {
	
	background:url('../images/facebook-share-1.png');
}
.more {

	width:90px;
	margin-top:13px;
	float:left;
}
.slider{

	font-weight:bold;
}
.slider ul, .slider li{

	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
.slider li{

	width:512px;
	height:105px;
	overflow:hidden;
	margin-top:3px;
	border-top:1px dotted #000;
	padding-top:3px;
	background:#F5F3E5;
}

.slider li div.text{

	float:left;
	width:370px;
	margin-left:10px;
	margin-top:16px;
}

.slider li div.image{
	
	float:left;
	height:95px;
	padding-left:10px;
	margin-top:10px;
}

#nextBtn a{
	
	position:relative;
	width:30px;
	height:77px;
	margin-top:-70px;
	background-image:url('../images/btn_next.gif');
	float:left;
	left:492px;
}

#prevBtn a{
	
	position:relative;
	width:30px;
	height:77px;
	margin-top:-70px;
	background-image:url('../images/btn_prev.gif');
	float:left;
	left:-41px;
}
