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

.over_title{
    display: block;
    line-height: 10px;
}

.over_desc{
    font-size: 0.6em;
    font-weight: bold;
}

.cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
}


.cycle-pager {
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 500;
}
.cycle-pager span {
    color: #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 50px;
    height: 16px;
    width: 16px;
}
.cycle-pager span.cycle-pager-active {
    color: #76B737;
}
.cycle-pager > * {
    cursor: pointer;
}
.cycle-caption {
    bottom: 15px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    z-index: 700;
}
.cycle-overlay {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: tahoma,arial;
    opacity: 0.5;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 600;
}
.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 30%;
    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;
}
}
