.mainwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 433px; /*width of featured content slider*/
height: 425px;
}

.mainwrapper img
{
	
}

.mainwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0; /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 433px; /*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;
}

.galleryWrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 618px; /*width of featured content slider*/
height: 433px;
}

.galleryWrapper img
{
	
}

.galleryWrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 2px; /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 618px; /*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;
}

.viswrapper{
position: absolute; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 728px;
height: 414px;
top: 107px;
left: 48px;
}

.viswrapper .contentdiv
{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
*width: 100%;
*height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.viswrapper .contentdiv .visionThumbs
{
	top: 338px;
	left: -8px;
	position: absolute;
}

.viswrapper .contentdiv .imageHolder
{
	top: 0;
	right: 0;
	text-align: center;
	position: absolute;
}

.viswrapper .contentdiv p
{
	margin-top:12px;
	*margin-top:10px;
}

.viswrapper .contentdiv p img
{
	cursor: pointer;
}

.mainshowcasewrapper
{
	/*width: 608px;*/
	width: 800px;
	/*height: 93px;
	height: 186px;*/
	height: 600px;
	position: relative;
}

.mainshowcasewrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.gallerywrapper
{
	width: 1000px;
	height: 400px;
}

.gallerywrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.mainshowcasewrapper .contentdiv div.showcasePaging
{
	/*margin: 16px 0 0 540px;*/
	/*margin: 10px 110px 0 0;
	float: right;*/
	font-size: 7pt;
	font-weight: bold;
	color: #565454;
	/*top: 220px;*/
	top: 245px;
	/*right: 2px;*/
	right: 0;
	position: absolute;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 800px; /*width of featured content slider*/
height: 535px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 800px; /*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{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}