@charset "utf-8";
/* CSS Document */
.flashclass{ /*sample CSS class added to image slideshow container*/
width: suto; /*a width should be defined for transition to work*/
border: 5px solid red;
padding: 5px;

}

.flashclass img{
border-width: 0;
}
