.vtem_images_rotator{
width:100%;
position:relative;
height:auto;
display:block;
}
.vtem_images_rotator .arrow{
	width:38px;
	height:38px;
	background:url(../images/vt_nav_rotator.png) left top no-repeat;
	position:absolute;
	top:45%;
	margin-top:-22px;
	left:0;
	cursor:pointer;
	z-index:1000;
	text-indent:-99999px;
}

.vtem_images_rotator .next{
    background-position:right top;
	left:auto;
	right:0;
	position:absolute;
	top:45%;
	margin-top:-22px;
	cursor:pointer;
	width:38px;
	height:38px;
	z-index:1000;
}
.vtem_images_rotator .arrow:hover{
	background-position:left bottom;
}

.vtem_images_rotator .next:hover{
	background-position:right bottom;
}
.vtem_images_rotator img{margin:0;}
