	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;}		

	#SliderContainer{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:260px;
		background: none;		
		margin-bottom: 10px;
		}	
	#SliderContent{
		position: relative;
		}			
	.Slider-Product-Wrapper {
		float: left;
		margin: 0px 0px 0px 0px;
	}

/* Easy Slider */

	#slider{ margin-left:23px; }	
	#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
		*/ 
		height:68px;
		overflow:hidden;
		width:68px;
		}	
	#prevBtn { 
		background:url("/upload_dir/design/unique/arrow-left.png") no-repeat scroll 0 0 transparent;
		display:block;
		height:68px;
		left:0;
		position:absolute;
		top:0;
		width:23px;
		}
#nextBtn{ 
		display:block;
		height:68px;
		left:0;
		position:absolute;
		top:0;
		width:23px;
		background: transparent url("/upload_dir/design/unique/arrow-right.png") no-repeat;
		}	
	#nextBtn{ 
		left:227px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		height:68px;
		width:23px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}						
