#bannerPrincipal {
	z-index: 1;
	position: absolute;
	height: 300px;
	width: 1000px;
	top: 261px;
}

#numberItem {
	position: absolute;
	z-index: 2;
	float: left;
	bottom: 16px;
	right: 10;
	width:100%;
}

#numberItem ul {
	list-style: none;
	float: right;
	margin-top: -30px;
	margin-right: 20px;
	padding: 0px;
}

#numberItem ul li {
	float: left;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
	margin: 0px 3px 0px 3px;
	height: 10px;
	width: 10px;
	font-size: 6px;
}

.liSelBanner {
	background-color: #D17931;
	color: #000000;
}

.selList {
	background-color: #D17931;
	color: #000000;
}