.youtubeblocker {
	position:relative;
	margin-bottom:10px;
	cursor:pointer;
	overflow: hidden;
}
.youtubeblocker .image {
	width:100%;
	height:100%;
	background-size:100% 100%;
}

.youtubeblocker .play-button {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-34px;
	margin-top:-23px;
	display:block;
	width:65px;
	height:47px;
	background: url('../images/playbut.png');
}

.youtubeblocker.over .play-button {
	background-position:-65px;
}

.youtubeblocker .overlay, .youtubeblocker .sharebox {
	display:none;
}

.youtubeblocker.sharing {
	cursor: inherit;
}

.youtubeblocker.sharing .overlay {
	display:block;
	background: #000;
	opacity: .8;
	width:100%;
	height:100%;
	position:absolute;
	left:0;top:0;
}

.youtubeblocker.sharing .sharebox {
	display:block;
	position: absolute;
	left:30px;
	top:30px;
	right:30px;
	height:150px;
	padding:10px;
	background: #FFF;
	-webkit-box-shadow:  0px 0px 50px 10px #000;
    box-shadow:  0px 0px 50px 10px #000;
}

.youtubeblocker .expire {
	position:absolute;
	font-size:10px;
	bottom:5px;
	right:10px;
}

.youtubeblocker.sharing .sharebox p {
	font-size:20px;
	margin-top:24px;
	text-align: center;
}

.youtubeblocker .sharebutholder {
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0px;
	left: 2px;
}
.youtubeblocker .sharebut {
	width:243px;
	height:56px;
	cursor: pointer;
	background: url('../images/sharebut.png') 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.youtubeblocker .controlls {
	height:35px;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background: url('../images/barbg.png');
}

.youtubeblocker .controlls .left-controlls {
	cursor:pointer;
	position:absolute;
	left:11px;
	height:35px;
	width:121px;
	background: url('../images/left_controlls.png') 0px 13px no-repeat;
}
.youtubeblocker .controlls .right-controlls {
	cursor:pointer;
	position:absolute;
	right:9px;
	height:35px;
	width:100px;
	background: url('../images/right_controlls.png') 0px 13px no-repeat;
}