

.rotation {
float:left;
width:562px; /* important to be same as image width */
height:260px; /* important to be same as image height */
position:relative;


}

.rotationContent {
float:left;
width:562px; /* important to be same as image width */
height:260px; /* important to be same as image height */
clear:both;
position:relative;
overflow:hidden;
}

.rotationContent .item {
position:absolute;
width:562px; /* important to be same as image width */
height:260px; /* important to be same as image height */
background:#fff;
}

.rotationBullets {
position:absolute;
bottom:10px;
left:10%;
z-index:50;
margin-left:-45px;
}

.rotationBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../img/bullets.png) no-repeat;
}

.rotationBullets .active {
background-position:0 -11px;
}

.rotationContent a {
outline:none;
}
