html {
	background: #6699ff;
	height: 100%;
	overflow-x:hidden;
}
body {
	overflow: auto;
	min-height: 100%;
	width: 960px;
	margin: 0 auto; /* center */
	padding: 0 20px;
	border: 1px solid black;
	border-width: 0 1px;
	background: #ffffff;
}
a.eeLink:link {
	color: #6699ff;
	text-decoration: none;
	font-weight: bold;
}
a.eeLink:visited {
	color: #6699ff;
	text-decoration: none;
	font-weight: bold;
}
a.eeLink:active {
	color: #6699ff;
	text-decoration: none;
	font-weight: bold;
}
a.eeLink:hover {
	color: #6699ff;
	text-decoration: underline;
	font-weight: bold;
}
a.eeComposition:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.eeComposition:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.eeComposition:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.eeComposition:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a img {
	border:none;
}
font.ee1 {
	color: #000000;
	font-family: arial;
	font-size: 30pt;
}
font.ee2 {
	color: #000000;
	font-family: arial;
	font-size: 9pt;
}
font.ee3 {
	color: #000000;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}
font.ee4 {
	color: #000000;
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
}
font.ee5 {
	color: #ff0000;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
}
font.ee6 {
	color: #00ff00;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
}
font.eeComposition {
	color: #666666;
	font-family: arial;
	font-size: 12pt;
	font-weight: 700;
}
font.eeHeading {
	color: #000000;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}
font.eeMain {
	color: #666666;
	font-family: arial;
	font-size: 9pt;
	font-weight: 400;
}
font.eeLegal {
	color: #afafaf;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
}
font.eeTitle {
	color: #000000;
	font-family: arial;
	font-size: 16pt;
	font-weight: 700;
}
font.eeTracklist {
	color: #666666;
	font-family: arial;
	font-size: 9pt;
	font-weight: 500;
}
font.eeWarning {
	color: #ff3300;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}
img {
	border-style: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
img.disco {
	border-style: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	width: 180px;
}
img.disco:hover {
	border-style: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 180px;
}
img.eeImageTrio {
        border:1px solid #efefef;
	opacity: 1.0;
	filter: alpha(opacity=100);
        border-radius: 0px;
	width: 310px;
}
img.eeImageTrio:hover {
        border:1px solid #efefef;
	opacity: 0.6;
	filter: alpha(opacity=60);
        border-radius: 0px;
	width: 310px;
}
img.eeImageArtist {
        border:1px solid #efefef;
	opacity: 1.0;
	filter: alpha(opacity=100);
        border-radius: 0px;
	width: 465px;
}
img.eeImageContact {
        border:1px solid #efefef;
	opacity: 1.0;
	filter: alpha(opacity=100);
        border-radius: 0px;
	width: 60px;
}
img.eeImageMain {
        border:1px solid #efefef;
	opacity: 1.0;
	filter: alpha(opacity=100);
        border-radius: 0px;
}
img.eeImageLogo {
	border-style: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
        border-radius: 5px;
}
img.eeImageNewsBanner {
	border-style: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
        border-radius: 5px;
}
img.eeImageDisco {
        border:1px solid #efefef;
	opacity: 1.0;
	filter: alpha(opacity=100);
        border-radius: 0px;
	width: 350px;
}

img.eeImageAudio {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        border:2px solid #efefef;
        outline:1px solid #ffffff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	width: 25px;
}
img.eeImageAudioPlay {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        border:2px solid #efefef;
        outline:1px solid #ffffff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	width: 25px;
}
table.eeTableLogo {
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
	border-radius: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #000000;
}
td.eeTableLogo { 
	padding: 0px;
	color: #000000;
        width: 960px;
}
table.eeTableMain {
	border-spacing: 0px;
	border-collapse: collapse;
	color: #ffffff;
}
td.eeTableMain { 
	padding: 0px;
	color: #ffffff;
}

table.eeCart {
	border-spacing: 0px;
	border-collapse: collapse;
	color: #ffffff;
        table-layout: fixed;
        width: 570px;
}

td.cart1 {
	width: 200px;
}
td.cart2 {
	width: 95px;
}
td.cart3 {
	width: 50px;
}
td.cart4 {
	width: 15px;
}




.eeButtonBuy {
	background-color: #669900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
        font-weight: 700;
	padding: 0;
	text-decoration: none;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 400px;
        height: 36px;
        -webkit-transition-duration: 1.0s;
        transition-duration: 1.0s;
}
.eeButtonBuy:hover {
	background-color: #a3c266;
	text-decoration: underline;
}
.eeButtonBuy:active {
	position: relative;
	top: 1px;
	text-decoration: none;
}
.eeButtonDL {
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
        font-weight: 700;
	padding: 0;
	text-decoration: none;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 400px;
        height: 36px;
        -webkit-transition-duration: 1.0s;
        transition-duration: 1.0s;
}
.eeButtonDL:hover {
	background-color: #666666;
	text-decoration: underline;
}
.eeButtonDL:active {
	position: relative;
	top: 1px;
	text-decoration: none;
}
.eeButtonDonate {
	background-color: #6699ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
        font-weight: 700;
	padding: 0;
	text-decoration: none;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 400px;
        height: 36px;
        -webkit-transition-duration: 1.0s;
        transition-duration: 1.0s;
}
.eeButtonDonate:hover {
	background-color: #a3c2ff;
	text-decoration: underline;
}
.eeButtonDonate:active {
	position: relative;
	top: 1px;
	text-decoration: none;
}
.eeButtonMenu {
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
        font-weight: 700;
	padding: 0;
	text-decoration: none;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 188px;
        height: 36px;
}
.eeButtonMenu:hover {
	background-color: #666666;
	text-decoration: underline;
}
.eeButtonMenu:active {
	position: relative;
	top: 1px;
	text-decoration: none;
}







/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 1.0s ease;
  border-radius: 5px 5px 5px 5px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 5px 5px 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1.0s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {rgba(60, 60, 60, 0.4);} 
  to {opacity: 1}
}

@keyframes fade {
  from {rgba(60, 60, 60, 0.4);}
  to {opacity: 1}
}











.eeAudio {
	background-color: #ffffff;

	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0;


-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;


}

input#eeSeekSlider{
	width: 500px;
}

div#timebox{
	display: inline-block;
	width: 80px;
        border-bottom: #333 1px solid;
	background: #000;
	text-align: center;
	color: #09F; 
	font-family: Arial;
	font-size: 11px;
}

#eeAudioPlayerPlayButton{
	height:40px;
	width: 40px;
	border: none;
	background-size: 50% 50%;
	background-position: center;
        padding: 0px 0px;
}


.play{background: url("../../images/audio/ee_audioplayer_play.png") no-repeat;}
.pause{background: url("../../images/audio/ee_audioplayer_pause.png") no-repeat;}