div#header-fader{
	width:100%;
	height:300px;
	margin-left:auto;
	margin-right:auto;	
	background-color:none;
	position:relative;
}

div#header-fader-icons{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:100;
}

div.header-fader-icon{
	margin-left:10px;
	display:inline-block;
	background-color:#fff;
	width:15px;
	height:15px;
	cursor:pointer;
	border-radius: 50%;
}

div.header-fader-icon:hover{
	background-color:#458BB7;
}

div.header-fader-icon-selected{
	background-color:#458BB7;
}


div#header-fader-images-container{
	width:100%;
}

div.header-fader-image{
	width: 100%;
}

img.header-fader-image{
	width:100%; 
}