body {
	font-size:11px;
	color:#000;
}
a:link, a:visited, a:hover {
	color:#0066CC;
	text-decoration:none;
}
#stage {
	width:480px;
	height:400px;
	float: left;
	display: block;
	overflow: hidden;
	right: 60px;
	position: relative;
	margin: 10px 0 0 102px;
}
#slider-buttons {
	width:620px;
	float: left;
	position: absolute;
	display: block;
	margin:0px auto;
	top: 190px;
	right: 30px;
}
.previous {
	margin:0 auto;
	float: left;
	display: block;
	width: 54px;
	height: 83px;
	background-image: url(/images/slider/left_arrow.jpg);
	border: 0;
	display: block;
}
.next {
	margin:0 auto;
	float: right;
	display: block;
	width: 54px;
	height: 83px;
	background-image: url(/images/slider/right_arrow.jpg);
	border: 0;
	display: block;
}
#myList {
	width:5500px;
	border:0;
	margin:0;
	padding:0;
	left:360px;
}
#myList li {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	margin-right:4px;
	padding:4px;
	background-color: transparent;
	float:left;
	width:470px;
	height:378px;
}
