/* slider */
#slider ul, #slider li{ 
	margin:0;
	padding: 0;
	list-style:none;
	overflow:hidden;
	}	
#slider, #slider li{
	position: relative; 
	width:892px;
	height:466px;
	overflow:show;
	}	
#slider{ 
	margin: 0 33px;
	overflow: hidden;
/*	border: #fff solid 5px;	*/
	}
#slider_content{
	position:relative;	
}

#prevBtn, #nextBtn{ 
	display:block;
	width:34px;
	height:62px;
	position:absolute;
	left:0px;
	top:80px;
	}	
#nextBtn{ 
	left:925px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:34px;
	height:62px;
	text-indent: -2000px;
	background:url(../img/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../img/btn_next.png) no-repeat 0 0;	
}
/*
#prevBtn a:hover{
	background:url(../img/btn_prev_over.png) no-repeat 0 0;	
}

#nextBtn a:hover{
	background:url(../img/btn_next_over.png) no-repeat 0 0;	
}

#prevA, #nextA{
	display: none;	
}

.btnImg{
	position: absolute;	
	left:0;
	top:0;
	z-index: 1000;
}
*/
#slider_1{
	background:url(../img/YourCatSlide_1.png) no-repeat 0 0;	
}
#slider_2{
	background:url(../img/YourCatSlide_2.png) no-repeat 0 0;	
}
#slider_3{
	background:url(../img/YourCatSlide_3.png) no-repeat 0 0;	
}
#slider_4{
	background:url(../img/YourCatSlide_4.png) no-repeat 0 0;	
}

#slider_wrapper{
	float:left;
	position: relative;	
	overflow: hidden;
	margin: 0 0 0 -10px;
	width: 960px;
}

#slider .content{
	padding: 25px 15px 20px 20px;	
}

#slider .content p{
	margin:0px;
	font-size:12px;
	line-height:24px;
}
#slider .content h2{
	font-size:18px;

}
#slider .content h1{
	font-size:23px;

}