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

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

#container { width:300px; height:250px;	overflow:hidden; top:0px; position:absolute; background-color:#000; display:none; }

/* Global */
.def { position:absolute; top:0px; }
.adSize { position:absolute; top:0px; width:300px; height:250px; }
.anchorCenter { -webkit-transform-origin: center center; transform-origin: center center; }
.anchorTop { -webkit-transform-origin: center top; transform-origin: center top; }


/* Lion face */
#lionface1 { background: url(images/lionface1.jpg) no-repeat; }
#lionface2 { background: url(images/lionface2.jpg) no-repeat; }
#lionface3 { background: url(images/lionface3.jpg) no-repeat; }
#lionface4 { background: url(images/lionface4.jpg) no-repeat; }

/* Gradient */
#gradient1 { background: url(images/gradient1.png) no-repeat; width:519px; height:530px; left: 300px; top: 250px; }
#gradient2 { background: url(images/gradient2.png) no-repeat; width:519px; height:530px; left: 300px; top: 250px; }
#orangeAlpha { background: url(images/orangeAlpha.png) no-repeat; }

/* Text frame */
#txt { background: url(images/txt.png) no-repeat; }

/* Logo frame */
#logo { background: url(images/logo.png) no-repeat; }

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


