@charset "UTF-8";

#carouselcontainer
{
	position: relative;
	height: 200px;
}

#carousel
{
	width: 700px;
	height: 190px;
	position: absolute;
	/*top: 200px;*/
	left: 50%;
	margin-left: -350px;
}

#carousel a
{
	position: absolute;
	width: 110px;
}
 
