
* {
	margin: 0;
	padding: 0;
}

#player {
	width: 158px;
	height: 60px;
	float: left;
	margin: 5px 0 0 10px;
	display: inline;
	font: bold 12px Verdana;
	color: #ffff66;
	background: url('../imgplay/player_back_1.jpg') no-repeat transparent;
/* 	border: 1px solid red; */
}

#player p {
	width: 70px;
	float: left;
	margin-top: 10px;
	text-align: center;
	/*border: 1px solid red; */
}



.bigButton {
	margin: 16px 0 0 8px;
	float: left;
	cursor:pointer;
}


.smallButton {
	margin: 3px 0 0 1px;
	float: left;
	cursor:pointer;
}
