/*
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/

div.showcase {
    position: relative;
    }

div.showcase ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    }

    div.showcase ul.layers li {
        float: left;
        position: absolute;
        }

div#showcase {
    position: relative;
    }

div#showcase ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    }

    div#showcase ul.layers li {
        float: left;
        position: absolute;
        }

        
.active {
    color: white !important;
	background: #ae2840 !important;
    text-decoration: none;
}
    
.loading {
    background: url(../images/ajax-loader.gif) no-repeat center #DDD !important;
    }