/*
** TRAILERS & VIDEOS
*/  
div#trailers_wrap{
    display:block;
}
div#trailers_wrap span.big img{
    width:300px;
    height:220px;
}
div#trailers_wrap div.small{
    display:block;    
    height:84px;
    padding:5px;
}
div#trailers_wrap div.small div.thumb{
    text-align:center;
    float:left;
    margin:0 6px 0 0;
    display:block;
    width:90px;
    overflow:hidden;
}
div#trailers_wrap div.small div.thumb img{
    width:90px;
    height:61px;
}
div#trailers_wrap div.thumb span.title{
    font-size:9px;
    line-height:1em;
    width:90px;    
    white-space:nowrap;
	text-decoration:none;
}

span.title a { text-decoration:none; }
