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

div.fwvvw_vthumb {
	position: relative;
    float:left;
    padding:0;
    margin:0;
    cursor:pointer;
    overflow: hidden;
    max-height: 185px;


}

div.fwvvw_vthumb .opacity{
	position: absolute;
	top:0;
	left:0;
	width: 330px;
	height: 185px;
}

div.fwvvw_vthumb:hover .opacity{
	background-color: #161616;
	opacity : 0.8; 
    -moz-opacity : 0.8; 
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */ 
}

div.fwvvw_vthumb img{
	max-width:none;
}

.fwvvw-videotitle {
	display: none;
	position: absolute;
	top:10px;
    font-size:1.3em;
    font-weight:bold;
    text-align: center;
    line-height: 1em;
}

div.fwvvw_vthumb p{
	position: absolute;
	display: none;
	top:55px;
	width:330px;
    font-size:0.8em;
    line-height: 1em;
    text-align: center;



}

div.fwvvw_vthumb:hover .fwvvw-videotitle {
	display: block;
}


div.fwvvw_vthumb:hover p {
	display: block;

            max-height: 80px;
           


}

.fwvvw-pagination {
    clear:both;
}

.fwvvw-pagination a.fwvvw_current_page {
    border:#ebebeb 1px solid;
    font-weight:bold;
}

.fwvvw_nodisplay {
    display:none;
}

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

}

.fwclear {
    clear:both;
}

#fwvvw_full_video {
    z-index:100;
    background:#161616;
    color:#acacad;
    position:absolute;
    text-align:center;
    padding: 40px 10px 10px 10px;
}

#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;
}