/*
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/

div.slideshow {
    position: relative;
    }

div.slideshow ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
	width:220px;
	height:139px;
	overflow:hidden;
    }

    div.slideshow ul.layers li {
        float: left;
		position:absolute;
		padding:0;
		overflow:hidden;
		top:0;
		width:220px;
		height:139px;
        }

div.slideshow ul.layers li * {display:block;}

        
.active {
    color: #000;
    text-decoration: none;
    }
    
.loading {
    background: url(../images/ajax-loader.gif) no-repeat center #DDD !important;
    }
