
#headerBanner {
	border: 0px solid blue;
	height: 140px;
	width: 941px;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}

.bannerObj {
	float: left; 
	width: 170px;
	height: 145px; 
	margin-left: 10px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	text-align: center;
}


.bannerObj a { color: #b59042; }



#sliderBanner {
	position: relative;
	height: 145px;
	width: 2558px;
	left: 941px;
}

