.displayBlock {
	display:block;
}
.displayNone {
	display:none;
}
#thums {

}
#thumbs img {
  width:50px;
  margin:0 5px 5px 0;
}
#content div.referenzen * {
	text-align:center;
	line-height:30px;
}
#content div.referenzen h2 {	
	display:inline;
}
#content div.referenzen ul {
	display:inline;
}
#content div.referenzen ul li {
	display:inline;
	margin-right:8px;
}
#content div.referenzen p {
	
}
#content div.sounds ul {
	margin-left:150px;
	width:150px;
}
#content div.sounds ul li {
	display:inline;
	float:left;
	width:70px;
	margin:8px;
}
#content div.sounds ul li a {
	text-decoration:none;
	color:#663300;
}
#content div.sounds .player {
	position:absolute;
	top:50px;
	right:50px;
}
#content div.impressum {
	padding:20px;
}
#footer ul {
	list-style:none;
}
#footer ul li {
	display:inline;
	float:left;
	width:70px;
	font-size:10px;
}
div.rotate {
  padding-top:15px;
  width:760px;
}
div.rotate > img {
	position:absolute;
	display:none;
	width:171px;
	z-index:0;
	/*cursor:pointer;*/
}
div.rotate > img.i1 {
	left:0;
}
div.rotate > img.i2 {
	left:196px;
}
div.rotate > img.i3 {
	left:392px;
}
div.rotate > img.i4 {
	left:588px;
}
div.rotate > img.v {
	z-index:1;
	display:inline;
}
#content div.musiker {
	position:absolute;
}
#content div.musiker > div {
	position:absolute;
	display:none;
	left:200px;
	width:540px;
}
#presse1 {
  width:540px;
}
#presse2 {
  position:absolute;
  right:0;
  top:0;
  padding-left:15px;
  width:190px;
  border-left:1px solid #222;
}
#presse2 h1 {
  font-size:100%;  
}
#presse2 ul {
  list-style: none;
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1
 * Date: 13th May 2010
 */

#jplayer {
  display:none;
  position:absolute;
  left:10px;
  top:10px;
  z-index:10;
  width:760px;
  height:400px;
  background:#FBE6C1;
}
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
  padding:20px;
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
  background:#E4C58F;
  -moz-border-radius:15px;
  -khtml-border-radius:15px;
  border-radius:15px;
	position: relative;
	width:519px;
	height:80px;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:40px;
	height:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:32px;
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("/js/jQuery.jPlayer/jplayer.jazzmixx.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:760px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin-top:30px;
	padding:0;
	background-color:#ccc;
	width:519px;
	font-size:.72em;
}
div.jp-playlist-player div.jp-playlist li {
  float:left;
  width:160px;
	padding:2px 5px 7px 8px;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
/*	color: #666;*/
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#332712;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#332712;
}
