.image-changes {

}

.image:not(.img-polaroid) .image-changes {
    position: absolute;
}

ul.gallery-thumbnails {
    list-style-type: none;
    padding: 0;
}

.gallery-thumbnail {
    margin-bottom: 25px;
}

.gallery-thumbnail a {
    color: #000000;
}
.play-hover{
width: 50px;
height: 50px;
position: relative;
z-index: 2;
top: -95px;
left: 50%;
margin-left:-25px;
background-image: url('../img/play_hover.png');
-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
}

.video-wrap{
	width: 190px;
	height: 190px;
	overflow: hidden;
}