﻿    #container{
	width:795px;
	height:506px;
	position:relative;
    }


    #container ul{
	width:795px;
	height:506px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
    }


    #container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('Imagens/buttons.png') no-repeat;
	top:40%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
    }

    #container .prevButton:hover{ background-position:left bottom;left:0;}

    #container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('Imagens/buttons.png') no-repeat;
	top:40%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
    }

    #container .nextButton:hover{background-position:right bottom;right:0;}