/* -----------------------------------------------------------
		HOMEPAGE SLIDER
----------------------------------------------------------- */

#home-slider {
	position: relative;
	width: 532px;
	height: 261px;
}

#numbers {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 15px;
	width: auto;
	text-align: right;
	z-index: 1;
}

#numbers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#numbers li { float: left; }

#numbers li a {
	background-position: top;
	display: block;
	height: 15px;
	width: 15px;
	font-size: 11px;
	text-indent: -4440px;
}

#numbers li .number-01 { background: url('/images/number-01.png') no-repeat; }
#numbers li .number-02 { background: url('/images/number-02.png') no-repeat; }
#numbers li .number-03 { background: url('/images/number-03.png') no-repeat; }
#numbers li .number-04 { background: url('/images/number-04.png') no-repeat; }
#numbers li .number-05 { background: url('/images/number-05.png') no-repeat; }
#numbers li .number-06 { background: url('/images/number-06.png') no-repeat; }

#numbers li a:hover, #numbers li .hover {
	background-position: bottom;
}