#image_rotator
{
	width: 553px;
	height: 173px; 
	padding: 0px;   
}

#image_rotator_nav
{
    border-bottom: 1px solid #2e3192;
    margin: 0px 0px 10px 0px;
	clear: both;
	float:right;
    width: 100%;
    padding: 8px 0px 8px 0px;
}

    #image_rotator_nav #image_rotator_buttons
    {
    	clear: both;
    	float:right;
        line-height: 20px;
    }

    #image_rotator_nav #image_rotator_buttons a
    {
    	border:1px solid #e3e1d5;
    	text-decoration:none;
    	padding: 0 7px;
    	margin-left:4px;
    	font-size:90%;
    	color:#cbc8ba;
    }
    
    #image_rotator_nav #image_rotator_buttons a.activeSlide
    {
    	border:1px solid #a19e94;
    	color:#a19e94;
    }
    
    #image_rotator_nav #image_rotator_buttons a:focus
    {
    	outline: none;
    }

