/* 
    Document   : CSS_Slajder
    Created on : Oct 13, 2009, 8:15:33 AM
    Author     : vujaklija
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.flashclass{ /*sample CSS class added to image slideshow container*/
width: 960px; /*a width should be defined for transition to work*/
height:348px;
border: none;
}

.flashclass img{
border-width: 0;
}


