.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 490px; /*width of featured content slider*/
height: 188px;
border-bottom:1px solid #C4C1BC;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/*. {
width: 468px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
height:32px;
font-family:Arial;
font-size:15px;
}
*/

.pagination a{
text-decoration: none; 
color: #2F2F2F;
}

.pagination a:hover, .pagination a.selected{
color: #2F2F2F;
text-decoration: none; 
}



#service{
font-size:13px;
font-weight:bold;
text-align:center;
border-right:1px solid #C4C1BC;
border-bottom:1px solid #C4C1BC;
border-top:1px solid #C4C1BC;	
width:163px;	
height:22px;
line-height:22px;
background-image: url(button_sel.png);
background-repeat: repeat-x;
float:left;
}

#internet{
font-size:13px;
font-weight:bold;
text-align:center;
border-top:1px solid #C4C1BC;	
border-right:1px solid #C4C1BC;
border-bottom:1px solid #C4C1BC;	
width:162px;	
height:22px;
line-height:22px;
background-image: url(button_sel.png);
background-repeat: repeat-x;
float:left;
}

#systeme{
font-size:13px;
font-weight:bold;
text-align:center;
border-top:1px solid #C4C1BC;	
border-left:1px solid #C4C1BC;	
border-right:1px solid #C4C1BC;	
border-bottom:1px solid #C4C1BC;
width:161px;	
height:22px;
line-height:22px;
background-image: url(button_sel.png);
background-repeat: repeat-x;
float:left;
}

.selected #systeme{
border-bottom:1px solid #ef8416;
background-image: url(button.png);
background-color:#ef8416;
color:#FFF;
background-repeat: repeat-x;
float:left;
}

.selected #internet{
border-bottom:1px solid #ef8416;
background-image: url(button.png);
color:#FFF;
background-repeat: repeat-x;
float:left;
}

.selected #service{
border-bottom:1px solid #ef8416;
background-image: url(button.png);
color:#FFF;
background-repeat: repeat-x;
float:left;
}

.contentdiv IMG{
border-right:1px solid #C4C1BC;
border-left:1px solid #C4C1BC;
width:488px;
}

.sliderwrapper {
	margin-bottom:20px;
}

.clear{
line-height: 0; 
height: 0; 
clear: left; 
}

