.sliderbutton {
	float:left;
	width:60px;
	padding-top:130px
	}

.sliderbutton img {
	cursor: pointer;
	}

.sliderbutton img:hover {
	background:#666
	}

#slideshow {
	float:left;
	width:995px;
	height:300px; 
	}


#slides {
	position:relative;
	width:995px;
	height:300px;
	list-style:none;
	overflow:auto;
	margin:0px;
	padding:0px;
	z-index:1;
	}
	
#slides li {
	width:995px;
	height:300px
	}

	
.pagination {
	float:left;
	list-style:none;
	height:25px;
	margin:-5px 0 0 475px;
	display:none;
	}
	
.pagination li {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 60%;
	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 #bbb;
	color:#000
	}

li.current {
	border:1px solid #ccc;
	background:#888
	}

li#content {
	width:995px;
	height:270px;
	padding:15px 18px 15px 18px;
	background:#fff
	}
	
	/* Slideshow */



.product {
	float: right;
	position:absolute;
	z-index:500000;
	top:-35px;
	}