
/***************************************************/
/***************************************************/
/* HOMEPAGE - BILLBOARD SLIDESHOW STYLES */

#fragment_1,
#fragment_2,
#fragment_3,
#fragment_4,
#fragment_5 {
  width: 920px;
  height: 272px;
}

#fragment-1 {
  background: transparent url(../images/billboard_sprite_01.jpg) no-repeat 0px 0px ;
  background-position: 
}

#fragment-2 {
  background: transparent url(../images/billboard_sprite_01.jpg) no-repeat 0px -272px;
}

#fragment-3 {
  background: transparent url(../images/billboard_sprite_01.jpg) no-repeat 0px -544px;
}

#fragment-4 {
  background: transparent url(../images/billboard_sprite_01.jpg) no-repeat 0px -816px;
}

#fragment-5 {
  background: transparent url(../images/billboard_sprite_01.jpg) no-repeat 0px -1088px;
}



/* Tabs */
ul.ui-tabs-nav, 
li.ui-tabs-nav-item, 
li.ui-tabs-nav-item a:link, 
li.ui-tabs-nav-item a:visited,
a#play_pause {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  list-style:none;
  float:left;
}

ul.ui-tabs-nav {
/*  position:absolute;
*/  
position: relative;
  bottom:36px;
  left:879px;
  z-index:10;
  padding: 0 5px;
  background-color: #d0e5fa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

a#play_pause {
  position: relative;
  bottom:36px;
  left:879px;
  z-index:10;
  padding: 0 5px;
  background-color: #d0e5fa;
  border-top: 1px solid #ccc;
}

a#play_pause {
  display: block;
  height: 25px;
  width: 12px;
  background:#d0e5fa url(../images/button_pause.gif) no-repeat;
  background-position: 0px 0px;
  background-image: 
}

li.ui-tabs-nav-item a {
  display: block;
  height: 25px;
  width: 12px;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {
  background:#d0e5fa url(../images/rotator_sprite_01.gif) no-repeat;
  background-position: 0px 0px;
}


/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
  background:#d0e5fa url(../images/rotator_sprite_01.gif) no-repeat;
  background-position: 0px -27px;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
  background:#d0e5fa url(../images/rotator_sprite_01.gif) no-repeat;
  background-position: 0px -54px;
}


/* Content Panels */
#rotator {
  background: url(../images/bg_billboard.png) no-repeat;
}

#rotator .ui-tabs-panel {
/*  clear:left;
*/  height:272px;
}

#rotator h1,
#rotator h2 {
  width: 450px;
  text-align: left;
  font-family: arial;
  font-weight: normal;
}

#rotator h1 {
  font-size: 30px;
  border: none;
  line-height: 33px;
  margin: 0 0 0 0;
  padding: 60px 40px 0 40px;
  color: #003263;
}

#rotator h2 {
  margin: 0 0 0 0;
  padding: 40px 0 0 40px;
  border: none;
  font-weight: normal;
  color: #437bba;
  font-size: 23px;
}

#rotator a {
  color: #f08253;
}

#rotator .ui-tabs-hide {
  display:none;
}

div#tab_wrapper {
  height: 30px;
  width: 200px;
  border: 1px red solid;
  position: relative;
  bottom:-246px;
  left:815px;
  z-index:10;
}
 



