.qts_nav a{color:#FFF;font-size:1.2em;text-decoration:none;padding: 0.5em 6px;}
.qts_nav a:hover{color:#CCC;}
.qts_nav {background: #343838;height:2.8em;}	
#qts-prev {float:left;}
#qts-next {float:right;}
.cycle-slideshow{margin-bottom: 20px;}
.cycle-slideshow img{margin: 0;padding:0}
.cycle-slideshow a.cycle-slide {width:100%;height:auto;overflow:hidden;}
.cycle-prev, .cycle-next {position: absolute;top:0;width:20%;opacity:0;filter:alpha(opacity=0);z-index: 800;height:100%;cursor:pointer;}
.cycle-prev {left: 0; background:url(images/left.gif) 20% 50% no-repeat;}
.cycle-next {right: 0;background:url(images/right.gif) 80% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover {opacity: .7; filter: alpha(opacity=70)}
@media only screen and (max-width: 600px) {
	.cycle-prev, .cycle-next {display:none;}
	}