﻿
div#thumbs {
    text-align: left;
    padding: 40px 0;
}

div#thumbs > span {
	background-color: #dddddd;
	width: 80px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 80px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#thumbs img {position: absolute;
  top: 50%;
  left: 50%;
   -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	max-width: 80px;
	max-height:80px;
}

div#thumbs .playvideo {
    position: absolute;
    background: transparent url(playvideo.png) no-repeat center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=40);
    text-align: center;
    color: white;
    font-size: 0.7em;
}
