/* CSS3 STYLE GENERIC */
.view {
   width: 270px;
   border-top:5px solid #1481bc;
   margin-bottom: 20px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view.columnMid{
   margin-left:30px;
   margin-right:30px;
}
.view .mask, .view .content {
   width: 290px;
   height: 140px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width:100%;
}
.view a.info {
   //background:url(/css/hover/img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   margin-top:-10px;
   margin-left:-95px;
   //text-indent:-9999px;
   text-align: center;
   width:150px;
   height:20px;
   //border:1px solid #000000;
   color:#FFFFFF;
}

.filmTitle{
   font-size:14px;
   font-weight: bold;
   color:#1481bc;
   text-align: left;
   margin-top:5px;
   text-decoration: none !important;
   text-transform: uppercase;
}

.filmSubHeading{
   font-size:12px;
   text-align: left;
   margin-top:5px;
   text-decoration: none !important;
}

.view a{
   text-decoration: none;
}
.view .filmSpecial{
   position: absolute;
   /*top: 114px;*/
   right:0px;
   top: 106px;
   width: 220px;
}
