/***** SLIDER CSS *****/
#slideshow {
	width: 641px;
	height: 254px;
	float: left;
	z-index: 1;
	background: #fff;	
	position:relative;}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {z-index:10; opacity:1.0;}
#slideshow IMG.last-active {z-index:9;}
/* ---- MAIN IMAGE CONTAINER ---- */
#quoteBox {
	width: 319px;
	height: 254px;
	float: left;
	z-index: 2;
	background: url(../imgs/professional-jquery-quote-o.jpg) no-repeat;
	}
#freeQuote {
	width: 304px;
	height: 244px;
	padding: 10px 0 0 15px;
	float: left;
	z-index: 3;
	}	
#selectionType {
	width:280px;
	font-size: 12px;
	color: #fff;
	float: left;
}
		#selectionType ul {
			margin: 0;
			padding: 0;
			list-style: none outside none;
		}
		#selectionType li {
			margin: 0 0 5px 0;
			list-style: none outside none;
		}
		#selectionType label {color: #fff;}
		#selectionType label:hover {color: #f7bd35;}
		#zipcodeInput {
			width: 140px;
			height: 36px;
			background: url(../imgs/professional-jquery-quote-o.png) no-repeat;
			border: none;
			margin-top: 10px;
			text-align: center;
			font-weight: 900;
			font-size: 16px;
			float: left;
		}
		
		#zipcodeSubmit {
			margin-top: 10px;
			float: left;
		}
.free-quote-title {
	color: #fdd305; 
	font-size: 30px;
	font-weight: 900;
	}
#freeQuote p {color: #fff;}