#product-slideshow {
	display: block;
	overflow: hidden;
	position: relative;
	width: 594px;
	height:594px;
	margin:4px 0 0 4px;
	position:relative; }
	

#product-slideshow #next {
	width:594px;
	height:594px;
	position:absolute;
	top:0;
	right:0;
	display:block;
	background:url(../img/white-transparency-10.png) no-repeat 0 0;
	z-index:200 !important;
	cursor:pointer;  }

#product-slideshow #next a {
	display: block;
	height: 594px;
	width: 594px;
	outline:none;
	background:none;
	cursor:pointer; }
	

#product-slideshow #next a:hover { background:url(../img/next-icon.png) 530px 270px no-repeat; }

#product-slideshow #featured { width:594px; }


