.ui-rotate-fade {
	position: relative;
	background-repeat: no-repeat;
}
.ui-rotate-buttons {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10000;
	width: 200px;
}
.ui-rotate-button-prev {
	-moz-border-radius: 6px/6px;
	-webkit-border-radius: 6px;
	float: left;
	margin-right: 2px;
}

.ui-rotate-button-prev div {
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
}

.ui-rotate-button-page {
	-moz-border-radius: 6px/6px;
	-webkit-border-radius: 6px;
	float: left;
	color: #FFF;
	line-height: 22px;
	text-align: center;
}


.ui-rotate-button-next {
	-moz-border-radius: 6px/6px;
	-webkit-border-radius: 6px;
	float: left;
	margin-left: 2px;
}
.ui-rotate-button-next div {
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
}
