* {margin:0; padding:0}



.sliderbutton {float:left; width:32px; padding-top:4px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:750px;
	height:750px;
	border:0px solid #fff;
	background:#fff;
	
}
#slider ul {
	position:absolute;
	list-style:none;
	top:0px;
	left:5px
}
#slider li {float:left; width:750px; height:750px; padding-right:10px}

.pagination {
	float:left;
	list-style:none;
	width:100%;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.pagination li {
	background:#FFF;
	display:block;
	float:left;
	cursor:pointer;
	padding:5px;
	border:0px solid #333;
	text-align:left;
	text-decoration:none;
	color:#222;
	width: 155px;
	height:25px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.pagination li:hover {
	border:0px solid #bbb;
	color:#000;
	text-decoration:underline;
	background-color: #FFF;
	
	background-repeat: repeat-x;
	
}
.pagination li.current {
	background:#FFF;
	border:1px solid #CCC;
	color:#333;
	background-position:top left;
	background-repeat: repeat-x;
	text-align:center;
	background-image: url(../images/paginationbg.gif);
	
	
}

li.current {border:1px solid #ccc; background:#888}

li#content {
	width:750px;
	height:750px;
}
