/* specials inset slider */
.sliderwrapper1 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid navy;
	border-bottom-width: 6px;*/
	background: url(images/specInsetBg.gif) no-repeat;
	width: 490px; /*width of featured content slider*/
	height: 215px;
}
.sliderwrapper1 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 5px;*/
	background:url(images/specInsetBg.gif) no-repeat;
	width: 490px; /*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;
}
.pagination1 {
	/*width: 470px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	font-size:11px;
	text-align: right;
	padding: 3px 10px 0 0;
}
.pagination1 a {
	padding: 0 5px;
	text-decoration: none; 
	color: #999;
}
.pagination1 a:hover, .pagination1 a.selected {
	color: #333;
}

/* specials inset slider */
.sliderwrapper2 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid navy;
	border-bottom-width: 6px;*/
	background: url(images/specInsetBg.gif) no-repeat;
	width: 490px; /*width of featured content slider*/
	height: 215px;
}
.sliderwrapper2 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 5px;*/
	background: url(images/specInsetBg.gif) no-repeat;
	width: 490px; /*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;
}