.cycle-slideshow {
     background: url("http://malsup.github.com/images/spinner.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
     /*margin: 10px auto;*/
    /*margin: 10px;*/
     /*max-width: 50%;*/
     /*min-width: 200px;*/
    min-width: 100%;
    width: 100%;
     padding: 0;
     position: relative;
     width: 50%;
     border: solid;
     border-radius: 4px;
     border-color: #293741;
     border-width: 4px;
}




.cycle-slideshow img { width: 100%; height: 100% }
#prev:hover {
    cursor: pointer;

}
#next:hover {
    cursor: pointer;

}

.center {
    text-align: center;
}

