

.slider
{
/*	position: relative;
	top: -30px;*/
	float: left;
	margin-top: 0px;
	font-size: 1.1em;
	width: 93%;
	height: 50px;
	padding: 1%;
	padding-left: 0;
	padding-top: 0;
	line-height: 12px;
}
#featuredContract
{
	width: 100%;
	padding-left: 10px;
	
}
#featuredContract a
{
	z-index: 5;
}
.slider .logo
{
	margin: auto;
	float: right;
	z-index: 2;
}

.slider .strip-container
{
	height: 14px;
	margin: 0;
	padding: 0;
	border: 1px solid white;

	background: url(/aav2/images/gradient.png) center;
}
.slider .strip
{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	height: 16px;
	border: 1px solid black;
}
.slider .strip-container .yes
{
	margin-right: 3px;
	color: white;
	height: auto;
	
}
.slider .strip-container .no
{
	margin-left: 3px;
	color: white;
	height: auto;
	
}
.slider .handle
{
	width: 22px;
	height: 22px;
	background: url(/aav2/images/handle.gif) transparent no-repeat;
	position: relative;
	left: 21.0%;
	top: 41px;
}

html>body .slider .handle
{
	top: 35px;
}


.slider .handle .value
{
	background: white;
/*	border: 1px solid black;*/
	color: black;
	position: relative;
	top: 10px;
	left: -1.5em;
	width: 5em;
	text-align: center;
	padding: 1px;
	
}

.slider .handle .percentageValue
{
	background: white;
/*	border: 1px solid black;*/
	color: black;
	position: relative;
	top: -17px;
	left: -0.5em;
	width: 3em;
	text-align: center;
	padding: 1px;



}
.slider .no
{
	font-weight: bold;
	color: red;
	clear: left;
	float: left;
	height: 15px;
}
.slider .yes
{
	font-weight: bold;
	color: green;
	clear: right;
	float: right;
	height: 15px;
}


#afterSlider
{
	clear: both;
	margin-left: 1%;
/*	width: 49%;*/
	padding-top: 19px;
	
	
clear:both;
margin-top:90px;

float:left;
position:relative;

	top:-6em;
	
}
* html #afterSlider
{
	margin-top: 45px;
	padding-top: 24px;

}
#afterSlider div
{
	height: 20px;
	clear: both;

	padding-bottom: 4px;

}
* html #afterSlider div
{
}
#afterSlider div img
{
	margin: 0;
	float: left;
}
