﻿*{
	margin:0;
	padding:0;
}

#container{
	width:1280px;
	height:176px;
	position:relative;
}

#container .prevButton{
	height:27px;
	width:27px;
	position:absolute;
	background:url('buttons.png') no-repeat;
	top:104%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2200;
	background-position:left top;
	left:1220px;
	opacity:0.5
}

#container .prevButton:hover{ background-position:left bottom;left:1220px;}

#container .nextButton{
	height:27px;
	width:27px;
	position:absolute;
	background:url('buttons.png') no-repeat;
	top:104%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2200;
	background-position:right top;
	right:3px;
	opacity:0.5
}

#container .nextButton:hover{background-position:right bottom;right:3px;}

#container ul{
	width:1280px;
	height:176px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}


