
#slidecontainer {
	width:920px;
	height: 400px;
	margin: 40px 0 40px;
	background: url(../img/slide_bg.gif) no-repeat top left;
	position: relative;
}

#slideshow-posts {
	width:900px;
	height:350px;
	overflow:hidden;
	position: absolute;
	top: 10px;
	left: 10px;

}

ul#slideshow-nav {
	margin:.5em 0;
	padding:0;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

ul#slideshow-nav a {
	height: 20px;
	padding:3px 9px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:12px;
	background:#ddd;
	color:#fff;
	margin:0 12px 0 0;
	font-size: 0.9em;
}

ul#slideshow-nav a.activeSlide,ul#slideshow-nav a:hover {
	background:#aaa;
}

.slide {
	padding:12px;
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding:0;
	width:950px;
	height:425px;
}

.slide .slide-image {
	width:950px;
	float:left;
}

.slide .slide-image img {
	max-width:950px;
}


.slide a {
	color:#fff;
}

.slide a:hover {
	color:#eee;
}

