.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border:2px solid #7aa1e4;*/
width:621px; /*width of featured content slider*/
height:225px;
/*background:#7aa1e4;*/
}
.footer_bg a {
      color:#FFFFFF;
      font-size:11px;
	text-decoration:none;
}
.footer_bg a:hover {
      color:#FFFFFF;
      font-size:11px;
	text-decoration:underline;
}


.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:#7aa1e4;*/
width:100%; /*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;
}

.pagination{
width:100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:;
padding:6px 10px;
}

.pagination a{
padding:2px 7px;
text-decoration: none; 
color:#000000;
font-weight:bold;
background:#ffcc00;
}

.pagination a:hover, .pagination a.selected{
color:#fff;
font-weight:bold;
background-color:#000;
}


#p-select {
	position:absolute;
	top:425px;
	width:608px;
	height:36px;
	float:right;
	text-align:right;
	z-index:999;
}

/*
#p-select {
float:right;
height:36px;
position:absolute;
text-align:right;
top:397px;
width:666px;
z-index:999;
}
