ul, li {margin: 0;padding: 0;}
	
.container {
	width:830px;
	height:110px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	float: left;
	margin-right: 5px;
	margin-left: 35px;
}

.container_1 {
	width:405px;
	height:110px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.slides {
	position:absolute;
	height:110px;
	width:135px;
	left:0;
}
.slides div {
	position:absolute;
	top:0;
	width:135px;
	height:110px;
	display:none;
}
#loopedSlider {
	width:860px;
	position:relative;
	clear:both;
	float:left;
	
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#loopedSlider_1 {
	width:405px;
	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: 5px;
}

.previous {
	text-indent: -9999px;
	position:absolute;
	border:none;
	outline:none;
	cursor:pointer;
	top:50px;
	left:0px;
	width:16px;
	height:16px;
	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:50px;
	width:16px;
	height:16px;
	background-image: url(next.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-left: 0px;
}
.previous:hover {
	background-image: url("perv.jpg") no-repeat;
	float: left;
	margin-left: 11px;
	height: 13px;
	width: 13px;
}
.next:hover {
	background:url('next.jpg') no-repeat;
	float: right;
	margin-left: 0px;
	height: 13px;
	width: 13px;
}









	

