.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 562px; /*width of featured content slider*/
height: 305px;
}

.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: 562px; /*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;
overflow:hidden;
z-index:50;
}

.pagination{
width: 80px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position:relative;
z-index:500;
float:right;
text-align: right;
/*background-color: navy;*/
/*padding: 5px 10px;*/
margin:-33px -12px 0 0;
}

.pagination a{
text-decoration:none;
/*padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;*/
}

.pagination a:hover, .pagination a.selected{
/*color: #000;
background-color: #FEE496;*/
}

.sliderCorners {
width:10px;
position:relative;
background:url(/images/sliderLeft.gif) no-repeat;
height:305px;
margin:-305px 0 0 0;
z-index:50;
display:block;
float:left;
}

.sliderCorners2 {
width:10px;
position:relative;
background:url(/images/sliderRight.gif) no-repeat;
height:305px;
margin:-305px 5px 0 0;
z-index:50;
display:block;
float:right;
}

/* maps*/
.mapRoomProfile .slideshow .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 333px; /*width of featured content slider*/
height: 222px;
}

.mapRoomProfile .slideshow .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: 333px; /*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;
overflow:hidden;
z-index:50;
}

