.sliderwrapper{
position: relative; /*leave as is*/
width: 311px; /*width of featured content slider*/
height: 157px;
float:left;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 311px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
text-align: right;
float:right;
}
.pagination a{
padding: 2px 0px 1px;
margin-left:2px;
text-align:center;
float:left;
width:44px;
background:url(../images1/tabbg.png) top left no-repeat;
}
.pagination a:hover, .pagination a.selected{
background-position:0px -32px;
}
.pagination a.next, .pagination a.prev{
display:none;
}
#newsfeed, #facebook, #twitter, #in{
	position:relative;
}

.sliderwrapper2{
position: relative; /*leave as is*/
width: 464px; /*width of featured content slider*/
height: 458px;
float:left;
}
.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 429px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
padding:20px 15px 0 20px;
background:url(../images1/navigate-img.png) bottom right no-repeat;
}

.pagination2{
text-align: right;
float:left;
width:167px;
height:360px;
padding:20px 0 0 0;
background:url(../images1/slidebg.png) top left no-repeat;
}
.pagination2 a{
padding: 6px 8px 0px 0;
text-align:right;
display:block;
float:right;
width:159px;
height:30px;
color:#010101;
font:bold italic 14px Arial, Helvetica, sans-serif;
}
.pagination2 a img{
	vertical-align:middle;
	margin-left:8px;
}
.pagination2 a:hover, .pagination2 a.selected{
color:#003f4b;
background:url(../images1/featureactive-bg.png) top right no-repeat;
}
.pagination2 a.next, .pagination2 a.prev{
display:none;
}
