	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:290px;
			width:900px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:0;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:27px;
			height:28px;
			position:absolute;
			left:482px;
			top:260px;
			}	
		#nextBtn{ 
			left: 510px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:27px;
			height:28px;
			background:url(../images/btn_prev.png) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.png) no-repeat 0 0;	
			}								
	
	/* // slider */													

	.col strong, .full strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.col a, .full a{
		font-weight:bold;
		text-decoration:underline;
		}		


	.full ul, .full li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.full li{
		padding:3px 15px;
		background:#f1f1f1;
		margin-bottom:1px;
		}
		
/* image replacement */
.graphic, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
/* // image replacement */	
