p.vimeo-gallery-title {
    color: #6C9A9A;
    font-size: 22px;
    margin: 2em 0 0;
}

.vimeo_gallery {
	text-align: center;
	padding: 25px auto;
	position: relative;
}

.vimeo_gallery_divider {
	clear: both;
	height: 0;
	width: 0;
}

.vimeo_gallery div {
	text-align: center;
}

.vimeo_gallery_item {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #CCCCCC;
    clear: both;
    height: 187px;
    margin-top: 16px;
    padding-right: 10px;
}

.vimeo_gallery_item p {
	font-size: 12px;
	text-align: justify;
	margin: auto;
}

.vimeo_gallery_item p.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: -8px;
}

.vimeo_gallery_item a {
	float: left;
}

.vimeo_gallery_item img {
	background: none repeat scroll 0 0 #EEEEEE;
	border-right: 3px solid #CCCCCC;
	margin-right: 10px;
	width: 250px;
}

.vimeo_gallery_item img:hover {
	border-color: #ba5683;
}