@charset "UTF-8";


body {
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:728px;
	height:90px;
}


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

#ibvBorder {
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:relative;
	border-color:#bebebe;
	border-width:1px;
	border-style:solid;
	width:726px;
	height:88px;
	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:3px;
	right:40px;
	z-index:3; 
}

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


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


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


#ibvPosterOverlay img {
	border-color:#bebebe;
	border-width:0px;
	border-style:solid;
	position:absolute;
	overflow:hidden;
	top:3px;
	right:40px;
	width:140px;
	height:80px;
	z-index:4;
}


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


#ibvPlayOverlay img {
	overflow:hidden;
	position:absolute;
	border:none;
	top:14px;
	right:40px;
	width:140px;
	height:62px;
	z-index:4;
}


#ibvClickOverlay {
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	width:140px;
  	height:45px;
	top:3px;
	right:40px;
	display:block;
	z-index:3;
}


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


#ibvSoundOverlay img {
	position:absolute;
	overflow:hidden;
	border:none;
	top:33px;
	right:69px;
	width:82px;
	height:24px;
	z-index:3;
}


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


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


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


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