#bottom-anim-2
div{
	position:absolute
}

#bottom-anim-2 #tv-overlay{
	left:258px;
	bottom:40px;
	z-index:200
}

#bottom-anim-2
#tv{
	left:274px;
	bottom:46px;
	z-index:100;
	-webkit-animation:tv 1s linear infinite alternate;
	-moz-animation:tv 1s linear infinite alternate;
	-o-animation:tv 1s linear infinite alternate;
	-ms-animation:tv 1s linear infinite alternate;
	animation:tv 1s linear infinite alternate
}

@-webkit-keyframes
tv{
	0%{
		opacity:0.2
	}

	100%{
		opacity:1
	}

}

@-moz-keyframes
tv{
	0%{
		opacity:0.2
	}

	100%{
		opacity:1
	}

}
