/*--------------------------------
	CSS file if thumbs disabled
---------------------------------*/

#featured.upzslider{
	position:relative;
	background-color:#fafaf9;
	overflow:hidden;
	z-index:0;
}

#featured_parallax.upzslider {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

.featured_parallax_container.upzslider {
	position:absolute;
}

#featured-navi.upzslider {
	float:left;
	position:relative;
}

#nav-featured.upzslider { 
	position:absolute;
	top:10px; right:10px;
	z-index:1000;
}

#nav-featured.upzslider 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.upzslider a.activeSlide {
	color:#fff;
	background:#000;
}

#featured-navi.upzslider #nav-featured.bubbles-nav.upzslider a { font-size:0; line-height:0; text-indent:-9999px; border-radius:3px; color:transparent; height:8px; width:8px; }

#featured-navi.upzslider a span#nextslide {
	z-index:1000;
	position:absolute;
	top:50%;
	margin:-25px 0 0;
	right:10px;
	width:20px;
	height:50px;
	background:url(../img/fleche_droite.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#featured-navi.upzslider a span#previousslide {
	z-index:1000;
	position:absolute;
	top:50%;
	margin:-25px 0 0;
	left:10px;
	width:20px;
	height:50px;
	background:url(../img/fleche_gauche.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#featured.upzslider .info{ 
	position:absolute; 
	bottom:0; left:0; 
	width:100%;
	height:70px; 
	background: url('../img/transparent-bg.png'); 
}
#featured.upzslider .info h2{ 
	font-size:14px; font-family:Tahoma, Arial, Helvetica, sans-serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured.upzslider .info p{ 
	margin:0 5px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured.upzslider .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured.upzslider .info a:hover{ 
	text-decoration:underline; 
}