.vodpod_videos_widget {
	width: 670px;
	color: #fff;
	margin-top: 0px;
	position: relative;
}

#homevideos .vodpod_videos_widget {
	width: 200px;
	color: #fff;
	margin-top: 0px;
	position: relative;
}

#homevideos .videos-left {
	width: 100px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
#homevideos .videos-right {
	width: 100px;
	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: 120px;
	height: 95px;
	border: 1px #CE1400 solid;
	margin: 0px 12px 12px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#homevideos .vodpod_videos_widget .vodpod_video {
	float: left;
	cursor: pointer;
	position: relative;
	display: inline;
	width: 100px;
	height: 75px;
	border: 1px #474747 solid;
	margin: 0px 5px 5px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#homevideos .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;
}

.vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail img {
	width: 120px;
	height: 95px;
	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: 120px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	height: 95px;
	bottom: 0px;
	left: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:none;
}

.vodpod_videos_widget .vodpod_video .vodpod_video_title {
	position: absolute;
	font-weight: bold;
	height: 60px;
	width: 110px;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
	bottom: 0px;
	padding: 5px;
	left: 1px;
	color: #fff;
	display: none;
	text-transform: uppercase;
}

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

#homevideos .vodpod_videos_widget .vodpod_video .vodpod_video_placeholder1 {
	position: absolute;
	background: #000000;
	width: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	height: 75px;
	bottom: 0px;
	left: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:none;
}

#homevideos .vodpod_videos_widget .vodpod_video .vodpod_video_title {
	position: absolute;
	font-weight: bold;
	width: 90px;
	height: 60px;
	font-size: 10px;
	line-height: 13px;
	overflow: hidden;
	bottom: 0px;
	padding: 5px;
	left: 1px;
	color: #fff;
	display: none;
	text-transform: uppercase;
}

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

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

#homevideos .vodpod_videos_widget .vodpod_video:hover .vodpod_video_title,
		.vodpod_videos_widget .vodpod_video:hover .vodpod_video_title {
	display: block;
	text-decoration: none;
}
#homevideos .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; 
}