
/*_____________________________________________________________________  nav  */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#sb-nav-close {
  background-image: url(icons/close.png);
  background-repeat: no-repeat;
}
#sb-nav-close:hover {
  background-image: url(icons/close_hover.png);
  background-repeat: no-repeat;
}
#sb-nav-next {
  background-image: url(icons/next.png);
  background-repeat: no-repeat;
}
#sb-nav-next:hover {
  background-image: url(icons/next_hover.png);
  background-repeat: no-repeat;
}
#sb-nav-previous {
  background-image: url(icons/previous.png);
  background-repeat: no-repeat;
}
#sb-nav-previous:hover {
  background-image: url(icons/previous_hover.png);
  background-repeat: no-repeat;
}
#sb-nav-play {
  background-image: url(icons/play.png);
  background-repeat: no-repeat;
}
#sb-nav-play:hover {
  background-image: url(icons/play_hover.png);
  background-repeat: no-repeat;
}
#sb-nav-pause {
  background-image: url(icons/pause.png);
  background-repeat: no-repeat;
}
#sb-nav-pause:hover {
  background-image: url(icons/pause_hover.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.sb-clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

div#sb-title { background-color: #fff; text-align: center; }
div#sb-title-inner {	
	color: #444 !important;
	padding-left: 5px;
	padding-right: 5px;		
}
/*
div#sb-info {
	background-color: #fff;
}

div#sb-info-inner {
	color: #444;
	padding-left: 5px;
	padding-right: 5px;
}
*/