ol.singleVideosMoviePoster {
	list-style-type: none;
	height: 170px;
	margin: 10px;
	padding: 0;
}

ol.doubleVideosMoviePoster {
    list-style-type: none;
    height: 330px;
    margin: 10px;
    padding: 0;
}

li.videosMoviePoster {
    width: 120px;
    height: 160px;
    margin:3px;
    float:left;
    list-style: none;
}

.videosMovieTitle {
	position:relative;
	top: -160px;
	width:116px;
	height:145px;
	overflow:hidden;
	text-overflow: ellipsis;
	text-align:center;
	white-space: nowrap;
	background-color: #26466C;
	opacity:0;
	font-weight: bold;
	padding-left:4px;
	padding-top:15px;
    filter: alpha(opacity=0); /* IE6+ */
    color:#fff;
}

.videosMovieTitle:hover {
    opacity:0.9;
    filter: alpha(opacity=90); /* IE6+ */
}

.videoverlayLink {
	text-overflow:none;
}

.videoTitleLink {
	color:#fff;
}