@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
}

#container { width:300px; height:250px;	overflow:hidden; top:0px; position:absolute; background-color:#f7f7f7;
	/*background: url(_guides/_GUIDE1.png) no-repeat;*/
	display:none;
}

/* Global */
.adSize { position:absolute; top:0px; width:300px; height:250px; }
.defPos { position:absolute; top:0px; left:0px; }
.photoSize { position:absolute; top:54px; left:10px; width:280px; height:146px; }
.splatSize { position:absolute; top:10px; left:10px; width:280px; height:230px; }
.anchorCenter { -webkit-transform-origin: center center; transform-origin: center center; }

/* Background */
#bg1 { background-color:#e0e0e0; }
#bg2 { background: url(images/bg.jpg) no-repeat; }

/* Frame 1 */
#photo1 { background: url(images/photo1.jpg) no-repeat; }
#photo2 { background: url(images/photo2.jpg) no-repeat; }
#photo3 { background: url(images/photo3.jpg) no-repeat; }
	#txt1a { background: url(images/txt1a.png) no-repeat; }
	#txt1b { background: url(images/txt1b.png) no-repeat; }
	#txt1c { background: url(images/txt1c.png) no-repeat; }
	#txt2a { background: url(images/txt2a.png) no-repeat; }
	#txt2b { background: url(images/txt2b.png) no-repeat; }
	#txt2c { background: url(images/txt2c.png) no-repeat; }
#logo1 { background: url(images/logo1.png) no-repeat; }

/* Frame 2 */
#bg3 { background-color:#e0e0e0; }
	#txt3a { background: url(images/txt3a.png) no-repeat; }
	#txt3b { background: url(images/txt3b.png) no-repeat; }
	#txt3c { background: url(images/txt3c.png) no-repeat; }

#splatWrapper { overflow:hidden; }
#splat { background: url(images/splat.jpg) no-repeat; width:280px; height:230px; }
	#txt4a { background: url(images/txt4a.png) no-repeat; }
	#txt4b { background: url(images/txt4b.png) no-repeat; }

#logo2 { background: url(images/logo2.png) no-repeat; }

/* Clickthrough */
#bg_clickthrough { background-color:#fff; cursor: pointer; opacity:0; }

/* TEMP */
#frame2 { /*display:none;*/ }
#frame3 { /*display:none;*/ }

