@font-face {
font-family: 'UniversElse';
src: url('../fonts/UniversElse-Regular.ttf') format('truetype');
src: url('../fonts/FluxischElse-Regular.woff') format('woff');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'UniversElse';
src: url('../fonts/UniversElse-Light.ttf') format('truetype');
src: url('../fonts/FluxischElse-Light.woff') format('woff');
font-weight: 400;
font-style: lighter;
}

@font-face
{
font-family: AverageMono;
src: url(../fonts/AverageMono.ttf);
font-weight: normal;
}

@font-face
{
font-family: UniversElse-Regular;
src: url(../fonts/UniversElse-Regular.ttf);
font-weight: normal;
}

@font-face
{
font-family: UniversElse-Light;
src: url(../fonts/UniversElse-Light.ttf);
font-weight: normal;
}


body {
	font-family: UniversElse;
	font-size: ;
	font-weight: ;
	font-style: ;
	color: rgb(60, 60, 60);
	background-color: ;
	margin: 0px;	
}






h1	{
	font-family: UniversElse;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: rgb(10, 10, 10);
	background-color: transparent;
	letter-spacing:2px;

}

p	{
	font-family: UniversElse;
	font-size: ;
	font-weight: normal;
	font-style: normal;
	color: rgb(10, 10, 10);
	background-color: transparent;
	letter-spacing: 1px;
	text-align: left;
	line-height:1.8;

}



p.clear	{
	font-family: UniversElse;
	font-size: ;
	font-weight: normal;
	font-style: normal;
	color: rgb(210, 210, 210);
	background-color: transparent;
	letter-spacing: 1px;
	text-align: left;
	line-height:1.8;

}


a:link {
	color: rgb(10, 10, 10);
	text-decoration: underline;
}

a:visited {
	color: rgb(10, 10, 10);
	text-decoration: underline;
}

a:active {
	color: rgb(10, 10, 10);
	text-decoration: underline;
}

a:hover {
	color: rgb(10, 10, 10);
	text-decoration: none;
	
}



a.white:link {
	color: rgb(210, 210, 210);
	text-decoration: underline;
} 

a.white:visited {
	color: rgb(210, 210, 210);
	text-decoration: underline;
}

a.white:active {
	color: rgb(210, 210, 210);
	text-decoration: underline;
}

a.white:hover {
	color: rgb(210, 210, 210);
	text-decoration: none;
	
}




div#block1 {

	width: 100%;
	background-color: transparent;

}



div#block2 {

	width: 100%;
	height: %;
	position: relative;
	background-color: transparent;
	
}


div#block3 {

	width: 100%;
	position: relative;
	top: -50px;
	background-color: transparent;
	
}

div.text
{
	position: absolute;
	left:13%;
	top:13%;
	width:39%;
	text-align: left;
}



div.spacer_horizontal {
	width: 100%;
	height: 100px;
}



#textbox1
{
width:60%;
height:;
overflow:;
text-align: left;
line-height:;
border:;
padding:;
font-family: ;
font-size: ;
color: red;
background-color: transparent;
position: relative;
left: 13%;
top: 0%;
right:;
bottom:;
z-index: 1;
}



#textbox2
{
width:60%;
text-align: center;
line-height:;
background-color: transparent;
position: relative;
left: 13%;
top:0px;
}





div#image1
{
	position: absolute;
	left: 80%;
	border: 0px;
	top:0%;
	z-index: 53;
	opacity: 0;

    
    -moz-animation-name: fadetotransparent;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 60s;

    -webkit-animation-name: fadetotransparent;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 360s;

    -o-animation-name: fadetotransparent;
    -o-animation-iteration-count: once;
    -o-animation-timing-function: ease-in;
    -o-animation-duration: 60s;

    -animation-name: fadetotransparent;
    -animation-iteration-count: once;
    -animation-timing-function: ease-in;
    -animation-duration: 60s;

    
}
@-moz-keyframes fadetotransparent {
    0% {
        opacity: 1;
	
    }
    100% {
        opacity: 0;
	
    }
}
@-webkit-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-o-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}



div#image2
{
	position: absolute;
	left:80%;
	top:0%;
	z-index: 52;
	opacity: 0;

    
    -moz-animation-name: fadetotransparent;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 60s;

    -webkit-animation-name: fadetotransparent;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 240s;
    -webkit-animation-duration: 360s;

    -o-animation-name: fadetotransparent;
    -o-animation-iteration-count: once;
    -o-animation-timing-function: ease-in;
    -o-animation-duration: 60s;

    -animation-name: fadetotransparent;
    -animation-iteration-count: once;
    -animation-timing-function: ease-in;
    -animation-duration: 60s;

    
}
@-moz-keyframes fadetotransparent {
    0% {
        opacity: 1;
	
    }
    100% {
        opacity: 0;
	
    }
}
@-webkit-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-o-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}



div#image3
{
	position: absolute;
	left:80%;
	top:0%;
	z-index: 51;
}






div#image1_small
{
	position: absolute;
	left: 80%;
	border: 0px;
	top:0%;
	z-index: 53;
	opacity: 0;

    
    -moz-animation-name: fadetotransparent;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 3s;

    -webkit-animation-name: fadetotransparent;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 10s;

    -o-animation-name: fadetotransparent;
    -o-animation-iteration-count: once;
    -o-animation-timing-function: ease-in;
    -o-animation-duration: 10s;

    -animation-name: fadetotransparent;
    -animation-iteration-count: once;
    -animation-timing-function: ease-in;
    -animation-duration: 3s;

    
}
@-moz-keyframes fadetotransparent {
    0% {
        opacity: 1;
	
    }
    100% {
        opacity: 0;
	
    }
}
@-webkit-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-o-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}



div#image2_small
{
	position: absolute;
	left:80%;
	top:0%;
	z-index: 52;
	opacity: 0;

    
    -moz-animation-name: fadetotransparent;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 60s;

    -webkit-animation-name: fadetotransparent;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 10s;
    -webkit-animation-duration: 10s;

    -o-animation-name: fadetotransparent;
    -o-animation-iteration-count: once;
    -o-animation-timing-function: ease-in;
    -o-animation-duration: 60s;

    -animation-name: fadetotransparent;
    -animation-iteration-count: once;
    -animation-timing-function: ease-in;
    -animation-duration: 60s;

    
}
@-moz-keyframes fadetotransparent {
    0% {
        opacity: 1;
	
    }
    100% {
        opacity: 0;
	
    }
}
@-webkit-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-o-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}

}
@-keyframes fadetotransparent {
    0% {
         opacity: 1;
	
    }
    100% {
         opacity: 0;
	
    }
}



div#image3_small
{
	position: absolute;
	left:80%;
	top:10%;
	z-index: 51;
}

#mambo {
	position: absolute;
	left: -200%;
	top: -200px;
	z-index: -80;
	opacity: ;
}

#takeoff {

	position: absolute;
	left: 110%;
}




#cloudsoverkilimanjaro {

	position: absolute;
	width: 180%;
	top:%;
	left: -30%;
	z-index: -30;
	opacity: 0.8;
}

#cloudsover_small {

	position: absolute;
	left: 110%;
	top: 600px;


}

#cloudswithwing {

	position: absolute;
	width: 180%;
	top: 600px;
	left: -30%;
	z-index: -30;
	opacity: 0.8;
}

cloudswithwing_small{

	position: relative;
	left: 110%;
}


#landing_big {

	position: absolute;
	width: 180%;
	top: 600px;
	left: -30%;
	z-index: -30;
	opacity: 0.8;
}


#landing_small {

	position: relative;
	left: 110%;
	top: 600px;
}





#textbox3
{
width:60%;
height:;
overflow:;
text-align: left;
line-height:;
border:0px;
padding: 0px;
font-size: ;
color: ;
background-color: transparent;
position: relative;
left: 13%;
top: 0px;
right:;
bottom:;
z-index: 1;
}



#textbox4
{
width:60%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: ;
background-color: transparent;
position: relative;
top: 50px;
left:13%;
right:;
bottom:;
z-index: 1;
}




#textbox5
{
width:60%;
background-color: transparent;
position: relative;
left: 13%;
top:120px;
z-index: 1;
}





#textbox6
{
width:60%;
background-color: transparent;
position: relative;
left: 13%;
top:120px;
z-index: 1;
}


-->




.imagebox1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 17%;
top:50px;
right:;
bottom:;
z-index: ;
opacity:1;



	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;

	-webkit-transition-duration: 6s;
	-moz-transition-duration: 6s;
	-o-transition-duration: 6s;
	transition-duration: 6s;

 	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;

}


div.imagebox1:hover
{
width:;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px solid black;
padding: 0px;
font-size: ;
color: ;
background-color: transparent;
position: absolute;
left: 17%;
top:;
z-index: ;
opacity:0;



	-webkit-transition-property: opacity, visibility;
  	-moz-transition-property: opacity, visibility;
  	-o-transition-property: opacity, visibility;
  	transition-property: opacity, visibility;

  	-webkit-transition-duration: 6s;
  	-moz-transition-duration: 6s;
 	-o-transition-duration: 6s;
  	transition-duration: 6s;

  	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;


}


.audiobox1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

.audiotextbox1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}


.videobox1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}


-->



.imagebox2
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}


.audiobox2
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 21%;
top:;
right:;
bottom:;
z-index: 1;
opacity: 0.7;
}

.audiotextbox2
{
width:%;
height:;
overflow:;
text-align: right;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 170px;
top:30px;
right:;
bottom:;
z-index: 1;
}


.videobox2
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}



-->






.imagebox3
{
width:77%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

.audiobox3
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 21%;
top:;
right:;
bottom:;
z-index: 1;
opacity: 0.7;
}


.audiotextbox3
{
width:%;
height:;
overflow:;
text-align: right;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 170px;
top:3px;
right:;
bottom:;
z-index: 1;
}

.videobox3
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}



-->




.imagebox4
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

.audiobox4
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 21%;
top:;
right:;
bottom:;
z-index: 1;
opacity: 0.7;
}

.audiotextbox4
{
width:%;
height:;
overflow:;
text-align: right;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 170px;
top:3px;
right:;
bottom:;
z-index: 1;
}



.videobox4
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}



-->





div#imagebox5
{
background-color: transparent;
width: 600px;
height; 800px;
left: 120px;
top:-640px;
position: relative;
opacity:1;



	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;

	-webkit-transition-duration: 6s;
	-moz-transition-duration: 6s;
	-o-transition-duration: 6s;
	transition-duration: 6s;

 	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;

}

div#imagebox5:hover {

position: relative;
width: 600px;
left:120px;
top:-640px;
opacity:0;


	-webkit-transition-property: opacity, visibility;
  	-moz-transition-property: opacity, visibility;
  	-o-transition-property: opacity, visibility;
  	transition-property: opacity, visibility;

  	-webkit-transition-duration: 6s;
  	-moz-transition-duration: 6s;
 	-o-transition-duration: 6s;
  	transition-duration: 6s;

  	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;


}






.audiobox5
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

.audiotextbox5
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}


.videobox5
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}




<<-- absolutely positioned divs -->>



#textbox_abs_1
{
width:%;
height:100px;
overflow:;
text-align: left;
line-height:;
border: 10px;
padding: 10px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
top: 50%;
left: 50%;
right:;
bottom:;
z-index: 1;
}




#imagebox_abs_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

#audiobox_abs_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

#audiotextbox_abs_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}


#videobox_abs_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

<<-- fixed divs -->>



#textbox_fixed_1
{
width:%;
height:100px;
overflow:;
text-align: left;
line-height:;
border: 10px;
padding: 10px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
top: 50%;
left: 50%;
right:;
bottom:;
z-index: 1;
}




#imagebox_fixed_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

#audiobox_fixed_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: relative;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}

#audiotextbox_fixed_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}


#videobox_fixed_1
{
width:%;
height:;
overflow:;
text-align: left;
line-height:;
border: 0px;
padding: 0px;
font-size: ;
color: black;
background-color: transparent;
position: absolute;
left: 200px;
top:;
right:;
bottom:;
z-index: 1;
}



div#mask {

	width: 900px;
	height: 25px;
	position: relative;
	top: -5px;
	background-color: white;
}


/* --------- player parameters ------ 



/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: basic 1
 *
 * Copyright (c) 2010-2012 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: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

	
	
div#jquery_jplayer_1 {
	position: relative;
	left: ;
	top: ;
}


div#jp_container_1 {
	position: relative;
	left: 22%;
	top: 400px;
	background-color: transparent;
	opacity: 0.7;
	z-index: 90;

}


div#jquery_jplayer_2 {
	position: relative;
	left:;
	top:;
}


div#jp_container_2 {
	position: relative;
	left: 22%;
	top: 200px;
	background-color: transparent;
	z-index: 90;

}


div#jquery_jplayer_3 {
	position: relative;
	left: ;
	top: ;
}


div#jp_container_3 {
	position: absolute;
	left: 22%;
	top: 0%;
	background-color: transparent;
}





div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.0em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family: Verdana;
	line-height:1.6;
	color: black;
	border: 0px solid black;
	background-color: transparent;
}

div.jp-audio {
	width:370px;
}


div.jp-interface {
	position: relative;
	background-color: transparent;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:70px;
}




/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width: 370px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 370px;
	padding:20px 20px 0px 20px;
}




div.jp-video div.jp-type-single ul.jp-controls {
	width: 370px;
	margin-left:;
}


div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width: 22px;
	height: 22px;
	margin-top: 15px;	
}

a.jp-play {
	background: url("player_controls_test2.png") -8px -8px no-repeat;
	
}
a.jp-play:hover {
	background: url("player_controls_test2.png") -8px -8px no-repeat;
	opacity: 0.6;
}
a.jp-pause {
	background: url("player_controls_test2.png") -8px -35px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("player_controls_test2.png") -8px -35px no-repeat;
	opacity: 0.6;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:22px;
	height:22px;
	margin-top:9px;
	background: transparent;
}

a.jp-stop {
	background: url("player_controls_test2.png") -3px -57px no-repeat;
	margin-left: 10px;
}

a.jp-stop:hover {
	background: url("player_controls_test2.png") -3px -57px no-repeat;
	opacity: 0.6;
}


}
a.jp-previous:hover {
	background: url("test.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("test.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("test.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: transparent;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:40px;
	height:5px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left: 100px;
	width: 116px;
}


}
div.jp-seek-bar {
	background-color: transparent;
	
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: black; 
	width: 0px;
	height: 100%;
}

/* The seeking class is added/removed inside jPlayer */

div.jp-seeking-bg {
	background-color: transparent;
}

/* @end */



/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:28px;
	height:25px;
	margin-top:15px;
	
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 160px;	
}


div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:160px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 48px;	
}




a.jp-mute {
	background: url("player_controls_test2.png") 0px -92px no-repeat;
}

a.jp-mute:hover {
	background: url("player_controls_test2.png") 0 -92px no-repeat;
	opacity: 0.6;
}
a.jp-unmute {
	background: url("player_controls_test2.png") 0 -92px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("player_controls_test2.png") 0 -92px no-repeat;
	opacity: 0.6;
}
a.jp-volume-max {
	background: url("player_controls_test2.png") 0 -119px no-repeat;
	left:;
}
a.jp-volume-max:hover {
	background: url("player_controls_test2.png") 0 -119px no-repeat;
	opacity: 0.6;
	
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background-color: transparent;
	width:46px;
	height:4px;
	cursor: pointer;
	
}
div.jp-audio div.jp-volume-bar {
	top: 42px;
	left:260px;
}
div.jp-audio-stream div.jp-volume-bar {
	top: 40px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top: 40px;
	left:72px;
}
div.jp-volume-bar-value {
	background-color: black;
	width:0px;
	height:100%;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:100px;
	width:116px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:100px;
	width:116px;
}

div.jp-current-time,
div.jp-duration {
	width:40px;
	font-size: 0.5em;
	font-style:;
	color: black;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}



/* @end */

/* @group playlist */

div.jp-title {
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-top: 7%;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color: transparent;
	border-top:0px solid ;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size: 0.72em;
	color: black;
}

div.jp-title li {
	padding:5px 0;
	font-weight: normal;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align: right;
	margin-right:10px;
	font-weight:;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align: right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color: black;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}


a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}







/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left:;
	top:;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float: right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("") -90px -310px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align: center;
	font-weight:bold;
}

/* @end */

