/*-------------------------------------
    Reset
---------------------------------------*/
*           {margin: 0; padding: 0; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box;}
#banner *   {position: absolute;}
#banner br  {position: static;}
img         {border: none; width: 300px;}

/*-------------------------------------
    Layout
---------------------------------------*/
#ad           	 {width: 300px; height: 250px; background: #076ca9; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
#banner       	 {position: absolute; display: block; width: 300px; height: 250px; overflow: hidden; cursor: pointer; visibility: hidden; background: #076ca9;}
.outerBorder     {width: 300px; height: 250px; border:1px solid rgba(0,0,0,.1);}
.clicktag     	 {width: 300px; height: 250px; left: 0; bottom: 0; cursor: pointer; background:transparent; opacity:0; z-index: 10;}
.clicktag img 	 {border: none; outline: none;}
#frame_one, #frame_two, #frame_three, #common  {width: 100%; height: 250px; overflow: hidden;}

/*-------------------------------------
    Banner Body
---------------------------------------*/
.bg1             {width: 325px; height: 250px; left: -25px; top: 0px;}
.bg2             {width: 350px; height: 300px; left: -25px; top: -25px;}
.hover           {opacity: 0;}
.line            {background: #ffffff; left: 24px; top: 151px; width: 204px; height: 2px;}
