/*
Copyright 2008 Diana Kantor and John Keck

This file is part of Vodpod Video Gallery WordPress Plugin.

Vodpod Video Gallery WordPress Plugin is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Vodpod Video Gallery WordPress Plugin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Vodpod Video Gallery WordPress Plugin.  If not, see <http://www.gnu.org/licenses/>.

*/

#vp_gallery {
padding: 0;
margin: 0 auto;
text-align: center;
color: #636466;
}
.vp_container {
	margin: 0 auto;
	text-align: left;
}

#vp_video_player {
width: 425px;
margin: 0 auto;
}

.vp_video_title {
}

.vp_video_description {
font-size:0.833em;
line-height: 1.8em;
padding: 5px 0;
text-align: left;
}

/* video thumbs area */
#vp_video_thumbs {
background-color: #111;
font: 0.75em/1.5em Verdana, Arial,"Helvetica Neue",Helvetica,sans-serif;
color: #666;
width: 531px;
margin: 0 auto;
}

/* video thumbnails */
.video_thumb {
float: left;
width: 96px;
height: 72px;
position: relative;
margin: 5px;
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;
color: #fff;
font-size:0.75em;
line-height: 11px;
}
.video_thumb .thumb_title a {
color: #fff;
text-decoration: none;
}
/* Pagination */

.vp_pagination {
background: #333;
font-size:0.833em;
line-height: 1.8em;
padding: 6px 0;
clear: both;
text-align: center;
text-decoration: none;
}

.vid_page, .vid_page a{
padding: 0 2px;
}

.vp_pagination a:link {
text-decoration: none;
color: #e76629;
}
.vp_pagination a:visited {
text-decoration: none;
color: #e76629;
}
.vp_pagination a:active{
text-decoration: none;
}
.vp_pagination a:hover{
}
.vp_pagination #current_vid_page{
	color: #fff;
	padding: 0 4px;
	background: #005a84;
}


.gallery_previous {
float: left;
width: 12px;
height: 16px;
border: none;
margin-top: 0;
}

.gallery_next {
float: right;
width: 12px;
height: 16px;
border: none;
margin-top: 0;

}
.vp_gallery_bottom {
background-color: #717171;
padding: 4px 12px 0 12px;
text-align: right;
margin-top: 10px;
color: #fff;
line-height: 1.8;
height: 25px;
}
span#vp_bottom_left {
	background: transparent url(images/vodpod_logo.gif) left top no-repeat;
	padding-left: 20px;
	margin: 0;
	float: left;
}

span#vp_bottom_right {
	margin: 0;
	float: right;
}

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

}