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

div#websites {
position: relative;
}

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

div#websites ul.layers li {
float: left;
position: absolute;
margin: 0;
padding: 0;
}

        
.active {
    color: #000;
    text-decoration: none;
    }
