/*
//=============
//   dependance(player0)
*/
#divPlayer {
	/*width: 300px;*/
/*	margin-left: auto;
	margin-right: auto;*/
	border: 1px solid #aaa;
	border-radius:10px;-webkit-border-radius:6px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 2px;
	/*margin-top: 50px;*/
}
/*
h1 {
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	border-bottom: #000 1px solid;
}
*/
button, input[type='button'], input[type='submit'] {
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
	background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
	border: 1px solid #aaa;
	color: #444;
	margin-bottom: 0px;
	max-width: 6em;
	height: 20px;
	/*padding: 3px 12px 3px 12px;*/
	font-size: 12px;
	cursor: pointer;
}

button:hover, input[type='button']:hover, input[type='submit']:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
	background: #ebebeb -moz-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
	border-color: #999;
	color: #222;
}

.control {
	width: 78px;	
}

#progressBarControl {
	/* width: 210px; */
	height: 15px;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	/*margin-bottom: 5px;*/
	display: inline-block;
}

#progressBar {
	width: 0px;
	background: #ebebeb;
	height: 15px;
	text-align: right;
	line-height: 15px;
	font-size: 9px;
	white-space: nowrap;
	cursor: pointer;
}

#progressTime {
	font-size: 10px;
	color: #666;
}

.volume {
	vertical-align: bottom;
	display: inline-block;
	height: 20px;
	white-space: nowrap;
	position: relative;
	width: 45px;
}

.volume a {
	display: inline-block;
	/* background: #ebebeb; */
	/*width: 8px;*/
	/*vertical-align: bottom;*/
	/*margin-left: 0px;
	margin-right: 0px;*/
	cursor: pointer;
	margin-left: 4px;
	/* border-left: 0px solid #000; */
	position: absolute;
	bottom: 0;
}


.stick1 { height: 5px;  left: 0px; }
.stick2 { height: 7px; left: 8px; }
.stick3 { height: 9px; left: 16px; }
.stick4 { height: 12px; left: 24px; }
.stick5 { height: 17px; left: 32px; }
.stick6 { height: 20px; left: 40px; }

.volume1 {
 position:relative; 
	vertical-align: bottom;
	display: inline-block;
	height: 26px;
	white-space: nowrap;
	width: 26px;
	left: 4px;
	top: -1px;
}

.volume1 a {
	display: inline-block;
	/* background: #ebebeb; */
	/*width: 8px;*/
	/*vertical-align: bottom;*/
	/*margin-left: 0px;
	margin-right: 0px;*/
	cursor: pointer;
	margin-left: 4px;
	/* border-left: 0px solid #000; */
	position: absolute;
	bottom: 0;
}


.stick11 { height: 5px;  left: 0px; }
.stick12 { height: 7px; left: 6px; }
.stick13 { height: 9px; left: 12px; }
.stick14 { height: 12px; left: 18px; }
.stick15 { height: 16px; left: 24px; }


