#fader	{
	display: block;
	width: 940px;
	height: 420px;
	margin: 50px auto 0px;
	overflow: hidden;
}

#fades, #fades > div	{
	display: block;
	width: 780px;
	height: 400px;
}
#fades > div	{
	position: absolute;
	left: 0px;
	top: 0px;
}
#fades > div > h1	{
	position: absolute;
	left: 20px;
	top: 0px;
	font-weight: normal;
	font-size: 25px;
	color: #c31418;
	z-index: 2;
}
#fades > div > h1 > span	{
	font-weight: bold;
	font-size: 30px;
}
#fades > div > img	{ z-index: 1; }

#fader > nav	{
	position: absolute;
	right: 9px;
	top: 35px;
	height: 340px;
	width: 140px;
	z-index: 11;
}

#fader > nav > div	{
	display: block;
	width: 85px;
	height: 35px;
	padding: 15px;
	margin: 3px 10px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	background-color: #f2f2f2;
	background-image: url('../img/faderNavBg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#fader > nav > div > span	{
	display: block;
	font-size: 16px;
}
#fader > nav > div > a	{
	display: block;
	display: none;
	margin: 10px -15px 0px 0px;
	padding: 10px 30px 0px 0px;
	border-top: 1px solid #ffffff;
	font-size: 11px;
	color: #ffffff;
}

#fader > nav > div.active	{
	margin: 3px 0px;
	width: 105px;
	height: 85px;
	background-color: #df2128;
	background-image: url('../img/faderNavBgHover.jpg');
	font-size: 16px;
	color: #ffffff;
}
#fader > nav > div.active > span	{ font-size: 18px; }
#fader > nav > div.active > a	{ display: block; }

#prev, #next	{
	position: absolute;
	right: 21px;
	width: 120px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
#prev	{
	top: 10px;
	background-image: url('../img/faderArrUp.png');
}
#next	{
	bottom: 27px;
	background-image: url('../img/faderArrDown.png');
}

#progressBar	{
	width: 100%;
	height: 2px;
	background: #b0b0b0;
}
#progressBar > div	{
	width: 0px;
	height: 2px;
	background: #df2128;
}