/* Image Slider */
	#slider-wrapper { position: relative }
	#image-slider { position: relative; overflow: hidden; height: 138px }
	#image-slider a { position: absolute; width: 170px; /* 176 */ height: 138px; display:none; z-index: 800 }
	#slider-prev, #slider-next { display: block; height: 48px;	background: #ccc; 	width: 50px; z-index: 1000;
	text-indent: -1000em; outline: 0; position: absolute; top: 0px}
		
		
	#slider-prev { margin-top:30px; left: 0; background: url('../images/prev.png') no-repeat }
	#slider-next { margin-top:30px; right: -2px; background: url('../images/next.png') no-repeat }
	#image-slider a img {  -moz-opacity: 0.90; opacity: 0.90;  filter:alpha(opacity=90) }
	#image-slider a:hover img {  -moz-opacity: 1.0; opacity: 1.0;  filter:alpha(opacity=100) }	

