/*
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/

a img {
	border: 0;
}

div.showcase {
    position: relative;
	background: #FFFFFF !important;
    }

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: #FFFFFF !important;
    text-decoration: none;
}
    
.loading {
    background: url(../../../images/ajax-loader.gif) no-repeat center #FFF !important;
    }



/********************************************************************************
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/


div.showcase2 {
    position: relative;
	background: #FFFFFF !important;
    }

div.showcase2 ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    }

    div.showcase2 ul.layers li {
        float: left;
        position: absolute;
        }

div#showcase2 {
    position: relative;
    }

div#showcase2 ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    }

    div#showcase2 ul.layers li {
        float: left;
        position: absolute;
        }

        
    
.loading2 {
    background: url(../../../images/ajax-loader.gif) no-repeat center #FFF !important;
    }



