.video {
	float: left;
	border: 1px solid white;
	padding: 1px;
	position: relative;
	background-color: black;
	width: 150px;
	height: 150px;
	margin: 3px;
	color: white;
	font-size: 10px;
	overflow: hidden;
}
.video-buttons {
	position: absolute; 
	width: 150px; 
	height: 150px;
}

.video-button {
	/* for IE */
	filter:alpha(opacity=20);
	/* CSS3 standard */
	opacity:0.2;	
	float: left;
	cursor: pointer;
}
.video-inner {
	width: 49px;
	height: 49px;
	z-index:102;
}

.video-plus {
	background: url("/img/buttons/plus2.png");		
}

.video-minus {
	background: url("/img/buttons/minus.png");		
}

.video-play {
	background: url("/img/buttons/play2.png");		
}
.video-fb {
	background: url("/img/buttons/fb2.png");		
}

