body{
	background-image: url('/aovivo/images/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

#videolive {
	max-width:1024px;
	width:100%;
	margin: 0 auto;
	box-shadow: 5px 5px 25px #333;
}


#viewlist{
	max-width:1024px;
	width:100%;	
	height:320px;
	margin:0 auto;
	
}

.videoitem {
	height: 175px;
	border:1px solid indigo;
	background-size:100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px auto; 
	cursor: hand;
	display: inline-block;
	}
	
.videotit {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 175px;
	color: #fff;
	z-index:100;
	opacity:0;
	padding:10px;
	font-weight:700;
	font-size: 14pt;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	overflow:hidden;
}
.videotit:hover {
	opacity:1;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}