.boxright
{
    width: 575px;
    padding-left: 20px;
    float: right;
}
.sliderwrapper
{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 480px; /*width of featured content slider*/
    height: 197px;
    margin: 0px;
    padding: 0px;
}
.sliderwrapper .contentdiv
{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    width: 480px; /*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;
}
.servicesborder
{
    margin-left: 200px;
    margin-top: 0px;
}
.servicesborder a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #B3B3B3;
    padding: 2px 6px 2px 6px;
}
.servicesborder a.selected
{
    /*background:url(../images/orange-bg.jpg) no-repeat; 	background-position:top left;	 	width:30px; 	height:26px;	 	color:#ffb473; 	line-height:22px; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #376b79;
    padding: 2px 6px 2px 6px;
}
