div
{
	overflow		:	hidden;
}

.mainRotationContent
{
	display			:	none;
	position		:	relative;
	width			:	754px;
	height			:	193px;
	
	font-family		:	verdana;
	font-size		:	12px;
	color			:	#000;
}
.rotationContent
{
	position		:	absolute;
	width			:	752px;
	height			:	170px;
	margin			:	1px;
}
.mainRotationContent .miniBlocks
{
	position		:	absolute;
	
	left			:	8px;
	top				:	145px;
	z-index			:	100;
}
.mainRotationContent .miniBlocks .block, .mainRotationContent .miniBlocks .blockON
{
	float			:	left;
	width			:	14px;
	height			:	14px;
	margin			:	0 0 0 3px;
	cursor			:	pointer;
	font-size		:	10px;
	font-family		:	tahoma;
	color			:	#fff;
	border			:	1px solid #c6c6c8;
	-moz-border-radius		:	2px;
	-webkit-border-radius	:	2px;
	-khtml-border-radius	:	2px;
	text-align				:	center;
}
.mainRotationContent .miniBlocks .block
{
	background		:	#fff;
	color			:	#697d88;
}
.mainRotationContent .miniBlocks .blockON
{
	background		:	#cacaca;
	color			:	#fff;
}