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

/*
DEMO 3
*/



.a_demo_three_start:active {
	top:3px;
}
.a_demo_three_start::before {
	content: url("../images/play.png");
	width:26px;
	max-height:19px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:1px;
	top:0px;
	left:-29px;
	font-size:16px;
	font-weight:bold;
}

.a_demo_three_start:active::before {
	top:-1px;
}

.a_demo_three_stop:active {
	top:3px;
}

.a_demo_three_stop::before {
	content: url("../images/stop.png");
	width:26px;
	max-height:19px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:1px;
	top:0px;
	left:-29px;
	font-size:16px;
	font-weight:bold;
}

.a_demo_three_stop:active::before {
	top:-1px;
}

.a_demo_three_music:active {
	top:3px;
}

.a_demo_three_music::before {
	content: url("../images/stream.png");
	width:26px;
	max-height:19px;
	height:100%;
	/*position:absolute;*/
	display:inline;
	padding-top:1px;
	top:0px;
	left:-90px;
	font-size:16px;
	font-weight:bold;
 	padding: 0 7px 8px 18px;
}

.a_demo_three_music:active::before {
	top:-1px;
}

.a_demo_three_nomusic:active {
	top:3px;
}

.a_demo_three_nomusic::before {
	content: url("../images/nostream.png");
	width:26px;
	max-height:19px;
	height:100%;
	/*position:absolute;*/
	display:inline;
	padding-top:1px;
	top:0px;
	left:-80px;
	font-size:16px;
	font-weight:bold;
	padding: 5px 0 18px;
}

.a_demo_three_nomusic:active::before {
	top:-1px;
}
/*
Second button
*/

.second_button::before {
	content:"2";
}

/*
Third button
*/

.third_button::before {
	content:"3";
}