
.newest .control-bar {
	margin: 10px 0 35px;
	width: 100%;
}

.control-bar .newest-videos-bg {
	background-image: none;
	background-color: #fafafa;
	border: 1px solid #ccc;
	width: 235px;
	height: 25px;
	float: left;
	padding: 0px 11px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.control-bar .newest-videos-prev {
	border: 0;
	width: 50px;
	height: 23px;
	display: inline;
	float: left;
}

.control-bar .newest-videos-next {
	border: 0;
	width: 50px;
	height: 23px;
	float: right;
}

.ui-slider-horizontal .ui-slider-handle {
    background-image: none;
    background-color: #dfdfde;
    height: 23px;
    width: 21px;
    border: 0;
    top: 0;
    margin-left: -10px;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
    display: block;
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle:hover{
	border: none;
}

.ui-slider-horizontal .ui-slider-handle:after{
	content: 'drag_handle';
	position:absolute;
	font-family: "Material Icons";
	color: #00529b;
	font-size: 18px;
	left: 0;
	top: 0;
	width: 19px;
	height: 23px;
	text-align: center;
	display: inline-block;
	outline: none;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.jcarousel-skin-newest .jcarousel-container-horizontal {
	width: 100%;
}

.jcarousel-skin-newest .jcarousel-clip-horizontal {
	width: 100%;
	min-height: 150px;
}

.jcarousel-skin-newest .jcarousel-item {
	padding-right: 17px;
	padding-left: 0px;
}

.jcarousel-skin-newest .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0px;
}

.newest li.video {
    width: 145px;
    margin: 0 10px 0 0;
    display: block;
    padding: 0;
}

.div-newest{
	max-height: 181px;
	overflow: hidden;
}

.newest li.video .video-container {
    width: 100%;
    height: 93px;
}

.jcarousel-skin-newest .jcarousel-container-horizontal {
	width: 100%;
}

.newest div.child-section {
	margin-bottom: 0;
}

.jcarousel-skin-newest .jcarousel-item {
	padding-right: 3px;
	padding-left: 0px;
}

.jcarousel-skin-newest .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0px;
}

body.brightcove #newest-videos-carousel li.video a img:first-child {
	height: auto;
	width: 100%;
	min-height: 100%;
}

.newest-right-arrow {
	width: 7px;
	cursor: pointer;
}

.pagination #rights:hover, .newest-right-arrow:hover {

}

.pagination .pagination-button:first-child{
	margin-left: 0;
}

.pagination .pagination-button:last-child{
	margin-right: 0;
}

.control-bar .pagination-button i{
	color: #00529b;
	font-size: 23px;
}

.newest .control-bar > span {
    float: none;
    display: inline-block;
}

.newest-left-arrow {
	width: 7px;
	cursor: pointer;
}

.pagination #lefts:hover, .newest-left-arrow:hover {

	background-position:7px -407px;
}


.pagination #rights{
	cursor: pointer;
}

#lefts:hover span{
}

#rights:hover span{
}


.newest li.video>a.title {
    font-size: 14px;
    margin-top: 10px;
}