.JawaSlides {
	width: 950px;
	height: 300px;
	position: relative;
}
.JawaSlides ul.SlideList{
	display: none;
}
.JawaSlides .Slide{
	position: absolute;
	top: 0px;
	left: 0px;
}
.JawaSlides .Navi {
	position: absolute;
	bottom: 10px;
	left: 20px;
	text-align: center;
}
.JawaSlides .Navi a {
	color: #333;
	width: 36px;
	height: 25px;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	padding: 11px 0 0 0;
	cursor: pointer;
}
.JawaSlides .Navi img {
	border: 0px;
}
.JawaSlides .Navi .SlideNum {
	background: url(../img/icn-slides.png) center no-repeat;
}
.JawaSlides .Navi .Active, .JawaSlides .Navi .SlideNum:hover {
	background: url(../img/icn-slides-active.png) center no-repeat;
}
.JawaSlides .Navi .Next {
	background: url(../img/btn-next.png) center no-repeat;
}
.JawaSlides .Navi .Prev {
	background: url(../img/btn-prev.png) center no-repeat;
	display: none;
}
.IE6 .JawaSlides .Navi .SlideNum {
	background: url(../img/icn-slides.gif) center no-repeat;
}
.IE6 .JawaSlides .Navi .Active, .JawaSlides .Navi .SlideNum:hover {
	background: url(../img/icn-slides-active.gif) center no-repeat;
}
.IE6 .JawaSlides .Navi .Next {
	background: url(../img/btn-next.gif) center no-repeat;
}
.IE6 .JawaSlides .Navi .Prev {
	background: url(../img/btn-prev.gif) center no-repeat;
	display: none;
}
.JawaSlides .SlideLink {
	color: #DDD;
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 200px;
	text-decoration: none;
}
