/* remember to define focus styles! */
:focus {outline: 0;}

div#slideshow {
margin:0 auto;
width: 850px;
height:330px;
position:relative;
z-index:1;
background:#000;
 -moz-box-shadow: 0px 14px 30px 0px #B76F0C;
 -webkit-box-shadow: 0px 14px 30px 0px #B76F0C;
  box-shadow: 0px 14px 30px 0px #B76F0C;
}

#image_rotator { 
width: 850px;
height: 330px; 
position: relative;
left: 0px;
padding: 0;
margin: 0;
}

#image_rotator ul.ui-tabs-nav { 
margin: 0; 
padding: 0 0 0 30px;
position: absolute; 
left: 0px;
top:10px;
height: 102px;
list-style: none; 

}

#image_rotator ul.ui-tabs-nav li { 
margin: 0 5px 0 0;
padding: 0;
list-style: none;
float: left;
}

#image_rotator ul.ui-tabs-nav a {
margin: 17px 4px 0 0;
height: 10px;
width: 10px;
display: block;
font-size: 0;
text-indent: -9999px;
text-decoration: none;
background: url(images/slideshow-circle.png) no-repeat;
outline: none;
}

#image_rotator ul.ui-tabs-nav a:hover, 
#image_rotator li.ui-tabs-selected a {
background-position: 0 -10px;
}

#image_rotator .ui-tabs-panel { 
width: 850px;
height: 330px;
}


#image_rotator .ui-tabs-hide{ 
display: none; 
}