#home-top {
	width:690px;
	position:relative;
	z-index:1;
	}

#home-top h2.feature-title {
	font-size: 14pt;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	}

#slideshow {
	width:690px;
	height:290px;
	margin: 0;
	padding:0;
	}

#slideshow ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	width:690px;
	height:280px;
	overflow: hidden;
	clear:both;
	background:#000;
	padding:4px;
	background:#fff;
	border:1px solid #d5d5d5;
	}

#slideshow .slides ul {
	float:left;
	overflow: hidden;
	width:690px;
	height:280px;
	}

#slideshow .slides li {
	display:none;
	left:-99999em;
	width:690px;
	height:280px;
	display:block;
	overflow: hidden;
	background:#000;
	position:relative;
	z-index:2;
	text-align:center;
	background:#000;
	}

.js #slideshow .slides li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:690px;
	height:280px;
	display:block;
	overflow: hidden;
	background:#000;
	position:relative;
	z-index:2;
	text-align:center;
	}

.js #slideshow .slides li .entry {
	width:670px;
	padding: 5px 10px;
	overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:3;
	color:#fff;
	text-align:left;
	}

#slideshow .slides li .entry p {
	margin: 0;
	}

#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
	font-size:12pt;
	line-height: 1.0em;
	margin:0;
	color:#fff !important;
	margin: 0;
	letter-spacing:0;
	font-family:cambria,georgia,times,serif;
	}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
	float:left;
	clear:both;
	height:14px;
	margin:0;
	padding: 6px 0 5px 0;
	}

#slideshow .slides-nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	}

#slideshow .slides-nav li a {
	display:block;
	margin:0 0 0 3px;
	padding:0;
	list-style-type:none;
	height:14px;
	width:14px;
	background: url(../wp-content/themes/wp-launch/images/feat-dot.gif) top left no-repeat;
	float:left;
	}

.js #slideshow .slides-nav li.on a,
.js #slideshow .slides-nav li a:hover,
.js #slideshow .slides-nav li a:active {
	background: url(../wp-content/themes/wp-launch/images/feat-dot-on.gif) top left no-repeat !important;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
h3.post-title, h2.post-title {
	margin:0 0 10px;
	}
.post-title a, .post-title a:link, .post-title a:visited {
	color:#333;
	text-decoration:none;
	}

.post-title a:hover, .post-title a:active {
	color:#000;
	}
