.podContainer {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 520px;
	margin: 0px;
	z-index: 1;
}

#imgContainer {
	padding: 0;
	width: 2080px;
}

#x {
	height: 209px;
}

#imgContainer li {
	float: left;
	width: 520px;
	list-style-type: none;
}

#imgContainer a {
	text-decoration: none;
	cursor: pointer;
}

#imgContainer a:hover {
	text-decoration: none;
}

.links {
	height: 24px;
	width: 520px;
	text-align: right;
	position: relative;
	z-index: 5;
	margin-top: -40px;
	margin-left: -10px;
}

.links ul li {
	list-style-type: none;
	float: right;
	color: white;
	width: 21px;
	height: 24px;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
}

.links ul li:hover {
	text-decoration: none;
	background-color: #ffffff;
}

.numberSelected {
	background-color: #ffffff;
}