.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: c00px; /*width of featured content slider*/
	height: 350px;
	left: 20px;
}
.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: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 350px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	width: 425px; /*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: #000000;
}
.pagination a:hover, .pagination a.selected {
	color: #000000;
}
.lg_display_div_fill {
	height: 350px;
	width: 400px;
	border: none 0px;
}

/* ID for page see_it.html display */

#lg_display {
	height: 350px;
	width: 400px;
	border: 1px solid #000000;
}
#paginate-lg_display {
	width: 400px;
	margin-left: 30px;
}
#paginate-lg_display a img {
	border: gray 2px solid;
	height: auto;
	width: 100px;
	margin: 5px;
}
#paginate-lg_display a img:hover {
	border: navy 2px solid;
}
#paginate-lg_display a img:selected {
	border: navy 2px solid;
}
#paginate-lg_display a img:active {
	border: navy 2px solid;
}