@charset "utf-8";
/* CSS Document */

/* specials inset */
#usedSpecWrap {width:232px; height:310px; margin-left:4px; background:url(images/usedSpecBg.jpg) no-repeat;}
#newSpecWrap {width:232px; height:310px; margin-left:4px; background:url(images/newSpecBg.jpg) no-repeat;}
.specInsetTop {height:25px; padding-right:7px; font-size:10px; color:#f00; text-align:right;}
.specPriceH {height:54px; font:bold 30px/32px Arial, Helvetica, sans-serif; color:#f00; letter-spacing:-1px;}
.specPriceH span {color:#000; font-size:14px; line-height:14px;}
.leaseTxt {width:82px; padding-top:5px; font:bold 12px/12px Arial, Helvetica, sans-serif; text-align:right; float:left;}
.leasePrice {padding-left:85px; text-align:left;}
.specPic {width:202px; height:150px;}
.specVName {height:42px; padding:5px 7px 0 7px; font-size:14px; color:#024476; overflow:hidden;}

/* specials inset slider */
.sliderwrapper1 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 232px; /*width of featured content slider*/
	height: 273px;
	background:url(images/specInsetBkBg.gif) 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:url(images/usedSpecBg2.jpg) no-repeat;
	width: 232px; /*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;
}
.pagination1 {
	/*width: 470px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	font-size:10px;
	text-align:right;
	padding-top:6px;
}
.pagination1 a {
	padding: 0 2px;
	text-decoration: none; 
	color: #666;
}
.pagination1 a:hover, .pagination1 a.selected {
	color: #f00;
}

/* specials inset slider */
.sliderwrapper2 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 232px; /*width of featured content slider*/
	height: 273px;
	background:url(images/specInsetBkBg.gif) 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:url(images/newSpecBg2.jpg) no-repeat;
	width: 232px; /*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;
}

