body {
	background: #9CA780 url(../images/bg_grey2.png) 50% 50%;
	font:normal 14px Arial, sans-serif; text-decoration:none;
	color:#D8DCC8;
}

a {
	color:#fff;
	text-decoration:none;
}
#panel {
	position:absolute !important;
	width: 800px;
	padding: 16px 24px 32px 24px !important;
	left: 50% !important;
	top: 50% !important;
	margin-left:-424px;
	margin-top:-324px;
	text-align:center;
	background: transparent url(../images/panel_bg_grey.png) top center no-repeat;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
	opacity: 1;
	border-color:#f60;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}
.prev {
	position:absolute;
	background: url(../images/prevlabel.gif) center no-repeat;
	z-index:99;
}
.next {
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	background: url(../images/nextlabel.gif) center no-repeat;
}
