	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			width:184px;
			height:242px;
			overflow:hidden;
			}	
		#slider{
			margin:0px 0px 0px 0px;
			}	
		#prevBtn2 a, #nextBtn2 a{ 
			position:relative;
			top:-268px;
			right:-140px;
			width:11px;
			height:11px;
			display:block;
			float:left;
			margin-right:10px;
			
			}
		#prevBtn2 a:hover, #nextBtn2 a:hover{
			filter:alpha(opacity=50);/* for IE 7+ */
			opacity:0.5;
		}	
		#prevBtn2 a{
			background:url(../images/web/prev.jpg) no-repeat;
			text-indent:-9999px;
			
		}
		#nextBtn2 a{
			background:url(../images/web/next.jpg) no-repeat;
			text-indent:-9999px;
		}															
		#prevBtn2 a, #nextBtn2 a{}	
		#nextBtn2 a{}				
