@charset "UTF-8";


body {
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:300px;
	height:250px;
}


#ibvWrapper {
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:relative;
	width:300px;
	height:250px;
	z-index:5;
}

#ibvBorder {
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:relative;
	border-color:#bebebe;
	border-width:1px;
	border-style:solid;
	width:298px;
	height:248px;
	display:block;
	z-index:5;
}


#ibvSource {
	border-color:#bebebe;
	border-width:0px;
	border-style:solid;
	display:block;
	background-color:#f0f0f0;
	overflow:hidden;
	position:absolute;
	top:70px;
	right:13px;
	z-index:3; 
}

#ibvBackground {
	display:block;
	cursor:pointer;
}


#ibvBackground img {
	position:absolute;
	overflow:hidden;
	border:none;
	top:0px;
	left:0px;
	width:300px;
	height:250px; 
	z-index:1;
}


#ibvPosterOverlay {
	display:block;
	cursor:pointer;
}


#ibvPosterOverlay img {
	position:absolute;
	overflow:hidden;
	top:0px;
	right:0px;
	width:300px;
	height:250px;
	z-index:4;
}


#ibvPlayOverlay {
	display:block;
	cursor:pointer;
}


#ibvPlayOverlay img {
	overflow:hidden;
	position:absolute;
	border:none;
	top:173px;
	right:0px;
	width:300px;
	height:77px;
	z-index:4;
}


#ibvClickOverlay {
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	width:270px;
  	height:90px;
	top:70px;
	right:13px;
	display:block;
	z-index:3;
}


#ibvSoundOverlay {
	display:none;
	cursor:pointer;
}


#ibvSoundOverlay img {
	position:absolute;
	overflow:hidden;
	border:none;
	top:128px;
	right:82px;
	width:133px;
	height:37px;
	z-index:3;
}


#ibvFacebookOverlay {
	cursor:pointer;
	display:none;
}


#ibvFacebookOverlay img {
	position:absolute;
	overflow:hidden;
	border:none;
	top:8px;
	right:13px;
	width:24px;
	height:24px;
	z-index:2;
}


#ibvTwitterOverlay {
	cursor:pointer;
	display:none;
}


#ibvTwitterOverlay img {
	position:absolute;
	overflow:hidden;
	border:none;
	top:38px;
	right:13px;
	width:24px;
	height:24px;
	z-index:2;
}