/* 
general styles 
*/

body{
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    width: 300px;
    height: 250px; 
}

#guide {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/_guide_04.jpg");
}

#banner {
    width: 300px;
    height: 250px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
}
#banner_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    z-index: 10;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: white
}

#banner_btn:hover {
    cursor: pointer
}

#banner_border {
    position: absolute;
    top: 0;
    left: 0;
    border: 0px #999 solid;
    width: 298px;
    height: 248px;
    z-index: 9;
}

.container {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    padding: 0 auto;
}

/* 
font styles 
*/

p {
    font-family: "comic sans ms", monospace;
    font-size: 12px;
    font-weight: 100;
    color: antiquewhite;
    padding: 20px;
    text-align: left;
}
h1 {
    font-family: "comic sans ms", monospace;
    font-size: 28px;
    font-weight: 100;
    color: antiquewhite;
    padding: 20px;
    text-align: left;
}
h2 {
    font-family: "comic sans ms", monospace;
    font-size: 24px;
    font-weight: 100;
    color: antiquewhite;
    padding: 20px;
    text-align: left;
}
h3 {
    font-family: "comic sans ms", monospace;
    font-size: 18px;
    font-weight: 100;
    color: antiquewhite;
    padding: 20px;
    text-align: left;
}
/*
 frame styles 
*/

#frame1 #copy1 {
    position: absolute;
    left: 103px;
    top: 29px;
    width: 187px;
    height: 122px;
    overflow: hidden;
    z-index: 4;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#frame1 #copy1 #copy1Container{
    position: absolute;
    top: 12px;
    left: 0px;
}

#frame1 #copyTop {
    position: absolute;
    left: 149px;
    top: 17px;
    width: 74px;
    height: 18px;
    overflow: hidden;
    z-index: 6;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#frame1 #copyTop img{
    position: absolute;
    top: -367px;
    left: -56px;
}

#frame1 #copyBottom {
    position: absolute;
    left: 137px;
    top: 118px;
    width: 136px;
    height: 21px;
    overflow: hidden;
    z-index: 6;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#frame1 #copyBottom img{
    position: absolute;
    top: -396px;
    left: -24px;
}

#frame1 #barTop{
    position: absolute;
    width: 182px;
    height: 4px;
    top: 15px;
    left: 105px;
    z-index: 5;
}

#frame1 #barBottom{
    position: absolute;
    width: 182px;
    height: 4px;
    top: 132px;
    left: 105px;
    z-index: 5;
}

#allImage{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

#allImage #img1{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#allImage #img2{
    position: absolute;
    top: 0px;
    left: -300px;
    z-index: 2;
}

#allImage #img3{
    position: absolute;
    top: 0px;
    left: -600px;
    z-index: 1;
}



#end_frame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    overflow: hidden;
    z-index: 10;
}

#end_frame #imgEnd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    z-index: 1;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#end_frame #copyEnd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    z-index: 2;
    background: transparent;
    overflow:hidden;
}


#end_frame #copy6 {
    position: absolute;
    top: 189px;
    left: 134px;
    width: 128px;
    height: 49px;
    z-index: 10;
    overflow: hidden;
}

#end_frame #copy6 img{
    position: absolute;
    top: -569px;
    left: 1px;
}


/* 
container styles 
*/

.image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    padding: 0 auto;
}
.back {
    background-color: #fff;
}
.front {
    background-color: #fff;
}
.page {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
/* 
button - cta styles 
*/

#cta {
    position: absolute;
    width: 130px;
    height: 36px;
    left: 135px;
    top: 150px;
    overflow: hidden;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#cta_btn {
    position: absolute;
    z-index: 0;
    width: 120px;
    height: 30px;
    left: 0px;
    background: none
}

#cta_btn_img{
    position: absolute;
    z-index: 0;
    top: 0px;
    width: 118px;
    height: 35px;
    overflow: hidden;
}

#cta_btn_img img{
    position: absolute;
    top: -444px;
    left: 0px;
}

#banner:hover {
    cursor: pointer;
}