@charset "utf-8";
/* CSS Document */
#prev {
	background-image: url(sample/Left_Arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 400px;
	width: 50px;
	position: relative;
	z-index: 10;
}
#cycle-slideshow {
	display: block;
	float: left;
	margin:auto;
	height: 400px;
	width: 960px;
	position: absolute;
}
#next {
	background-image: url(sample/Right_Arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 400px;
	width: 50px;
	position: relative;
	z-index: 10;
}

