button{
	border:none
}

#jqueryWrapper{
	margin:0 auto;
	margin-top:-1px;
	margin-left:-1px;
	padding:0;
	height:319px;
	width:854px;
	background:transparent
}

#sliderOne{
	height:319px;
	width:854px;
	display:block;
	position:absolute;
	z-index:1
}

#sliderTwo{
	height:319px;
	width:854px;
	display:none;
	position:absolute;
	z-index:1
}

#sliderThree{
	height:319px;
	width:910x;
	display:none;
	position:absolute;
	z-index:1
}

#jqueryButtons{
	margin:10px 0 0 14px;
	width:35px;
	position:absolute;
	z-index:2;
	background:transparent
}

.clickerLeft{
	width:15px;
	float:left;
	cursor:pointer;
	background:url("../images/jqueryArrows.png") -1px 1px no-repeat
}

.clickerLeft:hover{
	width:15px;
	float:left;
	cursor:pointer;
	background:url("../images/jqueryArrows.png") -40px 1px no-repeat
}

.clickerRight{
	width:16px;
	float:right;
	cursor:pointer;
	background:url("../images/jqueryArrows.png") -59px 1px no-repeat
}

.clickerRight:hover{
	width:16px;
	float:right;
	cursor:pointer;
	background:url("../images/jqueryArrows.png") -20px 1px no-repeat
}

#jqueryDots{
	margin:295px 0 0 725px;
	width:60px;
	position:absolute;
	z-index:2
}

#dot1,#dot2,#dot3{
	display:block;
	width:20px;
	height:30px;
	cursor:pointer;
	float:left;
	background:url("../images/jqueryDots.png") no-repeat;
	background-position:-20px 1px
}