/* CSS Document */


.cycle-slideshow 
{
 width: 45%; min-width:200px; max-width: 500px; margin: 10px auto; padding: 0; position: relative; list-style-image:url(Slide15.JPG);
   					

.cycle-slideshow img 
 

   { 
   position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}


