/*
Style Name: Simple jQuery Slideshow
Description: Simple jQuery Slideshow style by czombos
Version: 1.0
Author: Sitemakers Kft.
Author URI: http://www.sitemakers.hu/
*/



/* Begin Simple jQuery Slideshow */
#slideshow {
	position:absolute;
	left:0;
	top:0;
	width:980px;
	height:101px;
	z-index:100;
	zoom:1;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
	border:none;
}

#slideshow img.last-active {
    z-index:9;
}
/* End Simple jQuery Slideshow */
