@charset "UTF-8";
/* CSS Document */

#main div.float {
  float: left;
  position: relative;
  width: 120px;
  height: 140px;
  /*padding: 4px 8px;*/
  margin-right: 20px;
  margin-bottom: 15px;
  }
#main div.float {
  float:left;
height:140px;
margin-bottom:20px;
margin-right:0;
position:relative;
width:145px;
	}
#main div.float p {
   text-align: left;
   margin-top: 6px;
   margin-left: 4px;
   margin-right: 4px;
   line-height: 12px;
   font-size: 10px!important;
   color:#666666;
   }
#main div.float p {
color:#666666;
font-size:10px;
line-height:12px;
margin-left:12px;
margin-right:2px;
margin-top:6px;
text-align:left;
   }
#main div.float span.watchnow img {
  	position:absolute;
	bottom:10px;
	left:5px;
	line-height: 21px;
	border: 0;
	}
	  
  
  
#main div.simplewrap {
  padding: 0;
  margin: 0;
  }
#main div.spacer {
  clear: both;
  }

#main  IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	border: 1px solid #dbd7c1;
	padding: 4px;
	}
#main IMG.displayed:hover {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	border: 1px solid #0088CC;
	padding: 4px;
	}	
	
#main div.float img.play {
	/* for IE */
  filter:alpha(opacity=40);
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.40;
	z-index: 2;
	top: 18px;
	left: 42px;
	position: absolute;
	display: block;
	cursor: pointer;
	border: none;
  }
#main div.float img.play:hover {
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.80;
  
 }
 
 
#main div.float span.playthis {
	/* for IE */
  z-index: 2;
	text-indent:-9999px;
	top:4px;
	width: 100%;
	height: 78px;
	background:transparent url(http://www.macpcwars.com/images/vplay.png) no-repeat scroll left top;
	position: absolute;
	display: block;
	cursor: pointer;
	/* Minor Adjustment added*/
	top:10px;
	left:8px;
 }
#main div.float span.playthis:hover {
 background-position:0 -78px;
 }
 
 
 /* FLOAT LINKS */
#main div.float a {
color:#0088CC;
}
#main div.float a:link, a:visited, a:active {
text-decoration:none;
}
#main div.float a:hover {
text-decoration:none;
cursor: pointer;
}