.b-play {
	font: 2em/1 FreeSetDemiBold, Arial, sans-serif;
	
	float: right;
	position: relative;
	
	padding: 4px 4px 4px 8px;
	margin: 6px 0 0 0;
	height: 30px;
	
	background-color: #ffd200;
	vertical-align: middle;
	color: #502f01;
	}
	.b-play span {
		vertical-align: middle;	
		}
	.b-play a {
		vertical-align: middle;
		}
		.b-play a img {
			vertical-align: middle;
			}

	.b-play small {
		font-size: 0.65em;
		vertical-align: middle;
		}
	.b-play .left {
		position: absolute;
		left: 0px;
		top: 0px;
		
		height: 38px;
		width: 4px;
		
		background: url('../../../images/b-play/left.gif') no-repeat;`
		}
	.b-play .right {
		position: absolute;
		right: 0px;
		top: 0px;
		
		height: 38px;
		width: 4px;
		
		background: url('../../../images/b-play/right.gif') no-repeat;
		}
		
