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

.flashclass img{
border-width: 0;
}


.flashclass1{ /*sample CSS class added to image slideshow container*/
width: 800px; /*a width should be defined for transition to work*/
height: 100px;
border: 0px;
padding: 0px;
}

.flashclass1 img{
border-width: 0;
}


a:link, a:visited {
font-family: Verdana,Sans-serif;
font-size: 13px;
color: #000000;
font-weight: normal;
text-decoration:none;
}
a:hover, a:active {
font-family: Verdana,Sans-serif;
font-size: 16px;

font-weight: normal;
text-decoration: none;
}
