* {margin:0; padding:0}
body {
	font-family: "Arial Unicode MS";
	font-size: 12px;
}

#wrapper {
	width:540px;
	margin:0px auto
}
#container {
	position:relative;
	padding:0px;
	height:242px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
}
.sliderbutton {
	float:left;
	width:25px;
	height:192px;
	cursor:pointer;
	background-color: #CCCCCC;
}
#slideleft {
	background-image: url(../images/icons.gif);
	background-repeat: no-repeat;
	background-position: -50px -260px;
}
#slideleft:hover {
	background-position:-0 -260px
}
#slideright {
	background-image: url(../images/icons.gif);
	background-repeat: no-repeat;
	background-position: 0 115px;
}
#slideright:hover {
	background-position:-50px 115px
}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:488px;
	height:242px
}
#slider ul {
	position:absolute;
	list-style:none;
	top:0; left:0
}
#slider li {
	float:left;
	width:488px;
	height:242px
}
.pagination {
	position:absolute;
	top:210px;
	right:32px;
	list-style:none;
	height:25px
}
.pagination li {
	float:left;
	cursor:pointer;
	height:8px;
	width:8px;
	background:#ccc;
	margin:0 4px 0 0;
	border:1px solid #fff
}
.pagination li:hover, li.current {
	background:#fff
}
