#left-back {
    width: 210px;
    height: 355px;
    background-image: url('tile.jpg');
    background-repeat: repeat;
    -ms-transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
    position: relative;
    top: -77px;
    left: -45px;
    opacity: 0;
}

#tv_banner_wrapper{
	width:300px;
	height:600px;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	font-family: bemio_italicregular;
	text-transform: uppercase;
	background:#000000;
	cursor:pointer;
}
#rollOverBlocker {
	position:absolute;
	right:0px;
	top:110px;
	height:30px;
	width:30px;
	background:none;
	z-index:20;
}

#tv_background{
	width:300px;
	height:213px;
	position: absolute;
	overflow:hidden;
	top:120px;
	left:0;
}

#tv_background_img{      /* start */
	opacity: 0;
	translate(-20px, -30px);
	-webkit-translate(-20px, -30px);
	-moz-translate(-20px, -20px);
	-o-translate(-20px, -20px);
	-ms-translate(-20px, -20px);
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	    width: 298px;
}
.tv_background_img_transitions{
	transition: all .7s ease-out;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
}

.step-1 #tv_background_img{      /* stop */
	opacity: 1 !important;
	translate(0px, 0px);
	-webkit-translate(0px, 0px);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#tv_body_text{
	display:block !important;
	position: absolute;
	font-size: 21px;
	line-height: 24px;
	left:7px;
	top:167px;
}

#tv_text1{				/* start */
	width:133px;
	position: relative;
	left:50px;
	opacity:0;
}
.tv_text_transitions{
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.step-2 #tv_text1{			/* stop */
	left:3px;
	opacity:1;
	
}

#tv_text2{				/* start */
	width:152px;
	position: relative;
	left:50px;
	opacity:0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.step-3 #tv_text2{   	/* stop */
	left:3px;
	opacity:1;
}

#tv_red{
	color:#E2383F;
}
#tv_header_image{
	position: absolute;
	top: -100px;
	left: 30px;
	transition: all .7s ease-out;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
}
.step-1 #tv_header_image{		/* stop */
	top: 33px;
}
#tv_footer{				/* start */
	display:block !important;
	position: absolute;
	width:300px;
	height:64px;
	background-color:#000000;
	top:602px;
	color:#fff;
	transition: all .7s ease-out;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
}

.step-1 #tv_footer{		/* stop */
	top:368px;
}

#tv_left_footer{
	width: 230px;
	font-size: 26px;
	line-height: 26px;
	position: absolute;
	top: -3px;
	left: 32px;
}

#tv_right_footer{
	width: 248px;
	left: 27px;
	top: 99px;
	position: absolute;
	font-size: 30px;
	line-height: 30px;
}

#tv_right_footer_text{
	position: relative;
	left:9px;
}