﻿.wnews{
	
	
	list-style-type:none;
    height:300px;
	float:left;
  


}

 .wnews li{
	float:left;
    width:180px;
	margin:0 0 0 0;
    padding: 0px 20px 0px 0px !important;
    min-height:200px !important;
}

.wnews li img{
	margin-bottom:10px;
}

.wnews li h6{
	margin-top:0;
}

.navbardiv{
	width:50px;
    position:relative;
}
.prev{
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#565656)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #878787, #565656);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #878787, #565656); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #878787, #565656); /* IE 10 */ 
	background: -o-linear-gradient(top, #878787, #565656);/* Opera 11.10+ */ 
	background-color:#333;
	width:19px;
	height:19px;
	display:block;
	float:right;
	margin:0 2px 0 0;
}
.prev span{
	width:19px;
	height:19px;

	background-position: 5px 4px;
	background-repeat:no-repeat;
	float:left;
}
.next{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#565656)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #878787, #565656);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #878787, #565656); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #878787, #565656); /* IE 10 */ 
	background: -o-linear-gradient(top, #878787, #565656);/* Opera 11.10+ */ 
	background-color:#333;
	width:19px;
	height:19px;
	display:block;
	float:right;
}
.next:hover, .prev:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee6c6d), to(#bd3a3b)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #ee6c6d, #bd3a3b);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #ee6c6d, #bd3a3b); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #ee6c6d, #bd3a3b); /* IE 10 */ 
	background: -o-linear-gradient(top, #ee6c6d, #bd3a3b);/* Opera 11.10+ */ 
	background-color:#ea4748;
}
.next span{
	width:19px;
	height:19px;
	background-position: -14px 4px;
	background-repeat:no-repeat;
	float:left;
}
#carousel li:nth-last-child(4){
	border-bottom:none;
}

.block{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.block li{
	float:left;
	width:100%;
}
.block li:nth-last-child(1){
	border-bottom:none;
}
.block p{
	margin-bottom:10px;
}

.block a:hover{
	text-decoration:underline;
}


li.m-r-no, div.m-r-no{
	margin-right:0;
}
