#rotator-container {
	width:975px;
	height:490px !important;
	margin:0px auto;
	position:relative;
}

#header-swap {
	position: relative;
	width:975px;
	height: 444px;
	margin: 0 auto;
	background-position: top left no-repeat;
	background-color: transparent;
	background-repeat: ;
}
	
#header-swap.img-1 { background-image: url(/images/rot-header/1.jpg); }
#header-swap.img-2 { background-image: url(/images/rot-header/2.jpg); }
#header-swap.img-3 { background-image: url(/images/rot-header/3.jpg); }
#header-swap.img-4 { background-image: url(/images/rot-header/4.jpg); }
#header-swap.img-5 { background-image: url(/images/rot-header/5.jpg); }
#header-swap.img-6 { background-image: url(/images/rot-header/6.jpg); }
#header-swap.img-7 { background-image: url(/images/rot-header/7.jpg); }

#rotator-list-container {
	margin: 0px;
	padding: 0px;
	position:relative;
	float:right;
	right: 10px;
	top: 8px;
	z-index: 2;
}

#rotator-list-container ul {
	margin:0px;
	padding:0px;
}

#rotator-list-container ul li {
	border: 1px solid green;
	padding:0px;
	margin:5px;
	background-image: url(/images/rot-header/list-btn.png);
	width:25px; 
	height:25px;
	list-style-type: none;
}

#rotator-list-container ul li a,
#rotator-list-container ul li a:link,
#rotator-list-container ul li a:active,
#rotator-list-container ul li a:visited {
  font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
  font-weight: bold;
	color: white;
	width: 25px;
	height: 18px;
	padding: 7px 0 0;
	display: block;
	margin: 0px;
	text-align:center;
	cursor: pointer;
}
#rotator-list-container ul li a:hover,
#rotator-list-container ul li a:focus {
	color: #fa9866;
	text-decoration: none;
	cursor: pointer;
}
#rotator-list-container ul li a.active-over {
	color: #fa9866;
}
#btn-request-quote {
	top: 180px;
	left: 30px;
	width:215px;
	height:37px;
	position:relative;
	float:left;
	z-index: 3;
	text-indent: -9999px;
	background: url(/images/rot-header/btns.png) 0 0 no-repeat;
}
#btn-request-quote li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#btn-request-quote li, #btn-request-quote a {
	height: 37px;
	display: block;
}
#btn-rqst {
	left: 0;
	width:215px;
}
#btn-rqst a:hover {
	background: transparent url(/images/rot-header/btns.png) 0 -37px no-repeat;
}
#overlay-rotator {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%; position: absolute; bottom: 0pt; left: 0pt; width: 950px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 150px ! important; z-index: 1; left: 13px;

}