@charset "UTF-8";

body {
	padding: 35px;
	background-color: #fff;
	font-family: Arial;
	font-size: .75em;
	text-align: center;
}

.marquee {
	width: 580px;
	height: 350px;
    margin-left: 10px;
}
.marquee ul {
	list-style: none;
	padding:0;
	margin:0;
	position: absolute;
}
.marquee ul li {
	display: none;
}
.marquee ul li a {
	display: block;
}
.marquee ul li a img{
	vertical-align: bottom;
    border: 0;
}
.marquee ul li.first {
	display: block;
}
.marquee .marquee-title {
	font-family: sans-serif;
	fon-weight: bold;
	position: absolute;
	height: 20px;
	padding: 15px 10px;
	top: 300px;
}
.marquee .marquee-nav {
	position: absolute;
	height: 20px;
	padding: 15px 10px;
	top: 300px;
	right: 0;
}
.marquee .marquee-nav a {
	display: block;
	float: left;
	margin-right: 10px;
	height: 18px;
	width: 18px;
	background: transparent url(../images/template/nav_buttons.png) no-repeat;
}
.marquee .marquee-nav a:hover {
	background-position: -25px 0;
}
.marquee .marquee-nav a.current {
	background-position: -50px 0;
}

