.thumb {
    display:inline-block;
    position:relative;
    background: #f0f0f0;
    -webkit-box-shadow: 0 8px 6px -6px #fafafa;
    -moz-box-shadow: 0 8px 6px -6px #fafafa;
    box-shadow: 0 8px 6px -6px #fafafa;
    margin:5px;
    margin-left:10px;
    margin-right:11px;
    padding:2px;    
    border: 0px solid red;
    float:left;
    color:#fff;
}

.thumb:hover {
    background: #f0f0f0;
    color:#fff;
}
.thumb a {
    text-decoration:none;
}
.thumb a:hover {
    color:#fff;
}

.thumb img {
    border:0 solid red;
    vertical-align:bottom;
    height:120px;
    width:187px;
    margin:4px;
}

.thumb p {
    color:#505667;
    color:#fff;
    font:12px 'tahoma',verdana,sans-serif;
    margin:0;
    padding:0;;
}

.thumb span {
    background:url(../images/img-play.png) no-repeat center top;
    display:block;
    height:64px;
    left:50%;
    position:absolute;
    text-indent:-9000px;
    top:50%;
    width:84px;
    margin:-19px 0 0 -40px;
}

.thumb i {
    max-width:205px;
    color:#333;
}

.thumb ul{
    max-width:190px;
    color:#000;
    min-height:45px;
    max-height:45px;
    display:block;
    margin:0;
    padding:0;
    text-align:center;    
}

.thumb ul:hover {
        color:#fff;
}
#dvGlobalMask {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1100;
    background-color:#3F3F3F;
}

#videopopup {
    background:none repeat scroll 0 0 #FFF;
    box-shadow:5px 5px 20px #000;
    display:none;
    padding-bottom:5px;
    z-index:9001;
    border:15px solid #fff;
    position:relative;
}

.modalnav {
    cursor:pointer;
    height:30px;
    width:30px;
    position:absolute;
    right:-25px;
    top:-25px;
    background:url(../images/modal-nav-hover.png) -40px 0;
}

.modalnav:hover {
    background:url(../images/modal-nav-hover.png) -40px 0;
}

.container {
    width:900px;
    background-color:#fff;
    margin:40px auto;
    padding:20px;
}





