@charset "utf-8";
/* CSS Document */

/* specials inset */
.specWrap {width:338px; background:#fff; position:relative;}
.specBurst {left:0; top:-6px; position:absolute; z-index:500;}
.specInsetTop {height:36px; padding-top:5px; font-size:25px; letter-spacing:-1px; color:#364755; text-align:right;}
.specR {width:202px; float:right;}
.specR img {border:1px solid #ccc;}
.specVName {height:42px; padding-top:5px; font-size:16px; line-height:18px; color:#333; overflow:hidden;}
.specPriceH {padding-top:74px; font:bold 36px/32px Arial, Helvetica, sans-serif; text-align:center; color:#f00; letter-spacing:-1px;}
.specSavings {padding:8px; text-align:right; color:#333; font-size:14px; line-height:16px;}
.leaseTxt {width:50px; padding-top:5px; font:bold 12px/12px Arial, Helvetica, sans-serif; text-align:right; float:left;}
.leasePrice {padding-left:53px; text-align:left;}


/* used specials inset slider */
.sliderwrapper1 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 338px; /*width of featured content slider*/
	height: 218px;
	background:#fff url(images/sliderPicBg.gif) right top no-repeat;
}
.sliderwrapper1 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background:#fff;
	width: 338px; /*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;
	text-align:center;
}
.paginateWrap {padding:6px 0; margin-left:8px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; overflow:hidden;}
.pagination1 {
	font-size:10px;
	line-height:10px;
	text-align:right;
}
.pagination1 a {
	padding: 0 2px;
	text-decoration: none; 
	color: #666;
}
.pagination1 a:hover, .pagination1 a.selected {
	color: #f00;
}

/* new specials inset slider */
.sliderwrapper2 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 338px; /*width of featured content slider*/
	height: 218px;
	background:#fff url(images/sliderPicBg.gif) right top no-repeat;
}
.sliderwrapper2 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background:#fff;
	width: 338px; /*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;
	text-align:center;
}

