@CHARSET "UTF-8";

/* START Product slider */

	#slider{
		position:absolute;
		top: 0;
		right: 0;
		left: 0;
		height:298px;
		width: 236px;
		padding: 2px 0px 0px 2px;
		/*right:-9px;*/
		background-color: white;
	}

	#slider li{  
		position:relative;
		top: 0;
		right: 0;
		width: 236px;
		height:298px;
		overflow: hidden; 
		background: inherit;
	}	
	#slider li a img {
		margin: 0px 0px 0px 0px;
		padding: 0px 2px 0px 0px;
		height: 72px;
		width: 76px;
	}
	
	#prevBtn{
		display:none;
	} 
	
	#nextBtn{ 
		position:absolute;
		bottom: 2px;
		right: 2px;
		margin: 0px;
	}	

	#nextBtn a {  
		width: 76px;
		height:72px;
		display: block;	
		background-image: url("/art/next.png");
		background-repeat: no-repeat;
		background-position: bottom right;

		/* for IE */
		filter:alpha(opacity=80);
		/* CSS3 standard */
		opacity:.8;
		}	
		
	#nextBtn a:hover{
		/* for IE */
		filter:alpha(opacity=40);
		/* CSS3 standard */
		opacity:.4;
		}	
		
/* END Product slider */

