#slideshow {

    width:736px;

    height:304px;

}

.slide-1 {

    background: url(../gui/header/header-bg-1.jpg); background-repeat: no-repeat; background-position: top left;

	width:736px;

}

.slide-2 {

    background: url(../gui/header/header-bg-2.jpg); background-repeat: no-repeat; background-position: top left;

	width:736px;

}

.slide-3 {

    background: url(../gui/header/header-bg-3.jpg); background-repeat: no-repeat; background-position: top left;

	width:736px;

}

.slide-4 {

    background: url(../gui/header/header-bg-4.jpg); background-repeat: no-repeat; background-position: top left;

	width:736px;

}

.slide-5 {

    background: url(../gui/header/header-bg-5.jpg); background-repeat: no-repeat; background-position: top left;

	width:736px;

}

#slideshow-nav {

    position:absolute;

    margin-top:-52px;

    margin-left:552px;

    }

#nav li {

    text-align: left;

    float: left;

    list-style: none;

    padding:0px;

    margin:0px;

	background-image:none;

	line-height:12px;

	font-family: Arial, Helvetica, sans-serif; font-size:12px;

   }

#nav li:hover {

    text-align: left;

    float: left;

    list-style: none;

    padding:0px;

    margin:0px;

	background-image:none;

	line-height:12px;

	font-family: Arial, Helvetica, sans-serif; font-size:12px;

   }

#nav a {

    color:#ffffff;

    font-weight:bold;

    text-decoration:none;

    display:block;

	margin-right:3px;

    padding-left:8px;

    padding-right:8px;

    padding-top:5px;

    padding-bottom:6px;

	line-height:12px;

	font-family: Arial, Helvetica, sans-serif; font-size:12px;

    background-image: url(../gui/bubble.png); background-repeat: no-repeat; background-position: top left;

}



#nav a.activeSlide {

    color: #ffffff;

    font-weight:bold;

    text-decoration:none;

    display:block;

	margin-right:3px;

    padding-left:8px;

    padding-right:8px;

    padding-top:5px;

    padding-bottom:6px;

	line-height:12px;

	font-family: Arial, Helvetica, sans-serif; font-size:12px;

    background-image: url(../gui/bubble-sel.png); background-repeat: no-repeat; background-position: top left;

}



#nav a:focus { outline: none; }



#nav img { border: none; }



.clear1	{ clear:both; margin:0px; padding:0px; }


