
/***************  templates/moduleThemes/default/videos/style.viewItem.css  ***************/

.moduleOutput {
	margin-top: 30px;
}

.moduleOutput .tour {
	position: relative;
	float: left; _display: inline;
	width: 190px; height: 120px;
	margin: 0 20px 17px 0;
}

.moduleOutput .tour h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 2px 5px;
	width: 180px;
	background: url(http://www.wilsonisland.com/templates/moduleThemes/default/videos/title-bg.png) repeat;
}

.moduleOutput .tour .view-link {
	position: absolute;
	left: 75px; 
	top: 35px;
	width: 40px;
	height: 40px;
	z-index: 1;
	background: url(http://www.wilsonisland.com/templates/moduleThemes/default/videos/video-play.png) no-repeat;
}
.moduleOutput .tour .view-link:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

