/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2011 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 6th May 2011
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */
 


 @media only screen and (max-width: 667px)  {
.cp-container {
	position: relative;
	width: 90px !important; /* 200 - (2 * 48) */
	height: 90px !important;
	background: url("//cdn.audio4fun.com/css/vcsd9/images/bgr-medium.png") 0 0 no-repeat !important;
	padding: 0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px !important;
	height: 90px !important;
	clip:rect(0px,45px,90px,0px) !important;

	-moz-border-radius:32px !important;
	-webkit-border-radius:32px !important;
	border-radius:45px!important;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/buffer-medium.png") 0 0 no-repeat !important;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress_sprite.jpg") no-repeat !important;
	background-position: 0 90px !important; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress-medium.png") 0 0 no-repeat !important;
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:90px !important;
	height:90px!important;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,90px,90px,45px) !important;
	display:none;
	 filter: drop-shadow(0 0 5px #29b3e6);
	-webkit-filter: drop-shadow(0 0 5px #29b3e6);
	-mos-filter: drop-shadow(0 0 5px #29b3e6);
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 13px !important;
}

.cp-controls li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:34px !important;
	height:35px !important;
	text-indent:-9999px;
	z-index:1;      
	       margin-left: 18px !important;
    margin-top: 12px !important;
}

.cp-controls .cp-play {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") 0 0 no-repeat !important;
}

.cp-controls .cp-play:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") -35px 0 no-repeat !important;
}

.cp-controls .cp-pause {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") 0 -35px no-repeat !important;
}

.cp-controls .cp-pause:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") -35px -35px no-repeat !important;
}

.cp-jplayer {
	width: 0;
	height: 0; 
}

}

 @media only screen and (max-width: 568px)  {
.cp-container {
	position: relative;
	width: 90px !important; /* 200 - (2 * 48) */
	height: 90px !important;
	background: url("//cdn.audio4fun.com/css/vcsd9/images/bgr-medium.png") 0 0 no-repeat !important;
	padding: 0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px !important;
	height: 90px !important;
	clip:rect(0px,45px,90px,0px) !important;

	-moz-border-radius:45px !important;
	-webkit-border-radius:45px !important;
	border-radius:45px!important;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/buffer-medium.png") 0 0 no-repeat !important;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress_sprite.jpg") no-repeat !important;
	background-position: 0 90px !important; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress-medium.png") 0 0 no-repeat !important;
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:90px !important;
	height:90px!important;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,90px,90px,45px) !important;
	display:none;
	 filter: drop-shadow(0 0 5px #29b3e6);
	-webkit-filter: drop-shadow(0 0 5px #29b3e6);
	-mos-filter: drop-shadow(0 0 5px #29b3e6);
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 13px !important;
}

.cp-controls li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:34px !important;
	height:35px !important;
	text-indent:-9999px;
	z-index:1;      
	       margin-left: 18px !important;
    margin-top: 12px !important;
}

.cp-controls .cp-play {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") 0 0 no-repeat !important;
}

.cp-controls .cp-play:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") -35px 0 no-repeat !important;
}

.cp-controls .cp-pause {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") 0 -35px no-repeat !important;
}

.cp-controls .cp-pause:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-medium.png") -35px -35px no-repeat !important;
}

.cp-jplayer {
	width: 0;
	height: 0; 
}

}


@media only screen and (max-width: 414px)  {
.cp-container {
	position: relative;
	width: 64px !important; /* 200 - (2 * 48) */
	height: 64px !important;
	background: url("//cdn.audio4fun.com/css/vcsd9/images/bgr-small.png") 0 0 no-repeat !important;
	padding: 0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px !important;
	height: 64px !important;
	clip:rect(0px,32px,64px,0px) !important;

	-moz-border-radius:32px !important;
	-webkit-border-radius:32px !important;
	border-radius:32px!important;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/buffer-small.png") 0 0 no-repeat !important;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress_sprite.jpg") no-repeat !important;
	background-position: 0 64px !important; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress-small.png") 0 0 no-repeat !important;
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:64px !important;
	height:64px!important;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,64px,64px,32px) !important;
	display:none;
	 filter: drop-shadow(0 0 5px #29b3e6);
	-webkit-filter: drop-shadow(0 0 5px #29b3e6);
	-mos-filter: drop-shadow(0 0 5px #29b3e6);
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 13px !important;
}

.cp-controls li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:26px !important;
	height:27px !important;
	text-indent:-9999px;
	z-index:1;      
	       margin-left: 11px !important;
    margin-top: 6px !important;
}

.cp-controls .cp-play {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 0 no-repeat !important;
}

.cp-controls .cp-play:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px 0 no-repeat !important;
}

.cp-controls .cp-pause {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 -27px no-repeat !important;
}

.cp-controls .cp-pause:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px -27px no-repeat !important;
}

.cp-jplayer {
	width: 0;
	height: 0; 
}

}
@media only screen and (max-width: 435px)  {
.cp-container {
	position: relative;
	width: 64px !important; /* 200 - (2 * 48) */
	height: 64px !important;
	background: url("//cdn.audio4fun.com/css/vcsd9/images/bgr-small.png") 0 0 no-repeat !important;
	padding: 0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px !important;
	height: 64px !important;
	clip:rect(0px,32px,64px,0px) !important;

	-moz-border-radius:32px !important;
	-webkit-border-radius:32px !important;
	border-radius:32px!important;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/buffer-small.png") 0 0 no-repeat !important;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress_sprite.jpg") no-repeat !important;
	background-position: 0 64px !important; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress-small.png") 0 0 no-repeat !important;
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:64px !important;
	height:64px!important;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,64px,64px,32px) !important;
	display:none;
	 filter: drop-shadow(0 0 5px #29b3e6);
	-webkit-filter: drop-shadow(0 0 5px #29b3e6);
	-mos-filter: drop-shadow(0 0 5px #29b3e6);
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 13px !important;
}

.cp-controls li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:26px !important;
	height:27px !important;
	text-indent:-9999px;
	z-index:1;      
	       margin-left: 11px !important;
    margin-top: 6px !important;
}

.cp-controls .cp-play {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 0 no-repeat !important;
}

.cp-controls .cp-play:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px 0 no-repeat !important;
}

.cp-controls .cp-pause {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 -27px no-repeat !important;
}

.cp-controls .cp-pause:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px -27px no-repeat !important;
}

.cp-jplayer {
	width: 0;
	height: 0; 
}

}
@media only screen and (max-width: 375px)  {
.cp-container {
	position: relative;
	width: 64px !important; /* 200 - (2 * 48) */
	height: 64px !important;
	background: url("//cdn.audio4fun.com/css/vcsd9/images/bgr-small.png") 0 0 no-repeat !important;
	padding: 0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px !important;
	height: 64px !important;
	clip:rect(0px,32px,64px,0px) !important;

	-moz-border-radius:32px !important;
	-webkit-border-radius:32px !important;
	border-radius:32px!important;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/buffer-small.png") 0 0 no-repeat !important;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress_sprite.jpg") no-repeat !important;
	background-position: 0 64px !important; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress-small.png") 0 0 no-repeat !important;
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:64px !important;
	height:64px!important;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,64px,64px,32px) !important;
	display:none;
	 filter: drop-shadow(0 0 5px #29b3e6);
	-webkit-filter: drop-shadow(0 0 5px #29b3e6);
	-mos-filter: drop-shadow(0 0 5px #29b3e6);
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 13px !important;
}

.cp-controls li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:26px !important;
	height:27px !important;
	text-indent:-9999px;
	z-index:1;      
	       margin-left: 10px !important;
    margin-top: 4px !important;
}

.cp-controls .cp-play {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 0 no-repeat !important;
}

.cp-controls .cp-play:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px 0 no-repeat !important;
}

.cp-controls .cp-pause {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 -27px no-repeat !important;
}

.cp-controls .cp-pause:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px -27px no-repeat !important;
}

.cp-jplayer {
	width: 0;
	height: 0; 
}

}
@media only screen and (max-width: 361px)  {
	span#signatures {font-size: 21pt !important; }
span#signatures li{ width: 25px !important; height: 34px !important; line-height: 34px !important; background: url(counter-bg-320.jpg) !important;}  
span#signatures li.sperator{background: url(count-sperator-320.png) center no-repeat !important; width: 10px !important;} 

p.bnt-width {
     width: 50% !important; 
    margin-left: 21% !important;
}
}


@media only screen and (max-width: 320px)  {
.cp-container {
	position: relative;
	width: 64px !important; /* 200 - (2 * 48) */
	height: 64px !important;
	background: url("//cdn.audio4fun.com/css/vcsd9/images/bgr-small.png") 0 0 no-repeat !important;
	padding: 0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px !important;
	height: 64px !important;
	clip:rect(0px,32px,64px,0px) !important;

	-moz-border-radius:32px !important;
	-webkit-border-radius:32px !important;
	border-radius:32px!important;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/buffer-small.png") 0 0 no-repeat !important;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress_sprite.jpg") no-repeat !important;
	background-position: 0 64px !important; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress-small.png") 0 0 no-repeat !important;
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:64px !important;
	height:64px!important;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,64px,64px,32px) !important;
	display:none;
	 filter: drop-shadow(0 0 5px #29b3e6);
	-webkit-filter: drop-shadow(0 0 5px #29b3e6);
	-mos-filter: drop-shadow(0 0 5px #29b3e6);
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 13px !important;
}

.cp-controls li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:26px !important;
	height:27px !important;
	text-indent:-9999px;
	z-index:1;      
	       margin-left: 7px !important;
    margin-top: 4px !important;
}

.cp-controls .cp-play {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 0 no-repeat !important;
}

.cp-controls .cp-play:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px 0 no-repeat !important;
}

.cp-controls .cp-pause {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") 0 -27px no-repeat !important;
}

.cp-controls .cp-pause:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls-small.png") -27px -27px no-repeat !important;
}

.cp-jplayer {
	width: 0;
	height: 0; 
}
 div.section_one { top: 23% !important;  left: 1% !important;}
 div.section_two { top: 5% !important;  left: 39.5% !important;}
 div.section_three { top: 27% !important;  left: 79% !important;}
 div.section_four {    top: 56% !important;   left: 39.5% !important;}
div#scroll-image div.list-image {
    height: 257px !important;
}

span#signatures {font-size: 21pt !important; }
span#signatures li{ width: 25px !important; height: 34px !important; line-height: 34px !important; background: url("//cdn.audio4fun.com/css/vcsd9/images/counter-bg-320.jpg") !important;}  
span#signatures li.sperator{background: url("//cdn.audio4fun.com/css/vcsd9/images/count-sperator-320.png") center no-repeat !important; width: 10px !important;} 
div#scroll-image span.slide-nav { top:37% !important;}
}
.cp-container {	
	position: relative;
	width: 126px; /* 200 - (2 * 48) */
	height: 126px;
	background: url("//cdn.audio4fun.com/css/vcsd9/images/bgr.png") 0 0 no-repeat;
	padding: 0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cp-container :focus {
	border:none; 
	outline:0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 126px;
	height: 126px;
	clip:rect(0px,63px,126px,0px);

	-moz-border-radius:63px;
	-webkit-border-radius:63px;
	border-radius:63px;
}

.cp-buffer-1,
.cp-buffer-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/buffer.png") 0 0 no-repeat;
}     


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */ 

.cp-container .cp-fallback {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress_sprite.jpg") no-repeat;
	background-position: 0 126px; 
}

.cp-progress-1,
.cp-progress-2 {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/progress.png") 0 0 no-repeat;
	
} 

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position:absolute;
	width:126px;
	height:126px;
} 

.cp-circle-control {
	cursor:pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip:rect(0px,126px,126px,63px);
	display:none;
	 filter: drop-shadow(0 0 5px #29b3e6);
	-webkit-filter: drop-shadow(0 0 5px #29b3e6);
	-mos-filter: drop-shadow(0 0 5px #29b3e6);
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback{
	clip:rect(auto, auto, auto, auto);
}  

.cp-controls {
	margin:0;
	padding: 26px;
}

.cp-controls li{
	list-style-type:none;
	display: block;

	/*IE Fix*/  
	position:absolute;
}

.cp-controls li a{
	position: relative;
	display: block;
	width:55px;
	height:54px;
	text-indent:-9999px;
	z-index:1;      
	    margin-left: 12px;
    margin-top: 13px;
}

.cp-controls .cp-play {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls.png") 0 0 no-repeat;
}

.cp-controls .cp-play:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls.png") -56px 0 no-repeat;
}

.cp-controls .cp-pause {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls.png") 0 -56px no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("//cdn.audio4fun.com/css/vcsd9/images/controls.png") -56px -56px no-repeat;
}

.cp-jplayer {
	width: 0;
	height: 0; 
}
