.ImageRotaterContainer {
	width: 460px;
	padding: 0;
	margin: 0 auto;
}
.ImageRotaterBlock {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}

/*--Main Container--*/
.ImageRotaterView {
	float: left;
	position: relative;
	width: 460px;
}
/*--Window/Masking Styles--*/
.ImageRotaterWindow {
	height:275px;	
	width: 460px;
	overflow: hidden; 
	position: relative;
}
.ImageRotaterReel {
	position: absolute;
	top: 0; left: 0;
}
.ImageRotaterReel img {float: left; border:none;}

/*--Paging Styles--*/
.ImageRotaterPaging {
	position: absolute;
	bottom: 0px; 
	right: 0px;
	width: 150px; 
	height:40px;
	z-index: 100;
	text-align: center;
	display: none;
}
.ImageRotaterPaging a {
	/*background-image: url('http://new.azda.org/images/layout/button.png'); */
	background-image: url(images/button.png); 
	background-repeat: no-repeat;
	padding: 4px 9px;
	text-decoration: none;
	color: #FFFFFF !important;
	margin-left: 7px;
}
.ImageRotaterPaging a.active {
	background-image: url(images/button-over.png); 
	background-repeat: no-repeat;
}