﻿.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 930px; /*width of featured content slider*/
	height: 300px;
}
.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:930px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 300px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	width: 930px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align:left;
	padding: 0px;
	height:311px;
}
.pagination a.strategy {
	float:left;
	padding: 0px;
	height:311px;
	width:232px;
	background:url(images/square_ads.jpg) no-repeat;
	text-decoration:none;
}
.pagination a.technology {
	float:left;
	padding: 0px;
	height:311px;
	width:232px;
	background:url(images/square_ads.jpg) -232px 0px no-repeat;
	text-decoration:none;
}
.pagination a.ventures {
	float:left;
	padding: 0px;
	height:311px;
	width:232px;
	background:url(images/square_ads.jpg) -464px 0px no-repeat;
	text-decoration:none;
}
.pagination a.consulting {
	float:left;
	padding: 0px;
	height:311px;
	width:234px;
	background:url(images/square_ads.jpg) -696px 0px no-repeat;
	text-decoration:none;
}
.pagination a:hover, .pagination a.selected {
col or: #000;
back ground-color: #FEE496;
}

