*{
	margin:5;/*----------------leave the space between navigation and img------------------------*/
	padding:0;
}

#container{
	width:1000px;
	height:460px;
	position:relative;
}

/*
#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}
#container .prevButton {
    cursor: pointer;
    z-index: 2000;
    left: 0px;
    background: url('../images/buttons.png') no-repeat scroll left top transparent;
    height: 26px;
    position: absolute;
    width: 18px;
    margin-bottom: 1%;
    margin-right:  94%;
}
*/
#container .prevButton {
    	height: 40px;
    	width: 30px;
	position: absolute;
	/*background: url('../images/buttons.png') #000 no-repeat transparent;*/
	background: url('../images/buttons.png') #000 no-repeat;
	background-position: 0 0;
	bottom: 20px;
	cursor: pointer;
    	z-index: 2000;
	background-position:left top;
	right: 53px;
}
/*
#container .prevButton:hover{ background-position:left bottom;left:0;}
*/

#container .nextButton{
	position:absolute;
	height:40px;
	width:30px;
	background:url('../images/buttons.png') #000 no-repeat;
	background-position: 100% 0px;
	bottom: 20px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right: 20px;
}
/*
#container .nextButton:hover{background-position:right bottom;right:0;}
*/
#container ul{
	width:1000px;
	height:460px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}


