


ul, li {margin: 0;padding: 0;}
	
.container {
	width:125px;
	height:110px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.slides {
	position:absolute;
	height:110px;
	width:125px;
	left:0;
}
.slides div {
	position:absolute;
	top:0;
	width:125px;
	height:110px;
	display:none;
}
#loopedSlider {
	width:125px;
	position:relative;
	clear:both;
	float:left;
	background: url('images/sliderbg.jpg') top no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


.previous {
	text-indent: -9999px;
	position:absolute;
	border:none;
	outline:none;
	cursor:pointer;
	top:73px;
	left:-0px;
	width:8px;
	height:18px;
	background-image: url(perv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 11px;
}
.next {
	text-indent: -9999px;
	position:absolute;
	border:none;
	outline:none;
	cursor:pointer;
	top:73px;
	width:9px;
	height:18px;
	background-image: url(next.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-left: 10px;
}
.previous:hover {
	background-image: url("perv.jpg") no-repeat;
	float: left;
	margin-left: 11px;
}
.next:hover {
	background:url('next.jpg') no-repeat;
	float: right;
	margin-left: 10px;
}









	

