/* 
    Document   : fw-vimeo-videowall
    Created on : 15 janv. 2010, 09:29:20
    Author     : Fairweb
*/

div.fwvvw_vthumb {
    float:left;
    padding:3px;
    margin:2px;
}

.fwvvw_nodisplay {
    display:none;
}

.fwvvw-album, .fwvvw-user, .fwvvw-group, .fwvvw-channel {

}

.fwvvw-user { background: #000000; padding: 0px; }
div.fwvvw_vthumb { padding: 10px 11px; margin: 0px; border: 0px; cursor: pointer; }
div.fwvvw_vthumb img { padding: 2px; border: 1px solid #909090; width: 200px; }

div.fwvvw_vthumb { filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
div.fwvvw_vthumb_hover { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
div.fwvvw_vthumb_hover img { border: #e57e17 1px solid; }

.fwclear {
    clear:both;
}
 
#fwvvw_full_video {
    margin-top:-250px;
    margin-left: -340px;
    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_full_video { width: 660px; height: 370px; padding-top: 32px; margin-top: -180px; }






#fwvvw_bg_video {
    top:0;
    left:0;
    z-index:99;
    width:100%;
    height:100%;
    background: url(images/opacity2.png) repeat;
    color:#FFF;
    position: fixed;
    
}


img.closewindow {
    display:block;
    position:absolute;
    top: 5px;
    right: 5px;
    cursor:pointer;
}

/* added in v 1.2 */
.fwvvw-pagination   { clear: both; height: 20px; padding: 0px 0px 0px 10px; }
.fwvvw-pagination a { display: block; float: left; width: 21px; height: 20px; border: 1px solid #6B6B6B; background: #2E2E2E; margin: 2px 10px 2px 0px; 
					  font-size; 11px; font-weight: bold; color: #e67300; line-height: 20px; text-decoration: none; text-align: center; }
.fwvvw-pagination a:hover { border: 1px solid #e57e17; background: #e57e17; color: #000000; }
.fwvvw-pagination a.fwvvw_current_page, .fwvvw-pagination a:hover.fwvvw_current_page { border: 1px solid #999999; background: #999999; color: #000000; cursor: default; }
