/* Slider */

  div#series-slider {
	width: 680px;
	height: 380px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	position: relative;
	padding-bottom: 5px;
}

div#series-slider #container {
	width: 680px;
	height: 380px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
/*	background: url(../img/home/slider-back.png) repeat-x;
*/
}

div#series-slider #container .slides {
	position: absolute;
	top: 0;
	left: 0;
}

div#series-slider #container .slides a {
	position: absolute;
	top: 0;
	display: none;
	width: 680px;
	height: 380px;
}

#controls ul.pagination {
	list-style-type: none;
	clear: both;
}

#controls ul.pagination li {
	display: block;
	list-style-type: none;
	text-indent: -5000px;
	width: 30px;
	height: 17px;
	background: url(../img/home/button.png) no-repeat 0 top;
}

#controls ul.pagination li:hover, #controls ul.pagination li.active {
	background-position: 0 bottom;
}

#controls ul.pagination li a {
	width: 30px;
	height: 17px;
	display: block;
	text-indent: -5000px;
}

div.arrows {
	width: 30px;
	height: 32px;
	z-index: 20;
	clear: both;
}

div.arrows a.previous {
	background: url(../img/home/arrow-left.png) no-repeat 0 top;
	text-indent: -5000px;
	display: block;
	width: 30px;
	height: 32px;
}

div.arrows a.next {
	background: url(../img/home/arrow-right.png) no-repeat 0 top;
	text-indent: -5000px;
	display: block;
	width: 30px;
	height: 32px;
}

div.arrows a.previous:hover {
	background-position: 0 -30px;
}

div.arrows a.next:hover {
	background-position: 0 -31px;
}

div#controls {
	width: 30px;
	position: absolute;
	right: 0;
	top: 180px;
	z-index: 5;
}