.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 524px; /*width of featured content slider*/
height: 304px;
z-index:1;
}

.hp_contentpane .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 524px; /*width of featured content slider*/
height: 274px;
}

.hp_bannerspecs {
	height:304px;
}

.campaign_content {
	background:#d4e2ed;
	height:28px;
	line-height:28px;
	border-top:2px solid #FFFFFF;
	position:relative;
	top:274px;
	padding-left:10px;
}

.campaign_content .title {
	color:#4d617b;
	font-size:11px;
	font-weight:bold;
}

.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: none;
width: 524px; /*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{
position:absolute;
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
left:415px;
top:283px;
z-index:999;

}

.pagination a:link, .pagination a:visited, .pagination a:active{
padding:0;
display:block;
width:17px;
height:13px;
float:right;
text-indent:-999999px;
text-decoration: none; 
color: #00007D;
background:url(/Portals/_default/Skins/EAGB_Skin_New/images/dot.jpg) no-repeat right top;
outline:0;
}

.pagination a:hover {
color: #000;
background:url(/Portals/_default/Skins/EAGB_Skin_New/images/dot_on.jpg) no-repeat right top;
}

.pagination a.selected {
color: #000;
background:url(/Portals/_default/Skins/EAGB_Skin_New/images/dot_on.jpg) no-repeat right top;
}
