.vodpod_videos_widget {
	width: 600px;
	color: #000;
	margin: 0px 9px 9px 9px;
	position: relative;
}

#mediaRight .vodpod_videos_widget {
	width: 300px;
	color: #000;
	margin-top: 0px;
	margin-left: 10px;
	position: relative;
}

#mediaRight .videos-left {
	width: 140px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
#mediaRight .videos-right {
	width: 140px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

.vodpod_videos_widget a {
	color: #666;
	border: none;
}

.vodpod_videos_widget .vodpod_header {
	display: none;
}

.vodpod_videos_widget .vodpod_video_container {
	margin-left: 0px;
}

.vodpod_videos_widget .vodpod_video {
	float: left;
	cursor: pointer;
	position: relative;
	display: inline;
	width: 136px;
	height: 100px;
	border: 1px #40a089 solid;
	margin: 0px 8px 45px 0px;
	padding: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.vodpod_videos_widget .vodpod_video:hover {
	border: 1px #208a6b solid;
/*	border: 1px #FFEE00 solid; */
	opacity: 1;
	filter: alpha(opacity=100);
}

#mediaRight .vodpod_videos_widget .vodpod_video {
	float: left;
	cursor: pointer;
	position: relative;
	display: inline;
	width: 130px;
	height: 100px;
	border: 1px #40a089 solid;
	margin: 0px 8px 37px 0px;
	padding: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#mediaRight .vodpod_videos_widget .vodpod_video:hover {
	border: 1px #208a6b solid;
/*	border: 1px #FFEE00 solid; */
	opacity: 1;
	filter: alpha(opacity=100);
}

#mediaRight .vodpod_videos_widget .vodpod_video:hover, .vodpod_videos_widget .vodpod_video:hover {
/*	border-color: #FFFFFF; */
}

.vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail img {
	width: 136px;
	height: 100px;
	border: none;
	padding: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.vodpod_videos_widget .vodpod_video .vodpod_video_placeholder1 {
	position: absolute;
	background: #000000;
	width: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	height: 1px;
	bottom: 0px;
	left: 0px;
	display:none;
}

.vodpod_videos_widget .vodpod_video .vodpod_video_title {
	position: absolute;
	font-weight: bold;
	width: 125px;
	height: 40px; 
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
	/*	bottom: 0px; */
	padding: 5px 0px 0px 0px;
	left: 1px;
	top: 100px;
	color: #000;
	/*	display: none;
	text-transform: uppercase; */
}

#mediaRight .vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail img {
	width: 130px;
	height: 100px;
	border: none;
	margin: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#mediaRight .vodpod_videos_widget .vodpod_video .vodpod_video_placeholder1 {
	position: absolute;
	background: #000000;
	width: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	height: 1px;
	bottom: 0px;
	left: 0px;
	display:none;
}

#mediaRight .vodpod_videos_widget .vodpod_video .vodpod_video_title {
	position: absolute;
	font-weight: bold;
	width: 125px;
	height: 40px; 
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
	/*	bottom: 0px; */
	padding: 5px 0px 0px 0px;
	left: 1px;
	top: 100px;
	color: #000;
	/*	display: none;
	text-transform: uppercase; */
}

#mediaRight .vodpod_videos_widget .vodpod_video .vodpod_video_title a:hover {
	text-decoration: none;
	background: transparent;
}
.vodpod_videos_widget .vodpod_video .vodpod_video_views {
	display: none;
}

.vodpod_videos_widget .vodpod_video .vodpod_video_created_at {
	display: none;
}

#mediaRight .vodpod_videos_widget .vodpod_video:hover .vodpod_video_title,
		.vodpod_videos_widget .vodpod_video:hover .vodpod_video_title {
	display: block;
	text-decoration: none;
}
#mediaRight .vodpod_videos_widget .vodpod_video:hover .vodpod_video_placeholder1,
		.vodpod_videos_widget .vodpod_video:hover .vodpod_video_placeholder1 {
	display:block;
}

.vodpod_videos_widget .vodpod_footer_separator {
	clear: none;
	height: 1px;
}

.vodpod_videos_widget .vodpod_footer {
	margin: 0px 0px;
	font-size: 0px;
	line-height: 0px;
	display: none;
}

.vodpod_videos_widget .vodpod_footer .vodpod_see_all {
	float: left;
}

.vodpod_videos_widget .vodpod_footer .vodpod_powered_by {
	float: right;
	width: 0px;
	text-align: right;
	margin-right: 10px;
}

.vodpod_videos_widget .vodpod_powered_by b {
	font-size: 1.4em;
}

.vodpod_videos_widget #vodpod_paging {
	float: right;
	display: inline;
	margin-right: 10px;
}

.vodpod_videos_widget #vodpod_paging #vodpod_paging_prev {
	left: 0px;
	top: 58px;
	width: 23px;
	height: 27px;
	cursor: pointer;
	background-image: url(../images/blue_arrow_left.gif);
	background-repeat: no-repeat;
}

.vodpod_videos_widget #vodpod_paging #vodpod_paging_prev a {
	display: none;
}

.vodpod_videos_widget #vodpod_paging #vodpod_paging_next {
	left: 720px;
	top: 58px;
	width: 23px;
	height: 27px;
	cursor: pointer;
	background-image: url(../images/blue_arrow_right.gif);
	background-repeat: no-repeat;
}

.vodpod_videos_widget #vodpod_paging #vodpod_paging_next a {
	display: none; 
}

