/*--------------------------------
	CSS file if thumbs disabled
---------------------------------*/

#featured{
	position:relative;
	background-color:#fafaf9;
	overflow:hidden;
}

#featured-navi {
	float:left;
	position:relative;
}

#nav-featured { 
	position:absolute;
	top:10px; right:10px;
	z-index:1000;
}

#nav-featured a {
	color:#000;
	float:left;
	width:20px; height:19px;
	padding-top:1px;
	background:#fff;
	margin:0 5px;
	text-decoration:none;
	text-align:center;
}

#nav-featured a.activeSlide {
	color:#fff;
	background:#000;
}

#featured-navi a span#nextslide {
	z-index:1000;
	position:absolute;
	bottom:100px;
	right:10px;
	width:20px;
	height:50px;
	background:url(http://hommageandiekomputingrevolution.eu/wp-content/plugins/unpointzero-slider/img/fleche_droite.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#featured-navi a span#previousslide {
	z-index:1000;
	position:absolute;
	bottom:100px;
	left:10px;
	width:20px;
	height:50px;
	background:url(http://hommageandiekomputingrevolution.eu/wp-content/plugins/unpointzero-slider/img/fleche_gauche.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#featured .info{ 
	position:absolute; 
	bottom:0; left:0; 
	width:100%;
	height:75px; 
	background: url('http://hommageandiekomputingrevolution.eu/wp-content/plugins/unpointzero-slider/img/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:14px; font-family:Helvetica, Arial, sans-serif; 
	color:#fff; padding:5px; margin:0 5px;
	overflow:hidden;
	font-weight:bold;
	padding-left:8px;
	letter-spacing:0.2em;
}
#featured .info p{ 
	margin:0 20px; 
	font-family:Helvetica, Arial, sans-serif; font-size:12px; 
	line-height:15px; color:#f0f0f0;
	font-weight:normal;
	letter-spacing:1px;
	width:660px;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}