/* 
    Document   : animab
    Created on : Feb 8, 2010, 2:45:33 PM
    Author     : Zion.trOOper
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.animab {  display: block; width: 684px; height: 300px; border: 0; margin: 0; padding: 0; z-index: 50}

.animab_image_container img {border: 0;}

.animab_quote_holder {left:0px; bottom:0px; width: 654px; height: 100px; z-index: 60; position: absolute; color: #FFFFFF; overflow: hidden;}
    .animab_quote_line1, .animab_quote_line2 {font-family: Verdana; font-size: 30px; position: absolute; height: 30px; display: none;}
    .animab_quote_line1{left: -700px; top: 20px; display: block; width: 100%; text-align: left }
    .animab_quote_line2{right: -700px; bottom:20px; display: block; width: 100%; text-align: right}

.animab_quote_background { background-color: #000000; left:0px; bottom:0px; width: 654px; height: 100px; z-index: 55; position: absolute;
                            /* for IE */ filter:alpha(opacity=60);  /* CSS3 standard */   opacity:0.6; overflow: hidden; display: none; }






