.sliderwrapper {
	height: 320px;
	width: 422px;
	overflow: hidden;
}
.sliderwrapper .contentdiv {
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%
}
.sliderwrapper .contentdiv img {
	height: 300px;
	padding: 2px;
	width: 100%
}
.sliderwrapper .contentdiv h3 {
	background: url(../images/transparent.png) repeat-x;
	bottom: 3px;
	left: 8px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 3px 20px 3px;
	position: absolute;
	width: 97%
}
.sliderwrapper .contentdiv h3 a {
	color: #fff
}
.sliderwrapper .contentdiv h3 a:hover {
	color: #911E03
}
.pagination {
	padding: 2px 0;
	text-align: right;
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom:0;
	right:10px;
	margin: 0 !important;
}
.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
}
.slide-tin {
	}

#topnews ul.lastest-news {
    overflow-y: auto;
}

/* Webkit browsers (Chrome, Safari, Opera) */
#topnews ul.lastest-news::-webkit-scrollbar {
    width: 6px;
}

#topnews ul.lastest-news::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#topnews ul.lastest-news::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#topnews ul.lastest-news::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
#topnews ul.lastest-news {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Internet Explorer */
#topnews ul.lastest-news {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Edge */
#topnews ul.lastest-news {
    -ms-overflow-style: none;
}

#topnews ul.lastest-news::-ms-scrollbar {
    width: 3px;
}

#topnews ul.lastest-news::-ms-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#topnews ul.lastest-news::-ms-scrollbar-thumb {
    background: #888;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#topnews ul.lastest-news::-ms-scrollbar-thumb:hover {
    background: #555;
}
	
 
#tabs ul.ui-tabs-nav {
    padding: 0;
    margin: 0;
    height: 32px;
    border-bottom: 3px #e74118 solid;
}
#tabs ul.ui-tabs-nav li{
	display: inline-block;
	width:49.3%;
	text-align:center;
}

#tabs ul.ui-tabs-nav li.ui-tabs-active{
	background: #e74118
}
#tabs ul.ui-tabs-nav li a {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding-top: 7px;
    font-weight: bold;
}
#tabs ul.ui-tabs-nav li.ui-tabs-active a {
	background:transparent;
}
#tabs ul.ui-tabs-nav li.ui-tabs-active a span{
	background:transparent;
	height:30px;
	display:block;
	float:none;
	padding:0;
}
#tabs ul.ui-tabs-nav li{
	height:30px;
}