@charset "utf-8";
/* CSS Document */

#home.current a, .footer_home a {
	background-position: left top;	
}
#slider-wrapper {
	background: url(../images/shadow_slide.png) no-repeat;
	width: 817px;
	height: 290px;
	margin: 20px auto 0;
	position: relative;
	z-index: 1;
}
#slider {
	position: relative;
	width: 775px;
	height: 250px;
	background: #D7DAE0 url(../images/loading_gr.gif) no-repeat 50% 50%;
	left: 21px;
	z-index: 5;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 352px;
	bottom: -42px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows_gr.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: right 0;
	right: 15px;
}
a.nivo-prevNav {
	left: 15px;
}
.nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color: #EFE9D1;
	text-decoration: underline;
}
a#prev, a#next {
	position: absolute;
	display: block;
	width: 30px;
	height: 250px;
	top: 0px;
	z-index: 20;
}
a#prev {
	left: 30px;
	background: url(../images/arrows_gr.png) no-repeat left -30px;
}
a#next {
	right: 30px;
	background: url(../images/arrows_gr.png) no-repeat right -30px;
}
