
BODY{
background-image:url(imagini/bgg.gif);
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #7e7e7e;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #7e7e7e;
scrollbar-track-color: #7e7e7e;
}
input,select,textarea {
	font-family: verdana;
	font-size: 10px;
	background: #ffffff;
	border: 1px solid #BFBFBF;
}
a {
	color:#ffffff;
}
a:hover{
	color:#ffffff;
}
body1 { font-family: Tahoma;}
#slideshow {  overflow:hidden; width:625; height:144; background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial;}
#slideshow img {border: 1px solid #ccc;}
.rs-slideshow {
    /*border: 12px solid #444;*/
    height: 144px;
    /*margin: 24px auto;*/
    overflow: hidden;
    position: relative;
    width: 625px;
}
 
.rs-slideshow .slide-container {
    background-color: #444;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}
.fadein { position:relative; width:625px; height:144px; }
.fadein img { position:absolute; left:0; top:0; }
#slideshow {
    position:relative;
    height:144px;
	width:625px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
