#slideshow1 {

    position:relative;

    height:344px;

}



#slideshow1 IMG {

    position:absolute;

    top:0;

    left:0;

    z-index:0;

    opacity:0.0;

    

}



#slideshow1 IMG.active {

    z-index:10;

    opacity:1.0;

}



#slideshow1 IMG.last-active {

    z-index:9;
}


@media screen and (max-width:650px)

{

#slideshow1 {position:relative; height:125px;}
}




@media screen and (max-width:480px)

{

#slideshow1 {position:relative; height:200px;}
}

@media screen and (max-width:320px)

{
#slideshow1 {position:relative; height:145px;}
	
}
