@charset "utf-8";
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
/*Icon*/
a.up, .browse, .like, .share, a.back_top, a.back_top:hover, .search, .search:hover, .so, .soHover, #sidebar h1, b.microblog, b.classify, b.tags, b.links, b.selfabout, b.userdetail, b.selfmanage, .scroll li, a.go_left, a.go_right, a.leftOn, a.rightOn, a.leftOn:hover, a.leftOn:hover, a.keywords:hover span, .red_heart, .add_like, a.agree, a.oppose, a.agree:hover, a.oppose:hover, .bnt a, .bnt a:hover, a.favorite, a.facebook, a.baidu, a.twitter, a.myspace, a.favorite:hover, a.facebook:hover, a.baidu:hover, a.twitter:hover, a.myspace:hover, .share_more span, a.login_button, a.login_button:hover {
	background-image:url(./icon.png);
	background-repeat:no-repeat
}
.scrollbar {
	margin:0 auto;
	width:678px;
	height:185px;
	padding:18px 0 0 62px;
	position:relative;
	overflow:hidden;
}
.scrollbar a.go_left, a.go_right {
	width:18px;
	height:36px;
	position:absolute;
	top:85px;
	cursor:default;
}
.scrollbar a.go_left {
	left:20px;
	background-position:0px -90px;
}
.scrollbar a.go_right {
	right:25px;
	background-position:-19px -90px;
}
.scrollbar a.leftOn, a.rightOn {
	width:18px;
	height:36px;
	position:absolute;
	top:85px;
	cursor:pointer;
}
.scrollbar a.leftOn {
	left:20px;
	background-position:-40px -90px;
}
.scrollbar a.leftOn:hover {
	left:20px;
	background-position:-80px -90px;
}
.scrollbar a.rightOn {
	right:25px;
	background-position:-59px -90px;
}
.scrollbar a.rightOn:hover {
	right:25px;
	background-position:-99px -90px;
}
.scroll {
	float:left;
	width:610px;
	height:164px;
	overflow:hidden;
	position:relative;
}
.scroll li {
	float:left;
	width:164px;
	height:154px;
	/*padding:5px;*/
	display:block;
	position:relative;
	overflow:hidden;
	background-position:0px -580px;
	background-repeat:no-repeat;
}
.scroll li img {
	width:154px;
	height:154px;
	border:0px;
	padding:0px;
	margin:0px;
}
.scroll li b {
	font-size:14px;
}
.scroll li a {
	text-decoration:none;
	color:#fff;
}
.scroll li a:hover {
	text-decoration:none;
	color:#fff;
	border:none;
}
.scroll li a span {
	width:134px;
	padding:10px 10px 15px;
	color:#fff;
	text-decoration:none;
	background:#000;
	line-height:16px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	position:absolute;
	left:5px;
	top:5px;
	display:none;
}
.scroll li a:hover span {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	display:block;
}
/*==========Footer End==========*/