.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 306px; /*width of featured content slider
height: 365px;*/
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*width: 306px; 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;
}


.contentdiv 
{
	padding: 0px;
	margin-top: 39px;
}
.pagination{
width: 405px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;

}

.pagination a{

text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
	/*background: url(../images/rightside_hovertab.gif) no-repeat left top;*/
	color: #07467D;

}



#slider4
{
	border-color: darkred;
	/*margin-left: 15px;*/
	height: 270px;
	width: 629px;
}


#paginate-slider4{
	color: #000000;
	z-index: 1000;
	width: 629px;
	/*top: 263px;*/
	position: relative;
}

#paginate-slider4 ul, li
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#paginate-slider4 li
{
	list-style: none;
	display: block;
	float: left;
	background: url(../images/banner-top-bg.jpg) repeat-x;
}
#paginate-slider4 li:hover
{

	background: url(../images/orng-bg-rept.jpg) repeat-x;
}

#paginate-slider4 li a
{
	/*padding: 8px 0px 8px 5px;
	border-left: #02295f 0px solid;
	border-right: #02295f 1px solid;
	width: 193px;*/
	display: block;
	/*background: url(../images/banner_nav_bg.gif) repeat-x;*/
	color: #003767;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 6px 20px 5px 20px;
	
}

#paginate-slider4 li a:hover, #paginate-slider4 li a.selected 
{
	color: #285c91;
	/*background: url(../images/orng-bg-rept.jpg) repeat-x;*/

}
 
/*#paginate-slider4 a
{
	
	background: url(../images/banner_nav_bg.gif) repeat-x;
	color: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
	display: inline-block;

}

#paginate-slider4 a:hover, #paginate-slider4 a.selected 
{
	background: url(../images/banner_nav_hoverbg.gif) repeat-x;
}*/

.sliderwrapper2 .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 629px; /*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;
	height: 260px;
}

li a.shopintCart
{
	background: url(../images/cart-icon.png) no-repeat 20px -37px;
	width: 45px;
	height: 30px;

}

li a:hover.shopintCart
{
	background: url(../images/cart-icon.png) no-repeat 20px 3px;
	width: 45px;
	height: 30px;
}


li a.applicationDev
{
	background: url(../images/application-development.png) no-repeat 25px -32px;
	width: 45px;
	height: 32px;

}

li a:hover.applicationDev
{
	background: url(../images/application-development.png) no-repeat 25px 4px;
	width: 45px;
	height: 30px;
}

li a.cms-icon
{
	background: url(../images/cms-icon.png) no-repeat 25px -33px;
	width: 45px;
	height: 31px;
}

li a:hover.cms-icon
{
	background: url(../images/cms-icon.png) no-repeat 25px 5px;
	width: 45px;
	height: 31px;
}

li a.corporate-icon
{
	background: url(../images/corporate-icon.png) no-repeat 25px -34px;
	width: 45px;
	height: 30px;
}

li a:hover.corporate-icon
{
	background: url(../images/corporate-icon.png) no-repeat 25px 5px;
	width: 45px;
	height: 30px;
}

li a.realEstate-icon
{
	background: url(../images/real-estate-icon.png) no-repeat 30px -33px;
	width: 45px;
	height: 30px;
}

li a:hover.realEstate-icon
{
	background: url(../images/real-estate-icon.png) no-repeat 30px 4px;
	width: 45px;
	height: 30px;
}


li a.logo-icon
{
	background: url(../images/logo-icon.png) no-repeat 25px -35px;
	width: 45px;
	height: 30px;
}

li a:hover.logo-icon
{
	background: url(../images/logo-icon.png) no-repeat 25px 6px;
	width: 45px;
	height: 30px;
}


li a.sales-page-icon
{
	background: url(../images/sales-page-icon.png) no-repeat 30px -33px;
	width: 45px;
	height: 30px;
}

li a:hover.sales-page-icon
{
	background: url(../images/sales-page-icon.png) no-repeat 30px 6px;
	width: 45px;
	height: 30px;
}




