.slider {
	width: 1200px;
	height: 350px;
	position: relative;
	padding-bottom: 26px;
}

.sliderContent {
	width: 1200px;
	height: 350px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url(../images/slide_news/prev_next.png);
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}

.prev {
	background-position: 0 0;
	left: 15px;
}

.prev:hover {
	background-position: 0 -44px;
}

.next {
	right: 15px;
	background-position: -44px 0;
}

.next:hover {
	background-position: -44px -44px;
}

.sliderContent .item {
	position: absolute;
	width: 1200px;
	height: 350px;
	background: #fff;
}

.sliderBullets {
	position: absolute;
	top: 1%;
	right: 1%;
	z-index: 50;
	margin-left: -45px;
}

.sliderBullets a {
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin-left: 5px;
	width: 10px;
	height: 11px;
	background: url(../images/slide_news/bullets.png) no-repeat;
}

.sliderBullets .active {
	background-position: 0 -11px;
}

.sliderContent a {
	outline: none;
}

.slider .sliderContent .item .sliderInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	/*height:70px; */
	width: 550px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=88);
	/* IE 5.5+*/
	-moz-opacity: 0.88;
	/* Mozilla 1.6 � ���� */
	-khtml-opacity: 0.88;
	/* Konqueror 3.1, Safari 1.1 */
	opacity: 0.88;
	/* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
	zoom: 1;
	/* ��� �������� � ��, � �������� �� ������ width � height */
	padding: 8px;
	margin: 0 0 10px 10px;
	border-radius: 3px;
}

#news_slider_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#news_slider_title a {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#news_slider_title a:hover {
	color: #7B7F82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#news_slider_content {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

#news_slider_date {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.sliderContent img {
	max-width: 1200px;

}