
	.playbutton {
		display:block;
		font-size:15px;
		line-height:1.3em;
		margin:0pt auto 1em;
		min-height:3em;
		padding-right:53px;
		text-align:center;
	}

	p.playbutton a {
		color:#FFFFFF;
		position:relative;
		text-decoration:none;
	}

	div.play:hover {
		opacity:1;
	}

	div.play {
		background:transparent url(/flv/play.png) no-repeat scroll 0%;
		height:50px;
		width:50px;
		left:167px;
		top:-169px;
    margin-bottom:-50px;
		position:relative;
    z-index:2;
	}

	div.playimg {
		height:288px;
		width:384px;
    border:1px solid #000; 
    border-width:1px;
    background-color:#000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-indent: 0px;
	}
