#top {
	padding:10px;
	margin:0 0 15px;
	position:relative;
	z-index:4;
	background:#212121;
	background:rgba(0, 0, 0, .3);
	-pie-background:rgba(0, 0, 0, .3);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(http://www.clickmygig.de/static/css/pie.htc);
}

#top img {
	border:0;
	background:none;
	padding:0;
}

#top #piecemaker {margin-left:-70px;}

#slider {
	background:url(/static/images/slider/loader.gif) 50% 52% no-repeat;
	list-style:none;
	width:868px;
	height:278px; /* needs to be 28px bigger than slider dimension */
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
}

object#slider {
	background-image:none;
	background-color:#010101;
	display:block;
}

#slider img {display:none;}

#slider h2, #slider h3, #slider h4, #slider h5, #slider h6 {color:white;/*#e6e1a8;*/}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coinSlider {
	position:relative;
	overflow:hidden;
	zoom:1;
}

.coinSlider a {text-decoration:none;}

.coinSlider .slide-description {display:none;}

.cs-buttons {
	line-height:normal;
	text-align:center;
	padding:10px 0 0;
}

.cs-buttons a {
	background:url(/images/slider/slider.png) 0 0 no-repeat;
	display:inline-block;
	height:17px;
	width:17px;
	margin-left:5px;
	text-indent:-9999px;
}

.cs-buttons a.cs-active {background:url(/images/slider/slider_sel.png) 0 0 no-repeat;}

.cs-title {
	background-color:#010101;
	color:#fefefe;
	width:940px;
	padding:5px 10px;
	position:relative;
	overflow:hidden;
}

.cs-prev, .cs-next {
	display:block;
	width:64px;
	height:54px;
	top:45%;
	text-indent:-9999px;
}

.cs-prev {background:url(/images/slider/btnPrevious.png) 0 0 no-repeat;}

.cs-next {background:url(/images/slider/btnNext.png) 0 0 no-repeat;}

.coinSlider .cs-title .fr {margin-left:30px;}

.cs-title p {padding-bottom:5px;}

.cs-title h3 {padding-bottom:0px;}