#subSlideshow, #awSubSlideshow {
	width: 639px;
	overflow: hidden;
	padding: 0 10px 0 26px;
	margin-bottom: 10px;
}

#carouselClipping, #awCarouselClipping {
	overflow: hidden;   /* Required for Javascript */
	position: relative; /* Required for Javascript */
	height:176px;
	width:639px;
}
#awCarouselClipping {
	height:76px;
}

#carouselStrip, #awCarouselStrip {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.carouselItem {
	float: left;
	width: 208px;
	margin-right: 5px;
	height: 176px;
}
#awCarouselStrip .carouselItem {
	height:76px;
}
.carouselItem img {
	float: left;
	margin-right: 5px;
}

#awCarouselStrip .carouselItem .img {
	min-height: 80px;
	height: auto !important;
	height: 80px;
	float: left;
}

#carouselFooter, #awCarouselFooter {
	width: 639px;
	height: 25px;
	line-height: 25px;
	background-color: #474B4A;
	margin-top: 10px;
	text-align: center;
}

a.carouselSlideOn {
	display:inline-block;
	width:20px;
	text-align:center;
	line-height:20px;
	background:#292C2B;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:2px 1px 0px 1px;
}

a.carouselSlide {
	display:inline-block;
	width:20px;
	text-align:center;
	line-height:20px;
	background:#777;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px 1px 0px 1px;
}

a.carouselSlide:hover {
	background:#292C2B;
	color:#FFFFFF;
}
a.prevButton {
	display:inline-block;
	width:20px;
	text-align:center;
	line-height:20px;
	background:#777;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px 0px 0px 5px;
}
a.prevButton:hover {
	background:#292C2B;
	color:#FFFFFF;
}
a.nextButton {
	display:inline-block;
	width:20px;
	text-align:center;
	line-height:20px;
	background:#777;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px 5px 0px 0px;
}
a.nextButton:hover {
	background:#292C2B;
	color:#FFFFFF;
}
h2 a, h3 a {
	color:#8B8B8A;
}
h3 a {
	font-size:0.93em;
}

