@charset "UTF-8";
/* CSS Document */

* {
	outline: none;
}
a img {
	border: none;
}

html, body {
	margin: 0;
	padding: 0;
	background: url(../img/bg-black.jpg) repeat;
	font: 12px / 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 100%;
	width: 100%;
}
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	padding: 0;
}
#meta {
	position: relative;
	margin: 0 0 170px 5px;
}
#metastart a, #meta a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#metastart {
	position: absolute;
	top: 10px;
	right: 20px;
}
a {
	color: #ffffff;
	text-decoration: underline;
	text-transform: none;
}
#logo {
	position: absolute;
	left: 0;
	bottom: 0;
}
#info {
	position: absolute;
	left: 5px;
	bottom: 0;
}
#infostart {
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.clear {
	clear:both;
	height: 0;
	display: block;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}
#artists {
	/*background: url(../img/mauer.png) 0 40px repeat-x;*/
	background: url(../img/opa-bg.png) 0 40px repeat-x;
	height: 550px;
	width: 100%;
	padding: 0;
	display: block;
	margin-bottom: 200px;
}
#artwrapper {
	min-width: 990px;
	width: 90%;
	display: block;
	margin: 0 auto;
	padding-top: 180px;
}
#artists .artist {
	float: left;
	margin: 0 7% 0 0;
}
#artists .artist.last {
	margin: 0;
}
#slider {
	position: absolute;
	bottom: 20px;
	width: 600px;
	height: 200px;
	margin-left: 350px;
}
#copy {
	width: 35%;
	float: left;
	margin: 130px 0 0 50px;
}
#visual {
	width: 310px;
	float: left;
	margin-top: 50px;
}

#downloads, #mp3 {
	margin: 30px 0 0 5px;
}
#infonavi {
	margin: 30px 0 260px 30px;
}
#copy h1 {
	border-bottom: 1px solid #ffffff;
	display: block;
	font-size: 16px;
	padding: 0 20px 10px 20px;
	margin-bottom: 20px;
}
#copy h2 {
	font-size: 14px;
	padding: 0 20px 10px 20px;
	margin-top: 20px;
}
#mp3 h1,
#downloads h1,
#infonavi h1 {
	display: block;
	font-size: 16px;
	margin: 10px 0 10px 0;
}
#downloads p,
#infonavi p {
	line-height: 18px;
	font-size: 12px;
}
#infonavi p a.active,
#infonavi p a:hover {
	font-weight: bold;
}
#copy p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
	font-size: 12px;
}
#copyright {
	border-top: 1px solid #ffffff;
	text-align: right;
	width: 100%;
	display: block;
	margin-top: 20px;
}

#socialinfo {
	position: relative;
	float: left;
	width: 20%;
	margin: 0 0 0 5%;
	padding: 10px 0 100px 0;
	min-height: 100%;
	height: auto !important;
}
/*carousell*/
#wrapcarousel {
	position: relative;
	margin: 0;
	padding: 0;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	padding: 0;
	margin: 0;
	height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 80px 0 0; /*margin around each panel*/
	width: 520px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 180px;
	padding: 0 20px 0 0 ;
}
.stepcarousel .panel p img,
.stepcarousel .panel img {
	float: left;
	margin-right: 15px;
	padding: 0;
	box-shadow: 2px 5px 5px #e7e6e6;
	-webkit-box-shadow:2px 5px 5px #e7e6e6;
	-moz-box-shadow:2px 5px 5px #e7e6e6;

}
.stepcarousel .panel p {
}
.panel a {
	text-decoration: none;
	margin-left: 0;
}
.panel a:hover {
	text-decoration: underline;
}

#mygallery-paginate {
    height:20px;  
	position: absolute;
	right: -25px;
	top: 0;
	margin: 0;
	padding: 0;
}

span#left {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 15px;
	display: block;
}

span#right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 15px;
	display: block;
}