//========catnews===============

#catnews {
	position: relative;
	float: left;
	/*overflow: hidden;*/
	z-index: 1;
}

#catnews, #catnews ul, #catnews ul li, #catnews li {
	margin: 0;
	padding: 0;
}

#catnews ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#catnews ul li, #catnews li {
	width: 290px;
	height: 350px;
}

.catnews-prev {
	background: url(http://www.stekloimpex.ru/images/news_arrow_l.gif) 0 top no-repeat;
	cursor: pointer;
}

.catnews-prev:hover {
	background-position: -23px 0;
}

.catnews-next {
	background: url(http://www.stekloimpex.ru/images/news_arrow_r.gif) 0 top no-repeat;
	cursor: pointer;
}
.catnews-next:hover {
	background-position: -23px 0;
}
