﻿.native-thumbnail {
    padding: 4px;
    background-color: #e6e6e0;
    border: 1px solid #d6d6d0;
    float: right;
    width:250px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.native-thumbnail img{
    border:none;
}
.film-thumbnail {
    background: url(film-strip-single.jpg) no-repeat; width: 140px; height: 130px; 
    float: left;
    padding:0px;
    margin: 0px;
}
.film-thumbnail img{
    margin-top:20px;
    margin-left:2px;
    padding:0px;
    border:none;
}
.group-thumbnail img{
    cursor:pointer;
    border:none;
}
.group-thumbnail {
    cursor:pointer;
    padding: 2px;
    background-color: #e6e6e0;
    border: 1px solid #d6d6d0;
    float:left;
    width:85px;
    font-size:9px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.group-current{
    background-color:yellow;
}
.group-highlight{
    background-color:blue;
}

