.frameLine {
	border: solid 1px #CCC;
	padding: 20px;
}
.bx-wrapper {
	width: 640px;
	margin: 0 auto;
	position: relative;
}
.bx-wrapper .bx-pager {
	text-align: center;
        margin-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	z-index: 9999;
}
.bx-prev {
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
}