.sliderwrapper{

position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 996px; /*width of featured content slider*/
background:white;
margin:0 25px 0 25px;
border:solid;
border-width:2px;
padding:0;
height: 163px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 935px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 163px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 240px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: rgb(255,255,230);
line-height: 70px;
}

.pagination a{
width: 200px;
height: 60px;
padding: 14px 0;
text-decoration: none; 
font-size: 18px;
color: rgb(100,100,100);
/*background: rgb(255,255,230);*/
}

.pagination a:hover, .pagination a.selected{
color: black;
background-image: url(but_tt2.jpg);
background-repeat:no-repeat;
padding-left: 55px;
/*background-color: rgb(200,200,200);*/
}

/*####################################################################################################*/
.sliderwrapper2{

position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 992px; /*width of featured content slider*/
/*background:white;*/
margin:0 5px 0 5px;
border:solid;
border-width:0px;
padding:0;
height: 540px;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 982px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 540px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper2 .contentdiv h1{
	line-height:25px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	/*text-shadow: rgb(100,100,100) 1px 1px 2px;*/
	color:rgb(0,147,221);
}

.pagination2{
margin:15px 25px 20px 25px;
height:35px;
width: 1000px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
font-size:14px;
font-weight:bold;
border-top: 2px solid rgb(150,150,150);
}

.pagination2 ul{
margin-top:0;
list-style:none;
padding:0;
}
.pagination2 li{
float:left;
margin:0;
width:250px;
}
.pagination2 a{
display:block;
line-height:35px;
text-decoration: none; 
font-size: 14px;
font-weight:bold;
color: black;
/*text-shadow: rgb(50,50,50) -1px -1px 1px, white 1px 1px 1px;*/
color:black;
}

.pagination2 a:hover{
color:rgb(0,147,221);
/*text-shadow: rgb(50,50,50) 1px 1px 1px, white -1px -1px 1px;*/
border: solid 0px;
border-top:0px;
border-left-color:rgb(150,150,150);
border-top-color:rgb(150,150,150);
border-right-color:rgb(230,230,230);
border-bottom-color:rgb(230,230,230);
background-color:rgb(190,190,190);
}
	
.pagination2 a.selected{
color:rgb(0,147,221);
text-shadow: rgb(50,50,50) 1px 1px 1px, white -1px -1px 1px;
border: solid 2px;
border-top:0px;
border-left-color:rgb(150,150,150);
border-top-color:rgb(150,150,150);
border-right-color:rgb(230,230,230);
border-bottom-color:rgb(230,230,230);
}
	
	
	
	

/*####################################################################################################*/
