#vp_gallery {
padding: 0;
margin: 0 auto;
width: 99%;
color: #636466;
font-family: arial, verdana, sans-serif;
border: 1px solid #717171;
background-color: #F1F1F1;
font-size: 11px;
padding-top: 20px;
}
.vp_container {
	width: 425px;
	margin: 0 auto;
}

#vp_video_player {
width: 425px;
margin: 0 auto;
background-color: #F1F1F1;
line-height: 15px;
font-size: 12px;
color: #fff;
}

.vp_video_title {
color: #fff;
padding: 5px 10px;
background: #717171 url(images/gallery_video_top.gif) no-repeat;
}

.vp_video_description {
padding: 5px 0;
color: #636466; 
text-align: left;
}

/* video thumbs area */
#vp_video_thumbs {
background-color: #F1F1F1;
color: #636466;
font-family: arial,verdana,sans-serif;
font-size: 11px;
width: 99%;
margin: 0 auto;
height: 175px;
}

/* video thumbnails */
.video_thumb {
float: left;
width: 96px;
height: 72px;
position: relative;
border: 1px solid #777;
margin: 4px;
padding: 0;
cursor: pointer;
}
.video_thumb img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
}
.video_thumb .thumb_title_box {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 24px;
background: #000;
filter: alpha(opacity=50);
-moz-opacity: 0.50;
opacity: 0.50;
}
.video_thumb .thumb_title {
position: absolute;
bottom: 0px;
left: 3px;
width: 100%;
height: 22px;
overflow: hidden;
line-height: 11px;
color: #fff;
font-size: 10px;
font-weight: bold;
}
.video_thumb .thumb_title a {
color: #fff;
text-decoration: none;
}
/* Pagination */

.vp_pagination {
width: 100%;
display: inline;
height: 20px;
}
.gallery_previous {
float: left;
width: 12px;
padding-left: 15px;
border: none;
/* False margin value for IE 6.0 */	
margin-top: -10px;
}

html>body #submit.gallery_previous {
/* Correct value for browsers that don't suffer from IE Win's bugs */
margin-top: 0;
}

.gallery_next {
float: right;
width: 12px;
padding-right: 15px;
border: none;
/* False margin value for IE 6.0 */	
margin-top: -10px;
}

html>body #submit.gallery_next {
/* Correct value for browsers that don't suffer from IE Win's bugs */
margin-top: 0;

}
.vp_gallery_bottom {
background-color: #717171;
padding: 0 12px;
text-align: right;
margin-top: 5px;
clear: both;
color: #fff;
height: 24px;
}

.vp_gallery_bottom a:link {
color: #fff !important;
text-decoration: none;
}
.vp_gallery_bottom a:visited {
color: #fff !important;
text-decoration: none;
}
.vp_gallery_bottom a:hover {
color: #fff !important;
text-decoration: underline;

}