/* pet carrier styles */

.vidWrapper{
	width:463px;
	height:400px;
}
.vidTop{
	position:absolute;
	top:15px;
	left:10px;
	background-image:url(../images/tvTop.jpg);
	width:456px;
	height:19px;
}
.vidLeft{
	position:absolute;
	left:10px;
	background-image:url(../images/tvLeft.jpg);
	width:17px;
	height:348px;
	top: 32px;
}
.vidRight{
	position:absolute;
	top:34px;
	left:447px;
	background-image:url(../images/tvRight.jpg);
	width:19px;
	height:348px;

}
.vidBottom{
	position:absolute;
	top:376px;
	background-image:url(../images/tvBottom.jpg);
	width:456px;
	height:34px;
	left: 10px;
}
.vidEmbed{
	position:absolute;
	top:33px;
	width:417px;
	height:341px;
	left: 26px;
}

