#vodpod_videos_widget {
 height: 163px;
 background-color: #EDEDED;
 text-align: center;
 overflow: hidden;
 position: relative;
}

#vodpod_videos_widget table {
 padding: 0px;
 border-spacing: 6px; 
 margin-left: auto;
 margin-right: auto;
}

#vodpod_video_container {
 margin: 15px 0;
}

.vodpod_video {
 position: relative;
 width: 160px;
 height: 120px;
 border: 2px solid #6f6D72;
 cursor: pointer;
} 

.vodpod_video_title, .vodpod_video_views {
 text-align: left;
 color: white;
 font-size: 10px;
 padding: 5px;
 position: absolute;
 overflow: hidden;
 background: #185AA6;
 opacity: 0.9; 
 width: 150px;
 height: 2.5em;
 left: 0px;
 bottom: 0px;
}

.vodpod_video_views {
 display: none;
}

#vodpod_arrow_left {
 left: 0px;
 background: url(images/vodpod_arrow_left.png) no-repeat;
}

#vodpod_arrow_right {
 right: 0px;
 background: url(images/vodpod_arrow_right.png) no-repeat;
} 

#vodpod_arrow_left, #vodpod_arrow_right, #vodpod_balloon {
 width: 35px;
 height: 100%;
 position: absolute;
 top: 0px;
 cursor: pointer;
 background-position: center;
 display: none;
}

#vodpod_balloon {
 display: block;
 top: 12px;
 right: 0px;
 background: url(images/click_here_for_more_videos_balloon.png) no-repeat;
}

.vodpod_video_player {
 position: absolute;
 top: 10%;
 left: 10%;
 border: 2px solid #EDEDED;
 background: black;
 padding-bottom: 4em;
 width: 410px;
}

.vodpod_video_player_title {
/* height: 2em; */
 background: #185AA6;
 color: white;
 padding: 0.5em;
 opacity: 0.9;
 cursor: move;
}

.vodpod_video_player_embed {
 width: 400px;
 height: 320px;
 margin: 5px;
}

.vodpod_video_player_vodpod_logo {
 display: block;
 position: absolute;
 left: 0px;
 bottom: 0px;
 height: 20px;
 width: 120px;
 background: url(http://assetscdn.vodpod.com/images/icon_versions/20/powered_by_color.png) no-repeat left bottom;
 padding: 5px;
 margin: 5px;
 cursor: pointer;
}

.vodpod_video_player_close {
 color: white;
 padding: 5px;
 margin: 5px;
 border: 1px solid white;
 position: absolute;
 right: 0px;
 bottom: 0px;
 cursor: pointer;
}

