.rs-wrap:after,
.rs-slider:after,
.rs-thumbwrap:after,
.rs-arrows:after,
.rs-caption:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

/* ===[ Slider ]=== */ 

.rTicker {
	position: relative;
	z-index: 999999;
}

@media only screen and (min-width: 1024px) {
.rTicker {
	margin-left: auto;
	margin-right: auto;
	max-width: 840px;
}
}

@media only screen and (min-width: 1240px) {
.rTicker {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}
}

@media only screen and (min-width: 1366px) {
.rTicker {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}
}

@media only screen and (min-width: 1440px) {
.rTicker {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}
}

@media only screen and (min-width: 1920px) {
.rTicker {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}
}

.rTicker {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.rs-wrap {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
}

.rs-slide-bg { *zoom: 1 }

.rs-slider > li > a { display: block; }

.rs-slider > li {
    list-style: none;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    height: 50px;
    margin: 0 -100% 0 0;
    padding: 0;
    float: left;
    position: relative;
}

.rs-slider > li > a {
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.rs-slider > li img {
    display: block;
    max-width: 100%;
    max-height: 50px;
    -ms-interpolation-mode: bicubic;
}

/*Arkaplan*/

 #images li {
    height: 40px;
	background: #146892;
}
#images li a span {
    /*background-image: linear-gradient(bottom, #146892 17%, #2C80AA 59%);
    background-image: -o-linear-gradient(bottom, #146892 17%, #2C80AA 59%);
    background-image: -moz-linear-gradient(bottom, #146892 17%, #2C80AA 59%);
    background-image: -webkit-linear-gradient(bottom, #146892 17%, #2C80AA 59%);
    background-image: -ms-linear-gradient(bottom, #146892 17%, #2C80AA 59%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.17, #146892),
	    color-stop(0.59, #2C80AA)
    );*/
    


    height: 28px;
    line-height: 22px;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 5px;
    position: absolute;
	width: 800px;
}

#images li a img {
    float: left;
	margin:5px 0 0 5px;
}

#images li a {
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    position: absolute;
    text-decoration: none;
}

/* ===[ Arrows ]=== */

.rs-arrows .rs-next,
.rs-arrows .rs-prev { z-index: 1 }

.rs-arrows:hover .rs-next,
.rs-arrows:hover .rs-prev { z-index: 2 }

@media screen and (max-width: 480px) { 
	.rs-caption { opacity: 0!important }
}
