

#divPlayer {
	border: 1px solid #aaa;
	border-radius: 12px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-top: 50px;
}

.borderb1 {
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	border-bottom: #000 1px solid;
}

.borderb2 {
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	border-top: #000 1px solid;
}

abutton, ainput[type='button'], ainput[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;
	min-width: 4em;
	padding: 3px 12px 3px 12px;
	font-size: 12px;
	cursor: pointer;
}

abutton:hover, ainput[type='button']:hover, ainput[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-play {
	width: 80px;
    height: 80px;
    border-radius: 160px;
    background-image: url("../images/playblack.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.control-pause {
	width: 80px;
    height: 80px;
    border-radius: 160px;
    background-image: url("../images/stopblack.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


#progressBarControl {
	width: 100%;
	height: 4px;
	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: #007ff6;
	height: 4px;
	text-align: right;
	line-height: 15px;
	font-size: 0px;
	white-space: nowrap;
	cursor: pointer;
}

#progressTime {
	font-size: 17px;
	color: grey;
}

.volume {
	vertical-align: bottom;
	display: inline-block;
	height: 25px;
	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;
	border-left: 1px solid #fff;
	position: absolute;
	bottom: 0;
}


.stick1 { height: 5px;  left: 0px; }
.stick2 { height: 10px; left: 9px; }
.stick3 { height: 15px; left: 18px; }
.stick4 { height: 20px; left: 27px; }
.stick5 { height: 25px; left: 36px; }
