#fl_header_slide_slideshow ul {
	position:absolute;
	bottom:0;
	right:0;
	height:15px; /* IE6 */
	margin:0;
	padding:0;
	overflow:hidden;
	z-index:1000;
}

#fl_header_slide_slideshow ul li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#fl_header_slide_slideshow ul a {
	float:left;
	width:14px;
	height:15px;
	cursor:pointer;
	background:transparent url(../img/slideshow-dot.gif) 0 0 no-repeat;
	margin-right:1px;
}

#fl_header_slide_slideshow ul a.prev {
	width:17px;
	background:transparent url(../img/slideshow-previous.gif) no-repeat;
}

#fl_header_slide_slideshow ul a.next {
	width:17px;
	margin-right:0;
	background:transparent url(../img/slideshow-next.gif) no-repeat;
}

#fl_header_slide_slideshow ul a.active {
	background:transparent url(../img/slideshow-dot.gif) -14px 0 no-repeat;
}
