@charset "utf-8";
/* CSS Document */
/*  Broker services slider*/

.sliderwrapper_broker{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid black;
border-bottom-width: 1px;*/
/*width of featured content slider*/
height: 150px;
width: 170px;
width:230px;
text-align:right; 
}
.sliderwrapper_broker .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 150px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
width:230px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
vertical-align:top;
text-align:right;

}
.sliderwrapper_broker p{
padding-right:10px;
}
.pagination_broker{
width: 110px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right; 
padding: 0px 1px 1px ;
padding-left:25px;
padding-left:0px;
width:220px;

}

.pagination_broker a{
padding: 0px 5px;
text-decoration: none; 
color: #00007D;
background: white;
border:1px #2d2d2d solid;

}

.pagination_broker a:hover, .pagination_broker a.selected , .pagination_broker a.active{
color: #000;
padding: 0px 5px;
background-color:#FFFFFF;
/*background-color:: #FEE496;*/
text-decoration:none;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
background:#0099CC;
}

