/* Indicators */
ul#change_indicators {
    position: absolute;
    bottom: 20px;
    left:50%;
	width: auto;
	float:left;
	margin: 0 auto;
	display: block;
	z-index: 101;
}
ul#change_indicators li {
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 5px 0 0;
}
ul#change_indicators li a {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	font-size: 1;
	background: #dcd7d7;
	background-position:0 0;
	opacity: 0.6;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}	

ul#change_indicators li.active a 
{ 
	background-position:0 -24px;
	cursor: pointer;
	background:#ef2727;
}
ul#change_indicators li a:hover 
{ 
	background-position:0 -12px;
	cursor: pointer; 
	background:#ef2727;
}
ul#change_indicators li.active a:hover 
{ 
	background-position:0 -24px;
	cursor: pointer; 
	background:#ef2727;
}
		
#change { 
	width: 100%; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 303px;
	z-index:100;
}

ul#change_fader {
	width: 100%;
	height: 303px;
	display: block;
	float: left;
	position: relative;
}

ul#change_fader li {
	width: 100%;
	height: 403px;
	float: left;
	display: block;
}
ul#change_fader li a{
	width: 100%;
	height: 303px;
	float: left;
	display: block;
}
.no_repeat{background-repeat:no-repeat; background-position:center;}


