
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:250px;
			width:525px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:5px;
			}	
		
			#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:20px;
		height:254px;
		position:absolute;
		left:30px;
		top:30px;
		}		
		
		#nextBtn{ 
			left:580px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:20px;
			height:300px;
			background:url(/images/lg-slider-back.jpg) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(/images/lg-slider-next.jpg) 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;
		}		


/* Feature ----------------------------------------------------------------- */
#feature{
	height:228px;
	width:525px;
	background-color: #DBDBDB;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(shadow-up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}




#feature img{
	float: left;
	border:1px solid #BEBEBE;
}


.feature_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	margin-left: 310px;	
}

.feature_excerpt{
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
    margin-left: 310px;		
}


#feature p{
	font-size: 10px;
	margin-left: 5px;
	
}


#feature h1{
	font-size: 22px;
	margin-left: 5px;
	margin-bottom: 0px;
}


#feature h1 a{
	font-size: 22px;
	color: #333333;

}

#feature h1 a:hover{
	font-size: 22px;
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


