﻿.sliderwrapper
{
	/*border-left: 10px solid #C0C0C0;
	border-right: 10px solid #C0C0C0;
	border-top: 10px solid #C0C0C0;
	border-bottom: 6px solid #C0C0C0; */
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 485px; /*width of featured content slider*/
	height: 268px;
	top: -247px;
	left: 91px;
	background-image: url('../images/serviceborder_4.jpg');
	background-repeat: no-repeat;
	background-color: RGB(0,101,173);/*bottom: 247px;*/
}



.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 6px; /*leave as is*/
	top: 6px; /*leave as is*/
	 /*background:#0065AD; #DAD7DA;*/
	width: 472px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 96%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

	background-color: RGB(0,101,173);
	}

.pagination
{
	width: 244px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/ /*background-color: #000084;
padding: 5px 10px;*/ /*float: right;*/
	height: 270px;
	position: relative;
	top: 23px;
	left: 611px;
	vertical-align: bottom;
	background: #0065AD;
	text-align: center;
	white-space: normal;
	background-image: url('../images/pagination.jpg');
	background-repeat: no-repeat;
}

.pagination a
{
	/*padding: 0 5px;*/
	text-decoration: none;
	color: white;
	background: #0065AD;
	height: 19px;
	width: 237px;
	text-align: center;
	vertical-align: 2%;
	
}

.pagination a:hover, .pagination a.selected
{
	/*border-style: solid;
	border-color: #FF0000; */
	color: #FF0000;
	background-color: #DAD7DA;
	text-align: center;
}
