.news-slider {
    height: 218px;
    opacity: 0;
    position: relative;
	width: calc(100% - 52px);
	width: -moz-calc(100% - 52px);	
	width: -webkit-calc(100% - 52px);		
	margin-left:50px;
	
	border-width:1px;
	border-style:solid;
}

.news-slider.in {
    opacity: 1;
}

.news-slider .footer {
    bottom: 3px;
    height: 29px;
    position: absolute;
    width: 100%;
}
.news-slider .footer ul {
    float: right;
    margin: 0 12px 0 0;
    padding: 0;
}
.news-slider .footer ul li {
    float: left;
    font-size: 12px;
	line-height:22px;
    height: 22px;
    list-style-type: none;
    margin-left: 3px;
    width: 20px;
}
.news-slider .footer ul li a {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);*/
    /*color: #5F6062;*/
    display: block;
    height: 100%;
    /*line-height: 18px;*/
    text-align: center;
    width: 100%;
}

.news-slider .footer ul li a:hover{
	text-decoration:none;
}

.news-slider .footer ul li.last {
    width: 35px;
}
.news-slider .footer ul li.last a {
    /*color: #434343;*/
    /*font-family: Georgia,Times New Roman,Serif;*/
    /*font-size: 11px;*/
    /*font-style: italic;*/
	background-color:transparent !important;
    font-weight: bold;
    line-height: 18px;
}
.news-slider .footer ul li.nextItem a {
    /*color: #7B7B7B;*/
    font-size: 12px;
    line-height: 15px;
}
.news-slider .footer ul li.selected a {
    /*background: none repeat scroll 0 0 #5F6062;*/
    /*color: white;*/
}
.news-slider .lines {
    height: 64px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    /*width: 365px;*/
	width:86%;
		width: calc(100% - 50px);
		width: -moz-calc(100% - 50px);		
		width: -webkit-calc(100% - 50px);		
}
.news-slider .lines ul {
    margin: 0;
    padding: 0;
	width:10000px;
    /*width: 10000px;*/
	/*width: 100%;*/
}
.news-slider .lines ul li {
    display: table;
    float: left;
    height: 64px;
    line-height: 14px;
    list-style-type: none;
    position: relative;
    vertical-align: middle;
    /*width: 365px;*/
	/*width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);*/
	width:100%;
	/*width:625px;*/
}
.news-slider .lines ul li .inner { /*it was A*/
    /*color: #666666;*/
    display: table-cell;
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}

.news-slider .lines ul li .inner .category>a:hover{
	text-decoration:underline;
}


.news-slider .lines ul li a span {
    /*font-weight: bold;*/
}
.news-slider .lines ul li a:hover {
    /*color: #376D9D;*/
	text-decoration:none;
}
.news-slider .line1 {
    /*border-bottom: 1px solid rgba(128, 128, 128, 0.3);*/
	border-bottom-width:1px;
	border-bottom-style:solid;
    top: 4px;
}
.news-slider .line2 {
    /*border-bottom: 1px solid rgba(128, 128, 128, 0.3);*/
	border-bottom-width:1px;
	border-bottom-style:solid;	
    top: 65px;
}
.news-slider .line3 {
    top: 126px;
}
.news-slider .dates {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);*/
	/*-moz-opacity:0.8;
	-webkit-opacity:0.8;
	opacity:0.8;*/
	
    height: 50px;
    left: -50px;
    overflow: hidden;
    position: absolute;
    width: 70px;
}
.news-slider .dates ul {
    margin: 0;
    padding: 0;
    width: 10000px;
}
.news-slider .dates li {
    float: left;
    height: 25px;
    list-style-type: none;
    position: relative;
    width: 70px;
}
.news-slider .dates li span {
    /*color: #999999;*/
    float: left;
    font-size: 14px;
	line-height:20px;
}
.news-slider .dates li span:first-child {
	margin:5px 0 0 10px;
}
.news-slider .dates li span:last-child {
    clear: left;
	margin:0 0 0 10px;	
}
.news-slider .date1 {
    top: 12px;
}
.news-slider .date2 {
    top: 74px;
}
.news-slider .date3 {
    top: 134px;
}

.slider {
    left: 0;
    position: absolute;
    top: 0;
}


.news-slider .nextItem a>span {
	display:inline-block;
	padding:3px 0 0 4px;
}