#topnews ul.lastest-news a{
    background: none; 
    border-bottom: 0px; 
    padding: 0px;
}
#topnews ul.lastest-news li{
     text-indent: 0px;
}
.sliderwrapper {
	height: 420px;
	width: 100%;
	overflow: hidden;
}

.sliderwrapper .contentdiv {
	height: 420px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%
}

.sliderwrapper .contentdiv img {
	border: 1px solid #dbe3e9;
	height: 415px;
	padding: 2px;
	width: 100%
}

.sliderwrapper .contentdiv h3 {
background-color: #277f28cc;
    bottom: 10px;
    left: 8px;
    line-height: 20px;
    padding: 10px;
    position: absolute;
    width: 98%;
    text-transform: uppercase;
    font-size: larger;
}

.sliderwrapper .contentdiv h3 a {
	color: #fff
}

.sliderwrapper .contentdiv h3 a:hover {
	color: #911E03
}

.pagination {
    display:none;
	background: #fff;
	padding: 2px 0;
	text-align: center;
	width: 100%
}

.pagination a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px
}

.pagination a:hover, .pagination a.selected {
	background-color: #ccc;
	color: #333
}

.pagination a.prev {
	background: url(../images/prev.png) no-repeat 4px 4px;
	width: 6px
}

.pagination a.next {
	background: url(../images/next.png) no-repeat 4px 4px;
	width: 6px
}
.imgnews {
   	width: 120px;
   	padding-right: 5px;
}
.news1{
    border-bottom: 1px dotted #bbdbf6;
    padding: 5px 10px 5px 0px;
    text-align: justify;
}
#topnews .news1:hover {
    background: none;
}
#topnews .news1 h3 {
   font-size:15px;
}
#topnews .news1 h3:hover {
   color: red;
}