.slideshow {
	cursor:pointer;
	position:relative;
	height:290px;

	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.slideshow .slide {
	display:none;
	position:absolute;
	top:0;
	left:0;

	font-size:12px;
	height:268px;
	width: 100%;
}

.slideshow .slide a img {
	border: 0;
}

/* header */
.slideshow h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	/* clear:both; */
	margin-left:330px;
	width: 200px;
	overflow: hidden;
	height: 12px;
	text-align: center;
	text-indent: -9999px;

	position: absolute;
	bottom: 8px;
}

/* single tab */
.tabs a {
	outline: 0;
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/tabs.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	margin-bottom:8px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;
}
