@CHARSET "UTF-8";



.fader-jumpNav{
	margin:0px;
	padding:0px;
}





.fader-navButtons{
	display: none;
}

.fader-navButtons a{
	padding: 0px 6px;
	cursor:pointer;
	width:10px;
	height:10px;
}


.fader-nav{opacity: 1;
	
}
.fader-nav .previousButton{
	background: url(../img/arrowLeft.gif) no-repeat 0px 2px;
}

.fader-nav .nextButton{
	background: url(../img/arrowRight.gif) no-repeat 0px 2px;
}


.fader-container{
	width:729px;
	height: 355px;
	overflow:hidden;
	position: relative;
}

ul.fader{
	
}
#slider {
	position: relative;
	height: 355px;
}
#slider li {height: 355px;
display: block;

}

div.fader-nav { position: absolute; top: 10px; right: 30px; z-index: 1000; }
div.fader-nav a { display: block; background: #666; width: 10px; height: 10px; margin: 0 0 0 6px; float: left; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;  font-size:0px; cursor: pointer; opacity: 1 }
div.fader-nav a:hover { text-decoration: none; }
div.fader-nav a.active { background: #000; }




