#pageContent {
	padding: 0;
}
#hpFeature img {
	display: block;
}
a.hpOrder {
	font-size: 14px;
	font-weight: bold;
	width: 498px; 
	margin: 5px auto; 
	display:block; background: transparent url(/images/hpBubble.gif) no-repeat scroll 0 0;
	text-align: center; 
	height: 34px;
	padding-top: 13px;
}
a.hpOrder:link, a.hpOrder:visited {
	color: #fff;
	text-decoration: none;
}
a.hpOrder:hover, a.hpOrder:active, a.hpOrder:focus {
	color: #ff7f44;
	text-decoration: none;
}

.nav a {
	height: 19px;
	width: 18px;
	text-decoration: none;
	padding: 0;
	border: 1px solid #fff;
	border-width: 1px 0;
	display: block;
	float: left;
	margin-right: 3px;
}

.nav .slideInfo {
	font-size: 110%;
	padding-left: 10px;
	line-height: 19px;
}

.nav a.prev {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 0 transparent;
}
.nav a.prev:hover {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 -69px transparent;
}
.nav a.next {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 -138px transparent;
}
.nav a.next:hover {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 -207px transparent;
}
.nav a.play {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 -276px transparent;
}
.nav a.play:hover {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 -345px transparent;
}
.nav a.pause {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 -414px transparent;
}
.nav a.pause:hover {
	background: url('/images/home/slide_controls.gif') no-repeat scroll 0 -483px transparent;
}

