@charset "utf-8";


body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}


#container {
	text-align: center;
}

#carousel {
	margin: 0 auto;
	width: 320px;
	height: 42px;
	text-align: left;
	position: relative;
}

#carousel_prev,
#carousel_next {
	top: 0;
	width: 10px;
	height: 42px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -18px;
	top:0px;
	background:transparent url(img/prev_10x40.gif) no-repeat top left;
}
#carousel_next {
	right: -18px;
	top:0px;
	background:transparent url(img/next_10x40.gif) no-repeat top left;
}

#carousel ul li {
	width:320px;
	float: left;
	display: inline;
}



/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}
