    .prettyGallery * { margin: 0; padding: 0; border: 0; }

    div.prettyGallery ul.prettyGallery {
        top:5px;
        left:20px;
        list-style: none;
        float: left;
        margin: 5px 0px 2px 10px;
    }
	div.prettyGallery .paginacao {
		margin-top:95px;
	}
	
	div.prettyGallery .prev {
        float:left;
		margin-left:30px;
    }
	
	div.prettyGallery .next {
        float:right;
		margin-right:30px;
    }

    div.prettyGallery ul.prettyGallery li {padding-right:10px; display: block; float: left; margin-right: 5px; padding-top:5px; }

    ul.prettyNavigation {
        float: left; clear: left;
        list-style: none;
        margin: 0px 0 0 15px;
        border: 0px;
    }

    ul.prettyNavigation li {
        display: block;
        float: left;
        width: 215px; height: 15px;
        line-height: 15px;
        font-size: 0.8em;
        text-align: center;
        text-transform: uppercase;
        color: #696969;
        padding: 0;
    }

    ul.prettyNavigation li.prev { width: 35px; }
    ul.prettyNavigation li.prev a {
        display: block;
        width: 100%; height: 15px;
        text-indent: -10000px;
        background: url(../images/prettyGallery/previous.gif) top left no-repeat;
    }

    ul.prettyNavigation li.next { width: 35px; }
    ul.prettyNavigation li.next a {
        display: block;
        width: 100%; height: 15px;
        text-indent: -10000px;
        background: url(../images/prettyGallery/next.gif) top right no-repeat;
    }

    ul.prettyNavigation li.next a:hover { background-position: 100% -18px; }
    ul.prettyNavigation li.prev a:hover { background-position: 0 -18px; }

    ul.prettyNavigation li.next a.disabled,
    ul.prettyNavigation li.next a.disabled:hover { background-position: 100% -36px; cursor: default; }
    ul.prettyNavigation li.prev a.disabled,
    ul.prettyNavigation li.prev a.disabled:hover { background-position: 0 -36px; cursor: default; }
				

	
