﻿#carousel
{
	height:325px;
	width:960px;
	position:relative;
	margin-top:18px;
}

.hero
{
	position:absolute;
	display:none;
}

.hero a
{
	height:325px;
	width:960px;
	display:block;
}

#carouselBar
{
	background: url( ../images/carousel/wrapper.png ) no-repeat;
	height:46px;
	width:935px;
	position:absolute;
	bottom:2px;
	left:13px;
}

#carouselBar span
{
	color:White;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial;
	font-size:17px;
}

#carouselBar a
{
	color:#dddddd;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial;
	font-size:12px;
	text-decoration:none;
	margin-left:10px;
}

#carouselSelectors
{
	position:absolute;
	right:25px;
	bottom:2px;
	height:60px;
}

#carouselSelectors div
{
	float:right;
	position:relative;
	height:48px;
	width:48px;	
}

#carouselSelectors img
{
	position:absolute;
	height:32px;
	bottom:0px;
	left:8px;
	right:8px;
}