/** S L I D E R */
#slider_wrap {
	clear:both;
	position:relative;
	margin:0px auto;
	padding:0px;
	background: #222;
	height:380px;
	overflow:hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	zoom:1;
	z-index:1;
	
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}

.slides ul{ list-style-type:none; }
.slides ul li{ width:100%; }
#featured .slides .thumb{ position:absolute; zoom:1; top:0px; left:0px; z-index:3; width:100% !important; height:380px !important; 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.thumb img, #branding .wp-post-image{ width:940px; height:380px; -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;}

#featured .slides .postsnip{ width:100% !important; height:380px !important; }
#featured .slides .post-excerpt{ 
	position:absolute; zoom:1; top:250px; left:0px;
	display:block; height:auto; 
	width:100% !important;
	margin:0px;
	
	padding:15px;	
	z-index:10;
	
	background:transparent url('images/opacity.png') 0px 0px repeat;
	
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}
.post-excerpt p{margin:0px;}
#featured h2.entry-title{ 
	color: #999;
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.3em;
    text-shadow:#222 0px 1px 1px;
    padding:5px 0px 10px;
}
#featured .featured-slide .entry-title a{color:#eee; padding:0px;}
#featured .featured-slide .entry-title a:hover{color:#fff;}

#controls{ }

span#next{position:absolute; zoom:1; bottom:50%; right:30px; padding:0px; margin-right:-20px;background:#ddd; z-index:50;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	background:transparent url('images/featured_slider.png') 0px 0px no-repeat;
	background-position:0px 0px;
	width:60px !important; height:60px !important;
	text-indent:-9999px;/*overflow:hidden;*/
	}
span#prev{position:absolute; zoom:1; bottom:50%; left:30px; padding:0px; margin-left:-20px; background:#ddd; z-index:50;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	background:transparent url('images/featured_slider.png') 0px 0px no-repeat;
	background-position:-60px 0px;
	width:60px !important; height:60px !important;
	text-indent:-9999px; /*overflow:hidden;*/
	
	}

ul#nav { position:absolute; zoom:1; bottom:10px; right:410px; width:120px;  margin:0px; }
ul#nav a{ padding:0px; display:block; float:left; 
	background:transparent url('images/featured_slider.png') 0px 0px no-repeat;
	background-position:-120px 0px;
	width:20px !important; height:20px !important;
	text-indent:-9999px; overflow:hidden; zoom:1;
	margin:2px; position:relative; zoom:1; z-index:50;
}
ul#nav a.activeSlide{ background-position:-120px -21px; } ul#nav a.activeSlide:hover{color:#fff;}


/* IE6 css fixer v0.8: Tue, 03 Aug 2010 12:05:08 +0200 */

ul#nav a {display:inline;}
ul#nav a {zoom:1;}
#slider_wrap {zoom:1;}
#slider_wrap,
#featured .slides .post-excerpt,
span#next,
span#prev,
ul#nav a {zoom:1;}







