/* -----------------------------------------------

WOW Design Solutions
Author:Glynn Williams
Created:September 2009
Revision:

----------------------------- */

.title {padding-left:120px;
  min-height:120px;
  background-image:url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position:top left;
  background-repeat:no-repeat;
  vertical-align:middle;}

.playButton {background-color:#66770A;
  cursor:pointer;
  font-weight:normal;
  font-size:1.25em;
  opacity:1;
  filter:alpha(opacity=100);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  position:relative;
  top:46%;
  zoom:100%;
  padding:6px 10px;
  color:white;}

.playBackground {background-color:#000;
  opacity:0.0;
  filter:alpha(opacity=0);
  position:absolute;
  top:0px; left:0px;}
