.photo_gallery {
    margin-left: -15px;
    margin-right: -2px;
    overflow: hidden;
    padding-top: 2px;
}

.photo_gallery a {
    display: block;
    float: left;
    text-align: center;
    margin: 0 0 15px 15px;
    width: 174px;
    overflow: hidden;
}

.photo_gallery a.named {
    height: 193px;
}

.photo_gallery img {
    display: block;
    width: 174px;
    height: 174px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
}

.photo_gallery iframe {
    display: block;
    width: 174px;
    height: 174px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
}

.photo_gallery a:hover {
    box-shadow: 0 0 4px rgba(175, 13, 32, 0.5);
}

div.nav_gallery a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

div.nav_gallery a:hover {
    color: #af0d20;
}

#results .item {
    width: 120px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin: 5px 5px 5px 5px;
    padding: 5px;
    border: solid 0px;
    cursor: pointer;
}

a.youtube {
	display: inline-block;
    position: relative;
}

.youtube_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 174px;
    height: 174px;
    z-index: 1;
}