/**
 * The default CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * You should have received a license with this distribution explaining the terms
 * under which Shadowbox may be used. If you did not, you may obtain a copy of the
 * license at http://shadowbox-js.com/LICENSE
 *#30390A #30390A
 * @author      Michael J. I. Jackson <michael@mjijackson.com>
 * @copyright   2007-2009 Michael J. I. Jackson
 */
z
/*_____________________________________________  container, overlay, & wrapper  */
#sb-container, #sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
#sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  height: expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}
#sb-container a, #sb-container a:link, #sb-container a:active, #sb-container a:visited {
	color: #fff;
}
#sb-container a:hover {
	text-decoration: none;
}
/*_________________________________________________________________  wrapper  */
#sb-wrapper {
  position: relative;
}
#sb-wrapper img {
  border: none;
}

/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#sb-body-inner {
  position: relative;
  height: 100%;
}
#sb-content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
  margin: 0 0 0 -10px;
}
#sb-body, #sb-loading {
  background: #7A8935;
}

/*____________________________________________________________  title & info  */
#sb-title, #sb-info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding  */
  padding: 0;
  overflow: hidden;
}
#sb-info {
	overflow: visible;
}
#sb-title-inner, #sb-info-inner {
  position: relative;
}
#sb-title, #sb-title-inner {
  height: 26px;
}
#sb-title-inner {
	color: #fff;
	font: normal 22px/26px Calibri, Arial, sans-serif;
	margin: 0 70px 0 0;
}
#sb-info, #sb-info-inner {
}
#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
  display: none;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#sb-nav-close, #sb-nav-close:link, #sb-nav-close:active, #sb-nav-close:visited {
	background: url(../images/cross.png) center right no-repeat;
	_background: url(../images/cross.gif) center right no-repeat;
	color: #fff;
	font: normal 11px/17px Arial, sans-serif;
	display: block;
	height: 20px;
	padding: 0 25px 0 0;
	margin: 4px 0 0 0;
}
#sb-nav-close:hover {
	text-decoration: none;
}
#sb-nav-close span {
	cursor: pointer;
}
#sb-nav-play {
	background-position: 0 0;
}
#sb-nav-pause {
	background-position: -48px 0;
}
ul.sb-thumbs-controls {
	margin: 7px 0 0 0;
}
ul.sb-thumbs-controls li {
	float: left;
	margin: 0 0 0 10px;
}
ul.sb-thumbs-controls li.spacer {
	border-right: 1px dotted #BAC09F;
	padding: 0 10px 0 0;
}
ul.sb-thumbs-controls li a {
	background: url(../images/shadowbox/sb-thumbs-navigation.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 8px;
	overflow: hidden;
}
ul.sb-thumbs-controls li a span {
	display: none;
}
a#sb-thumbnails-first {
	background-position: -14px 0;
	width: 6px;
}
a#sb-thumbnails-first:hover {
	background-position: -14px -8px;;
}
a#sb-thumbnails-next {
	background-position: 0px 0px;
	width: 4px !important;
}
a#sb-thumbnails-next:hover {
	background-position: 0 -8px;;
}
a#sb-thumbnails-prev {
	background-position: -4px 0;
	width: 4px;
}
a#sb-thumbnails-prev:hover {
	background-position: -4px -8px;;
}
a#sb-thumbnails-last {
	background-position: -8px 0;
	width: 6px;
}
a#sb-thumbnails-last:hover {
	background-position: -8px -8px;;
}
#sb-thumbnails-inner img {
	border: 1px solid #58612D;
	cursor: pointer;
	margin: 0 5px 0 0;
	opacity: 0.7;
}
#sb-thumbnails-inner img:hover {
	opacity: 1;
}
#sb-thumbnails-inner img.annouce {
	border: 1px solid #485800;
	cursor: default;
	opacity: 1 !important;
}
#sb-thumbnails-inner img:last-child {
	margin: 0;
}
/*_________________________________________________________________  counter  */
#sb-counter {
	display: none;
  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;
}

/*________________________________________________________________  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;
}

/*________________________________________________________________  messages  */
#sb-thumbnails {
	background: #485800;
	border-left: 1px solid #6B7B1C;
	border-right: 1px solid #6B7B1C;
	border-bottom: 1px solid #6B7B1C;
    height: 57px;
    position: relative;
    margin: 0 auto;
    padding: 10px 10px 20px 10px;
    width: 241px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#sb-thumbnails-carousel {
    width: 241px;
    height: 57px;
    overflow: hidden;
}

.sb-thumbnails-carousel-control {
    width: 20px;
    height: 55px;
}

#sb-thumbnails-prev {
    left: 0;
}

#sb-thumbnails-next {
    right: 0;
}
/*________________________________________________________________  custom  */
#sb-title {
	background: #7A8935;
	border-left: 1px solid #8E9D49;
	border-right: 1px solid #8E9D49;
	border-top: 1px solid #8E9D49;
	padding: 10px 10px 5px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#sb-body {
	background: #7A8935;
	border-bottom: 1px solid #8E9D49;
	border-left: 1px solid #8E9D49;
	border-right: 1px solid #8E9D49;
	padding: 5px 10px 10px 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
a#sb-nav-next, a#sb-nav-next:link, a#sb-nav-next:active, a#sb-nav-next:visited {
	background: url(../images/shadowbox/sb-nav.gif) top left no-repeat;
	display: block;
	height: 39px;
	position: absolute;
	right: -21px;
	text-indent: -9999px;
	top: 37%;
	width: 14px;
}
a#sb-nav-next:hover {
	background-position: top right;
}
a#sb-nav-previous, a#sb-nav-previous:link, a#sb-nav-previous:active, a#sb-nav-previous:visited {
	background: url(../images/shadowbox/sb-nav.gif) bottom left no-repeat;
	display: block;
	height: 39px;
	left: -21px;
	position: absolute;
	text-indent: -9999px;
	top: 37%;
	width: 14px;
}
a#sb-nav-previous:hover {
	background-position: bottom right;
}