@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, serif;
	font-size:11px;
}
h1 {
	width:200px;
	height:36px;
	padding:0;
	margin:0;
	background-image:url("images/carousel/header_2014_200x36.png");
	background-size:200px;
	background-repeat:no-repeat;
}
h2 {
	font-size:15px;
	padding:0;
	margin-top:3px;
	margin-bottom:2.5px;
}
p {
	margin:0;
	padding:0;
}
span.visibility {
	display:none;
	visibility:hidden;
}
div#wrapper {
	width:200px;
	height:454px;
	border:1px solid #ccc;
	text-align:center;
}
div#content {
	height:382px;
	background-image:url("images/carousel/background.jpg");
	background-repeat:no-repeat;
/*	background-color:red; */
}
img {
	width:198px;
	height:150px;
	margin:0;
	margin-top:2.5px;
	padding:0;
}
ul {
	width:200px;
	height:410px;
	margin-left:0;
	padding:0;
	margin:0;
	margin:auto;
	list-style-type:none;
	overflow:hidden;
}
ul li {
	text-align:center;
	width:198px;
	background:none;
	padding:0;
	margin:0;
}
div#footer{
	width:200px;
	height:36px;
	background-image:url("images/carousel/footer_2014_200x36.png");
	background-size:200px;
	background-repeat:no-repeat;
}

div#footer a:link {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:177px;
	height:36px;
}
div#footer a:visited {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:177px;
	height:36px;
}
div#footer a:hover {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:177px;
	height:36px;
}
div#footer a:active {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:177px;
	height:36px;
}