﻿
#carouselcontainer {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 960px;
	height: 250px;
	left: -85px;
	margin-top: 120px;
}

#carouselcontainer img {
	width: 100%;
	height: 100%;
	border: 0;
}

#carouselcontainer span {
	display: none;
	width: 470px;
	line-height: 24px;
	padding: 2px 5px;
	position: absolute;
	top: 218px;
	left: 4px;
	background-color: #ffffff;
}

#carouselcontainer a {
	outline: none;
	display: none;
	position: absolute;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	color: #666666;
	font-weight: normal;
}

#carouselcontainer a:hover {
	border: 1px #5f5753 solid;
}
