
.video_preview {
 width: 123px;
 height: 150px;
 float: left;
 display: inline;
 margin: 0px 32px 10px 0px;
 padding: 5px;
 border: 1px solid #ffffff;
 position: relative;
 color: #606161;
 font-family: Georgia, Arial, sans-serif;
}

.video_preview:hover, .video_preview_hover {
 background-color: #fffbe3;
 border: 1px solid #e0d9b5;
}

.last_on_line {
 margin-right: 0px;
}

.active_video, .active_video:hover {
 color: #9b8551;
 background-color: #fffdf1;
 border: 1px solid #efecda;
}

.video_preview a {
 color: #606161;
 font-family: Georgia, Arial, sans-serif;
}

.rating {
 width: 70px;
 bottom: 2px;
 left: 3px;
 position: absolute;
}

.browsing_count {
 bottom: 2px;
 right: 3px;
 position: absolute;
 font-size: 10px;
 color: #666666;
 font-family: Times New Roman, Arial, Tahoma, Verdana, sans-serif;
 margin-top: 4px;
}

.browsing_count img {
 vertical-align: text-bottom;
 margin-top: 0px;
 margin-right: 2px;
}
/*
.playing {
 width: 123px;
 height: 92px;
 position: absolute;
 top: 5px;
 left: 5px;
 background-image: url(images/playing.gif);
}

.playing1 {
 width: 19px;
 height: 22px;
 position: absolute;
 top: 19px;
 left: 34px;
 background-image: url(images/playing1.gif);
}*/

.playing2 {
 width: 123px;
 height: 92px;
 position: absolute;
 top: 5px;
 left: 5px;
 background-image: url(../images/playing.png);
}

.author {
 color: #9e9d9d;
}

.author a {
 color: #3776c3;
 text-decoration: underline;
}