/* 
    Document   : fw-vimeo-videowall
    Created on : 15 janv. 2010, 09:29:20
    Author     : Fairweb
*/

div.fwvvw_vthumb {
    float:left;
    padding:0 20px 40px;
    margin: 20px 0;
    cursor:pointer;
border-bottom:1px solid #DEDEDE;
}

.fwvvw_nodisplay {
    display:none;
}

.fwvvw-album, .fwvvw-user, .fwvvw-group, .fwvvw-channel {
padding: 0; 
}

.fwclear {
    clear:both;
}

#fwvvw_full_video {
    margin-top:-250px;
    margin-left:-400px;
    z-index:100;
    width:800px;
    height:500px;
    background:#000;
    color:#FFF;
    position:absolute;
    padding-top:20px;
    border:#ccc 4px solid;
	top:50%;

	left:50%;
        text-align:center;
}

#fwvvw_bg_video {
    top:0;
    left:0;
    
    z-index:99;
    width:100%;
    height:100%;
    background:url(images/opacity.png) repeat;
    color:#FFF;
    position: fixed;
    
}

img.closewindow {
    display:block;
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}

/* added in v 1.2 */
.fwvvw-pagination {
    clear:both;
    text-align:center;
}
.fwvvw_pagelink {
    padding: 3px 6px;
    margin: 0 6px;
    border: solid 1px #aeaeae; 
}
.fwvvw-pagination a.fwvvw_current_page {
    border:#555 1px solid;
    background-color:#F390B0;
}
.fwvvw-pagination a.fwvvw_current_page:hover {
   color:#000;
}

.fwvvw-videotitle {
    font-size:0.8em;
}