/* 
    Document   : fotos
    Created on : 21/06/2009, 01:22:46
    Author     : Hermes Alves
    Description:
        Purpose of the stylesheet follows.
*/

            /* image replacement */
            .graphic, #prevBtn, #nextBtn{
                margin:0;
                padding:0;
                display:block;
                overflow:hidden;
                text-indent:-8000px;
            }
            /* // image replacement */


            #container2{
                margin:0 auto;
                position:relative;
                text-align:left;
                width:200px;
                margin-bottom:2em;
            }

            /* Easy Slider */

            #slider5{
                width:250px;
            }
            #slider5 ul, #slider5 li{
                margin:0;
                padding:0;
                list-style:none;

            }
            #slider5 li{
                /*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
                width:250px;
                height:280px;
                overflow:hidden;
            }
            #prevBtn, #nextBtn{
                display:block;
                width:30px;
                height:77px;
                position:absolute;
                left:-30px;
                top:71px;
            }
            #nextBtn{
                left:220px;
            }
            #prevBtn a, #nextBtn a{
                display:block;
                width:30px;
                height:77px;
                background:url(http://saojoao.araripina.com.br/customizacao/btn_prev.gif) no-repeat 0 0;
            }
            #nextBtn a{
                background:url(http://saojoao.araripina.com.br/customizacao/btn_next.gif) no-repeat 0 0;
            }

