/* SERVICE */



div.service {
	position:relative;
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #CCC;
	border-radius: 5px;
	width: 230px;
	height: 200px;
	cursor:pointer;
	padding:3px;
}


div.service:hover {
	border: 1px solid #AAA;
	box-shadow: 0px 0px 5px #CCC;
	background: #EEE;
}



div.service img{
	border:0px solid white;
	padding:0px;
	margin:0px;
	width: 230px;
	height: 110px;
	border-radius:3 3 0 0;

}


div.service div.title{
	position:absolute;
	z-index:10;
	background: url("../images/filligramme_75.png") repeat scroll 0 0 rgba(255,255,255,0.5);
	box-shadow: -4px 2px 6px #333;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.33);
	border-radius: 9px 0px 0px 6px;

	color:white;
	font-size:100%;
	line-height:30px;
	padding:0px 10px;
	left:75px;
	right: 0px;
	top:75px;
}

div.service div.txt{
	color:#666;
	font-size:80%;
	text-align:justify;
}

/* SIDE BAR */

#service_bar{
	position:relative;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background:white;
	height: 160px;
	clip:auto;

	display:block;
	box-shadow:0px 0px 5px black;
	border-radius: 5px;

}

#service_bar div.content{
	position:absolute;
	overflow:hidden;
	overflow:hidden;
	top:10px;
	bottom:30px;
	left:5px;
	right:5px;
}

#service_bar #thumbs{
	position:absolute;
	left:0px;
}

#service_bar div.content div.service {
	height: 110px;
}

#service_slider{
	position:absolute;
	overflow:hidden;
	overflow:hidden;
	bottom:5px;
	left:10px;
	right:10px;
	height:15px;
	background: #eee;
	background: -webkit-linear-gradient(#ccc,#eee);
	background: -moz-linear-gradient(#ccc,#eee);
	background: -ms-linear-gradient(#ccc,#eee);
	background: -o-linear-gradient(#ccc,#eee);
	background: linear-gradient(#ccc,#eee);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#eee', GradientType=0);
	border-radius:5px;
	border: 1px solid #ccc;
	padding:2px 0px;
}


#service_slider #handle{
	height:15px;
	width:37px;
}

#service_slider #handle:hover{
	cursor:pointer;
}

#service_bar #thumbs div.service {
	margin-right: 7px;
}