/* SHOWCASE */

.showcase {
	padding:65px 80px 80px; 
	min-height:450px; 
	height:auto !important; 
	height:450px;
}
.showcase h1 {
	margin:0;
	font-size:45px;
	color:#9fd609;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
}
.showcase h2 {
	font-size:25px;
	color:#000;
	font-style:italic;
	font-weight:normal;
}
.showcase h3 {
	font-size:24px;
	color:#9fd609;
	font-weight:normal;
	margin-bottom:0;
}
.showcase hr { 
	border:none; /* FIX */
	border-top: 1px dotted #CCC;
	color: #fff;
	background-color: #fff;
	height: 4px; 
}
.showcase a {
	color:#000000;
	text-decoration:none;
}
.showcase a:hover {
	color:#333333;
	text-decoration:underline;
}
.contentShowcase {
	background:url(../imgs/showcase/bg.jpg) top left no-repeat;
	padding:40px 0 0 445px;
	height:350px;
}

/* NAVIGATION DES SLIDERS*/
.sliderNavi {
	text-align:right;
	margin:0 15px 10px 0;
}
#controls li {
	display:inline;
	padding:0 2px;
}
#controls a {
	text-decoration:underline;
}
.current a {
	color:#9FD609;
	text-decoration:none !important;
	font-weight:bold;
}
/* JQUERY SLIDER */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:702px;
	height:300px;
	overflow:hidden; 
}
.sliderelement { width:85px; height:300px; float:left; margin:0 14px; }
.sliderelement a {display:block; width:85px; height:300px; float:left;}
.sliderelement a .lupe {
	background-image:url(../imgs/showcase/plus.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	height:300px;
	width:85px;
	cursor:pointer;
}
