#newsSliderWrap 
{
	font-family: 'Roboto', sans-serif;
	/*width:1024px;*/
	margin: 0 auto;
	position:relative;
	/*height:211px;*/
}
	
#prevNews 
{
	/*width:50px;*/
	position:absolute;
	/*height:211px;*/
	top:0px;
	left:0px;
	background-image:url(/templates/default/images/00stl.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}
	
#nextNews 
{
	/*width:50px;*/
	position:absolute;
	/*height:211px;*/
	top:0px;
	/*left:970px;*/
	background-image:url(/templates/default/images/00str.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}
	
#viewNews 
{
	position:absolute;	
	overflow:hidden;
	/*width:923px;*/
	/*left:50px;*/
	top:0px;
	/*height:211px;*/	
}
	
#contanerNews 
{
	position:absolute;
	left:0px;
	top:0px;
	/*height:211px;*/
	/*min-width:924px;*/
}
	
.newsItem 
{
	/*width:230px;*/
	/*height:211px;*/
	float:left;
	/*border-right:1px #00FF00 groove;*/
}
	
.newsWrap 
{
	text-align:left;
	/*width:200px;*/
	/*height:211px;*/
	margin: 0 auto;
	font-size:1vmax;
	/*color:#006600;*/
}
	
.newsWrap a 
{
	/*color:#006600;*/
	font-weight:590;
	text-decoration:none;
	font-size:1vmax;
}
	
.newsWrap .newsTitle 
{
	padding-top:4px;
	/*height:40px;*/
	overflow:hidden;
	font-size:1vmax; 
	/*color:#006600;*/
	float:left;
}
	
.newsWrap .newsPrev 
{
	padding-top:8px;
	font-size:0.9vmax; 
	/*color:#000;*/
	float:left;
}

.newsWrap .newsPrev2 
{
	padding-top:10px;
	font-size:1vmax; 
	/*color:#000;*/
	float:left;
}