img {
    margin:0;
    padding:0;
    border:0;
}


ul.slides_rotator{
	margin: 0px;
	padding: 0;
	position: relative;
    list-style: none;
}


div.rotator{
	float: left;
	margin: 0 0px;
    position: relative;
}

a.rotator-nav{
	position: absolute;
	top: 50%;
	margin-top: 0px;
	z-index: 3;
	cursor: pointer;	
}


a.rotator-nav div{
	height: 32px;
	width: 32px;
	background: url('../images/nav.png')  no-repeat;	
}

#rotator-left{
	left:0px;	
}

#rotator-left div{
	background-position: 0 0;	
}



#rotator-right{
	right:8px;
}

#rotator-right div{
	background-position: -32px 0;	
}

