.carousel	{
	background: url('../images/carousel_bg.jpg');
	float: right;
	width: 669px;
	height:407px;
}

.carousel ul.image	{
	position: relative;
	list-style-type: none;
	margin: 10px 30px 18px 30px;
	padding: 0;
	width: 600px;
	height: 350px;
}
.carousel ul.image li	{
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 350px;
}

.carousel ul.image .item	{
	cursor: pointer;
	cursor: hand;
	width: 600px;
	height: 350px;
}

.carousel ul.image h3	{
	margin: 0;
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 600px;
	line-height: 35px;
	background: transparent url('../images/carousel_caption_bg.png');
	color: #fff;
	text-decoration: none;
	text-indent: 10px;
}

.carousel ul.image a	{
	text-decoration: none;
}

.carousel ul.nav	{
	width: 670px;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.carousel ul.nav li	{
	display: inline;
	margin: 0 5px;
}

.carousel ul.nav a	{
	text-decoration: none;
	display: inline;
	display: inline-block;
	color: #000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;	
	background: url('../images/carousel_link.gif') no-repeat;
}

.carousel ul.nav a:hover, .carousel ul.nav a.selected	{
	background: url('../images/carousel_link_hover.gif') no-repeat;
}
