.slideshow {
	margin-top: 1px;
	margin-left: 1px;
	width: 502px;
	
	height: 230px;
	position: relative;
	background: url(../img/slideshow/background.png);
	
}

.slideSelector {
	position: absolute;
	bottom: 5px;
	right: 25px;
}

.slideSelector li {	
	height: 25px;
	width: 55px;
	float: left;
	margin-right: -20px;
}

.slideSelector a {
	height: 100%;
	width: 100%;
	line-height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	background: url(../img/slideshow/tab-idle.png);
}

.slideSelector a:hover {
	background: url(../img/slideshow/tab-active.png);
	color: #FFF;
}

.slide {
	position: absolute;
	width: 492px;
	height: 210px;
}

.slideshow .container {
	overflow: hidden;
	position: absolute;
	width: 492px;
	height: 220px;
	top: 5px;
	left: 5px;

}
