.izRotator li, .izRotator, .izRotator *, #izRotatorLinks li, #izRotatorLinks{
	list-style: none;
	margin: 0;
	padding: 0;
}
.izRotator{
	position: relative;
	left: 0;
}
.izRotatorWrap{
	overflow: hidden;
	*position: relative;
	border: 1px solid #e6e6e6;
}
.izRotator li{
	float: left;
	display: inline;
}
#izRotatorLinksWraper{
	width: 100%;
	display: block;
	text-align: center !important;
	*position: relative;
	height: 25px;
	padding-top: 5px;
	margin: 10px 0;
}
ul#izRotatorLinks{
	display: inline-block;
	*display: block;
	height: 25px;
	text-align: center;
}
#izRotatorLinks li{
	float: left;
	display: inline;
	width: 25px;
	*float: none;
	zoom: 1;
}
#izRotatorLinks a{
	width: 19px;
	height: 19px;
	padding: 5px;
	overflow: hidden;
	background: url(/theme/izTheme/images/circle.png) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	color: transparent;
	float: none;
	z-index: 999999;
	position: relative;
	display: block;
	zoom: 1;
	text-indent: -9000px;
	text-transform: capitalize;
}
#izRotatorLinks a:hover, a.izRotatorLinkAtual{
	background: url(/theme/izTheme/images/bullet.png) no-repeat center center !important;
}
#izRotatorLabel{
	position: absolute;
	display: none;
}
#izRotatorLabel span{
	background: #000;
	background: rgba(0,0,0,.75);
	color: #fff;
	display: inline;
	padding: 5px;
	*display: block;
	*float: left;
}
#izRotatorPlayPause{
	width: 24px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 7px;
	*top: 2px;
	left: 10px;
	background: url(playPause.gif) no-repeat right center;
}