    /* clearfix */

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */
	
	/* slider */

		.featured_panel ul, .featured_panel li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		.featured_panel, .featured_panel li{ 
			height:170px;
			width:714px;
			overflow:hidden;
			}	
		#prevBtn { 
			display:block;
			width:12px;
			height:170px;
			position:absolute;
			left: 221px;
			top: 75px;
			}
		#nextBtn{ 
			display:block;
			width:12px;
			height:170px;
			position: absolute;
			right: 0px;
			top: 75px;
			}			
		#prevBtn a, #nextBtn a{  
			display:block;
			width:12px;
			height:170px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}								
	
	/* // slider */