.RotationGallery {
	height: 100px;
}

.RotationGallery .box {
	position: relative;
	z-index: 10000;
	margin-left: 0px;
}
.RotationGallery .box img{
	position: absolute;
}
.RotationGallery .background {
	BEHAVIOR: url('/CommonFiles/Simba-Dickie-Group/WPM_Templates/Css2/pngbehavior.htc');
}

.scrollbar {
	width: 756px;
	height: 18px;
	margin-left:5px;
}
.RotationGallery .scrollbar .scrollerArea, .RotationGallery .scrollbar .scroller, .RotationGallery .scrollbar .buttonLeft, .RotationGallery .scrollbar .buttonRight {
	background-image: url('/CommonFiles/Simba-Dickie-Group/WPM_Templates/TemplatesFiles/Simba/Content/RotationGallery/sprite_horizontal.png');
}
.RotationGallery .scrollbar .scrollerArea {
	background-position: 0px -40px;
	background-repeat: repeat-x;
	width: auto;
	height: 18px;
}
.RotationGallery .scrollbar .scroller {
	background-position: 0px -20px;
	background-repeat: repeat-x;
	width: 142;
	height: 18px;
	cursor: pointer;
}
.RotationGallery .scrollbar .buttonLeft {
	background-position: 0px 0px;
	background-repeat: repeat-x;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.RotationGallery .scrollbar .buttonRight {
	background-position: -20px 0px;
	background-repeat: repeat-x;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
