#wrapper
{
	width: 173px;
	margin-right: auto;
margin-left: auto;
}

.sliderbutton
{
	float: left;
	width: 32px;
	padding-top: 134px;
}

.sliderbutton img { cursor: pointer; }
.sliderbutton img:hover { background: #666; }

#slideshow
{
	float: left;
	width: 173px;
	height: 128px;
	
}

#slides
{
	position: relative;
	width: 173px;
	height: 128px;
	list-style: none;
	overflow: auto;
}

#slides li
{
	width: 173px;
	height: 128px;
}

.pagination
{
	float: left;
	list-style: none;
	height: 25px;
	margin: 0px 0 0 0px;
		display:none;
}

.pagination li
{
	float: left;
	cursor: pointer;
	padding: 5px 8px;
	background: #666;
	border: 1px solid #999;
	margin: 0 4px 0 0;
	text-align: center;
	color: #222;
}

.pagination li:hover
{
	background: #777;
	border: 1px solid #f6f9e4;
	color: #000;

}

li.current
{
	
	background: #888;
}

li#content
{
	width: 173px;
	height: 128px;
	padding: 0px;
	background: transparent;
	/*margin-left:-8px;*/
}


