@charset "utf-8";
/* CSS Document */

#newsSlide {
	width:950px;
	background-color:#171516;
	margin:20px auto;
	color:#fff;
}

.newsSlide-head {
	font-size:1px;
	height:5px;
	background:url(../images/newsSlide-left-head.gif) top left no-repeat;
}

.newsSlide-head div {
	font-size:1px;
	height:5px;
	background:url(../images/newsSlide-right-head.gif) top right no-repeat;
}

.newsSlide-body {
	width:950px;
	height:24px;
	overflow:hidden;
}

.newsSlide-bottom {
	font-size:1px;
	height:5px;
	background:url(../images/newsSlide-left-bottom.gif) bottom left no-repeat;
}

.newsSlide-bottom div {
	font-size:1px;
	height:5px;
	background:url(../images/newsSlide-right-bottom.gif) bottom right no-repeat;
}

#newsSlide_title {
	width:52px;
	padding:5px 15px 0 19px;
	float:left;
}

ul#news { display:block; width:759px; float:left; padding-top:5px; margin-top:0; }
ul#news li img { vertical-align:middle; margin-left:5px; }

.newsTxt a { color:#fff; text-decoration:underline;}
.newsTxt a:hover { text-decoration:none;}
.newsInfo a { text-decoration:none; color:#fff; }

.newsTxt {
	width:611px;
	float:left;
}

.newsInfo {
	display:block;
	width:148px;
	float:left;
	text-align:right;
}

.newsInfo a span img {
	margin-bottom:5px;
	_margin-bottom:0;
}

.newsSlide_pubDate {
	padding-right:8px;
	color:#bab9ba;
}


#newsSlide_rightParts {
	width:90px;
	float:right;
	padding:0 10px 0 0;
	_padding:3px 10px 0 0;
	text-align:right;
	line-height:24px;
}

#newsSlide_rightParts img {
	vertical-align:middle;
}

#newsSlide_toBlogList {
	padding:0 13px;
	background-image:url(../images/newsslide_icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
	_background-position:left 5px;
}