/*---------------------------------*/
/*gallery*/
/*---------------------------------*/


.image_thumb {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.clearThis {
    clear: both;
}
.youtube-video {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}
#video_wrapper {
    margin-top: 30px;
    width: 100%;
}
.single-thumbnail {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.single-thumbnail a:link {
    text-decoration: none;
}
.single-thumbnail img {
    margin: 0;
    padding: 0;
	position:absolute;
}
.single-thumbnail a:hover {
    text-decoration: none;
}
.single-thumbnail:hover > a .image-caption , .single-thumbnail:hover > .image-caption
{
	display:block !important;
}
.image-caption {
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
	overflow:hidden;
}
.image-caption .info p {
    font-size: 12px;
    margin: 0 5px 0 5px;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
.image-caption .info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 6px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
}

