	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	.slider_product_last {
			margin: 0px 0px 0px 0px !important;}		

#prices a, a:link, a:visited, a:active{
	text-decoration: none;
}


#prices {
	display: block;
	width: 166px !important;
	float: left;
	left: 150px;
	position: absolute;
}
#prices ul, #prices li{
	width: 180px;
	margin:0;
	padding:0;
	list-style:none;
}
#prices li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:56px;
	height:15px;
	overflow:hidden; 
}
	#prices li a {
		color: #000000;
		font-size: 13px;
	}
#priceLeft {
	position: absolute;
	left: 125px;
	background: url('/upload_dir/design/unique/arrow_left.png') no-repeat;
	width: 11px;
	height: 12px;
	text-indent: -8000px;
}
#priceRight {
	position: absolute;
	right: 10px;
	background: url('/upload_dir/design/unique/arrow_right.png') no-repeat;
	width: 11px;
	height: 12px;
	text-indent: -8000px;
}
#priceRight a, #priceLeft a {
	display: block;
	width: 11px;
	height: 12px;
}
	#SliderContainer{	
		margin:0 auto;
		position:relative;
		text-align:left;
		/*width:642px;*/
		width:724px;
		background:#fff;		
		margin-bottom:2em;
		height:251px;
		/*z-index:99;*/
		}	
	#SliderContent{
		position:relative;
		/*overflow:hidden;*/
		/*z-index:1;*/
		width:724px;
		}			
	.Slider-Product-Wrapper {
		float: left;
		margin: 0px 0px 0px 0px;
	}

/* Easy Slider */

	#slider{
		display:block;
		left:41px;
		top:0;
		position:absolute;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:642px;
		height:251px;
		overflow:hidden; 
		}	
	#prevBtn { 
		display:block;
		width: 36px;
		height: 251px;
		position:absolute;
		left: 0;/*-41px*/
		top: 0px;
		background: transparent url("/upload_dir/design/unique/arrow-left.png");
		}
#nextBtn{ 
		display:block;
		width: 36px;
		height: 251px;
		position:absolute;
		right:0; /*-30px*/
		top: 0px;
		background: transparent url("/upload_dir/design/unique/arrow-right.png");
		}	
	/*#nextBtn{ 
		left:648px;
		}*/														
	#prevBtn a, #nextBtn a{  
		display:block;
		width: 36px;
		height: 251px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}						
