* {
	margin: 0;
	padding: 0;
}

#slideshow {
		overflow: hidden;
		position: relative;
		height: 375px;
		width: 875px;
	}
	
body#frontpage #slideshow {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 162px;
		width: 874px;
		overflow: hidden;
}

#slideshow ul {
		position: absolute;
		bottom: 30px;
		left: auto;
		overflow: hidden;
		right: 18px;
		top: auto;
		width: auto;
		height: 16px;
		z-index: 1000;
		/*background: #fff;*/
}

body#frontpage #slideshow ul {
		display: none;
		background: yellow;
}

#slideshow ul a {
		background: url(bg-numbers.gif) top left no-repeat;
		font-family: Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		cursor: pointer;
		display: block;
		float: left;
		height: 16px;
		width: 13px;
		line-height: 16px;
		overflow: hidden;
		color: #fff;
		margin-left: 1px;
		text-align: center;
	}

#slideshow ul a.prev {
		background: url(bg-controller-prev.gif) top left no-repeat;
	}
	
#slideshow ul a.prev:hover {
			background: url(bg-controller-prev-over.gif) top left no-repeat;
}

#slideshow ul a.next {
		background: url(bg-controller-next.gif) top left no-repeat;
	}
	
#slideshow ul a.next:hover {
				background: url(bg-controller-next-over.gif) top left no-repeat;
	}

#slideshow ul a:hover {
		background: url(bg-controller-numbers-active.gif) top left no-repeat;
	}

#slideshow ul a.active {
		color: #fff;
		background: url(bg-controller-numbers-active.gif) top left no-repeat;
	}

#slideshow ul li {
		background: none;
		float: left;
		padding: 0;
}



