#webhosting {	
	float: left;
	margin-left: 0px; 
	margin-bottom: 10px;
	border: 1px solid #000000;
        padding: 8px 0px 2px 0px;
        width: 580px;
}

#webhosting h1 {	
	color: #181818;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;
        padding: 2px 0px 3px 0px;
	width: 570px;
	text-align: center;
}
	

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
width: 570px; /*width of featured content slider*/
height: 216px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 570px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 570px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: right;
background-color: #ffffff;
padding: 0px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #181818;
background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #181818;
background-color: #ffffff;
}	

#slider4{
border: 2px solid #333;
background: #ffffff;
margin-left: 9px;
}

#paginate-slider4{
border-color: #333;
margin-left: 9px;
margin-top: 4px;
}

/* Slider Thumbnails normal */
#paginate-slider4 a img{
width: 87px;
height: 60px;
border: 2px solid #9596A2;
margin-top: 5px;
}

/* Slider Thumbnails hover/selected */
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #333;
background: #999;
}
