#newsSliderWrap 
{
	font-family: "Plumb", 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/left_22_191.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	/*background-color:#FFF;
	z-index:100;*/
}
	
#nextNews 
{
	/*width:50px;*/
	position:absolute;
	/*height:211px;*/
	top:0px;
	/*left:970px;*/
	background-image:url(/templates/default/images/right_22_191.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	/*background-color:#FFF;
	z-index:100;*/
}
	
#viewNews 
{
	position:absolute;	
	overflow:hidden;
	/*width:923px;
	left:50px;*/
	top:0px;
	/*height:211px;*/
	/*background-color:#FFF;
	z-index:99;	*/
}
	
#contanerNews 
{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	/*height:211px;*/
	/*min-width:924px;*/
	/*background-color:#FFF;
	z-index:98;*/
}
	
.newsItem 
{
	/*width:230px;*/
	/*height:211px;*/
	float:left;
	/*border-right:1px #009de0 groove;*/
	border-right:1px #FFFFFF groove;
}
	
.newsWrap 
{
	text-align:left;
	/*width:200px;*/
	/*height:211px;*/
	margin: 0 auto;
	font-size:1.9vmin;
	color:#20221e;
}
	
.newsWrap a 
{
	color:#20221e;
	font-weight:500;
	text-decoration:none;
	font-size:1.9vmin;
}
	
.newsWrap .newsTitle 
{
	padding-top:3px;
	/*height:40px;*/
	overflow:hidden;
	font-size:1.9vmin; 
	color:#20221e;
	float:left;
}
	
.newsWrap .newsPrev 
{
	padding-top:2px;
	font-size:0.9vmin; 
	color:#20221e;
	float:left;
}

.newsWrap .newsPrev2 
{
	padding-top:4px;
	font-size:1vmin; 
	color:#20221e;
	float:left;
}