body{margin:0; padding:0;font-family: Times !important;}

.cycle-slideshow, .cycle-slideshow * {
    -moz-box-sizing: border-box;
}

.cycle-overlay {
    bottom: 0;
    color:#000;
	font-size:22px;
    font-family: tahoma,arial;
	text-align:right;
    padding: 15px;
    position: absolute;
    z-index: 600;	
	width:1890px;
}
.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width:10%;
    z-index: 800;
}
.cycle-prev {
    background: url("http://malsup.github.com/images/left.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    left: 0;
}
.cycle-next {
    background: url("http://malsup.github.com/images/right.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.7;
}
.disabled {
    opacity: 0.5;
}
.cycle-paused:after {
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px;
    color: #FFFFFF;
    content: "Paused";
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 500;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.cycle-slideshow {
    width: 200px;
}
.cycle-overlay {
    padding: 4px;
}
.cycle-caption {
    bottom: 4px;
    right: 4px;
}
}