@charset "utf-8";

.header_resize{
	margin:0 auto;
	padding:0;
	width:320px;
	height:300px;
}

.cs-buttons{
	margin:8px 0 0;
	padding:0;
	font-size:0;
	float:left;
}
.cs-buttons a{
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(../img/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active{
	color:#fff;
	background-image:url(../img/slide_a.png);
}
