.slider {
	float:left;
	width:655px;
	height:325px;
	position: absolute;
}
.sliderContent {
	float:left;
	width:655px;
	height:300px;
	clear:both;
	position:relative;
	overflow:hidden;
}
.sliderContent .item {
	position:absolute;
	width:655px;
	height:300px;
	background:#fff; 
}

.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background-image:url(images/prev_next2.png);
	width:50px;
	height:75px;
	position:absolute;
	top:50%;
	margin-top:-35px;
}

.prev {
	background-position:0 0;
	left:15px;
}

.prev:hover {
	background-position:0 -75px;
}

.next {
	right:15px;
	background-position:-50px 0;
}

.next:hover {
	background-position:-50px -75px;
}

.sliderBullets {
	position:absolute;
	bottom:0;
	left:50%;
	z-index:10;
	/*margin-left:-45px;*/
}
.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:16px;
	height:16px;
	background:url(images/bullets2.png) no-repeat;
}
.sliderBullets .active {
	background-position:0 -16px;
}
.sliderContent a {
	outline:none;
}
/*a {
	color:#fff;
}
a img {
	border:none;
}
*/
