.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ---------[ Slideshow ]--------- */

#slideshow {
	width:580px; background:url(../images/slider-bg.gif) no-repeat 0 0;
	height:225px;
	margin: 0;
	padding:0;
	}

#slideshow ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	height:183px;
	overflow: hidden;
	clear:both;
}

#slideshow .slides ul {
	float:left;
	overflow: hidden;
	height:183px;
	}

#slideshow .slides li {
	display:none;
	left:-99999em;
	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;
	display:block;
	overflow: hidden;
	background:#000;
	position:relative;
	z-index:2;
	text-align:center;
}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
	float:right;
	clear:both;
	height:14px;
	margin:0;
	padding:13px 10px 5px 0;
}

#slideshow .slides-nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left; outline:none;
	}

#slideshow .slides-nav li a {
	display:block;
	margin:0 0 0 3px;
	padding:0 0 0 2px; _padding:3px 0 0 3px; outline:none;
	list-style-type:none; text-decoration:none; color:#ffffff;
	height:18px; _height:15px; text-align:center; font-size:11px;
	width:17px; _width:16px;
	background: url(../images/slider-active.gif) top left no-repeat;
	float:left;
	}

.js #slideshow .slides-nav li.on a,
.js #slideshow .slides-nav li a:active { text-decoration:none; color:#3f4c6b;
	background: url(../images/slider-inactive.gif) top left no-repeat !important; outline:none;
	}