﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px  ;
border-bottom-width: 0px;
width: 583px; /*width of featured content slider*/
height: 230px;

}

.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: 583px; /*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;
}

.pics{
	 height:230px;
	 width:585px;
	 cursor:pointer;
}
.pagination{
font-size:11px;
width:560px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border:0px;
height:20px;
background-color: white;
padding-right:10px;
padding-bottom:3px;
}

.pagination a{
text-decoration: none; 
padding:3px 3px;
color:   #00BED5;

}

.pagination a.selected{
color:  #25717E;
padding:3px 3px;
background-color: #FEF0C5;

}

.pagination a:hover{
color: #000000;
padding:3px 3px;
background-color:  #FEF4D8;
}

.gbut{
border:0px;

}
.imga{
	width:13%; float: left; text-align:left;
	margin-left:10px;
}

.imga a{
text-decoration: none;
padding:0px 0px; 
}

.imga a.selected{
	background-color:transparent;
	padding:0px 0px; 
}


.imga a:hover{
	background-color:transparent;
	padding:0px 0px; 
}




