/*
 * jQuery cbsbox Plugin (balupton edition) - cbsboxes for jQuery
 * Copyright (C) 2008 Benjamin Arthur Lupton
 * http://jquery.com/plugins/project/jquerycbsbox_bal
 *
 * This file is part of jQuery cbsbox (balupton edition).
 * 
 * jQuery cbsbox (balupton edition) is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * jQuery cbsbox (balupton edition) is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with jQuery cbsbox (balupton edition).  If not, see <http://www.gnu.org/licenses/>.
 *
 * @name jquery_cbsbox: jquery.cbsbox.css
 * @package jQuery cbsbox Plugin (balupton edition)
 * @version 1.1.1-final
 * @date April 07, 2008
 * @category jQuery plugin
 * @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
 * @copyright (c) 2008 Benjamin Arthur Lupton {@link http://www.balupton.com}
 * @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
 * @example Visit {@link http://jquery.com/plugins/project/jquerycbsbox_bal} for more information.
 */

html, body { margin: 0; padding: 0; height: 100%;}

#cbsbox, #cbsbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#cbsbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:absolute;
}
#cbsbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#cbsbox-overlay-text a, #cbsbox-overlay-text a:hover, #cbsbox-overlay-text a:visited, #cbsbox-overlay-text a:link {
	text-decoration:underline;
	color:white;
}
#cbsbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#cbsbox img, #cbsbox a img, #cbsbox a { border:none; outline:none; }

#cbsbox-imageBox {
	position:relative;
	border:1px solid #fff;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
	overflow: hidden;
}
#cbsbox-inline-content ,#cbsbox-iframe-content{
	width:100%;
	height:100%;
	overflow: auto;
	border: 0;
}

#cbsbox-imageContainer {
	padding:1px;
	height:100%;
	position: relative;
}

#cbsbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#cbsbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #cbsbox-imageBox > #cbsbox-nav { left: 0; } 
#cbsbox-nav a { outline: none; }*/


#cbsbox-nav-btnPrev, #cbsbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#cbsbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
	background-position: left 45%;
}
#cbsbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
	background-position: right 45%;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#cbsbox-infoBox, #cbsbox-infoBoxTop  {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
	text-align: left;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
}

#cbsbox-slideShowBox {
	width: 100%;
}

#cbsbox-infoContainer, #cbsbox-slideShowContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	/*width: 100%;*/
	line-height:normal;
	/* height:30px; */
}
#cbsbox-slideShowContainer {
	float:left;
	padding-top:0px;
}
#cbsbox-infoHeader {
	width:100%;
	text-align:center; 
}
#cbsbox-caption {
	text-align:justify;
}
#cbsbox-caption-title {
	font-weight:bold;
  font-size: 110%;
}
#cbsbox-caption-title a {
	color: #666;
	text-decoration: none;
}
#cbsbox-caption-title a:hover {
	color: #666;
	text-decoration: underline;
}
#cbsbox-caption-description {
	font-weight:normal;
}

#cbsbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#cbsbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#cbsbox-close {
	float:right;
	text-align:right;
}
#cbsbox-close-button{
	/*padding-left:30%;*/
}
#cbsbox-close-button, #cbsbox-close-button:hover {
	text-decoration:underline;
  font-weight: bold;
	color:#999999;
}
#cbsbox-close-button {
  text-decoration:none;
}
.cbsbox-close-image {
  margin-bottom: -3px;
}
#cbsbox-close-button:hover {
	color:#666666;
}

#cbsbox-infoContainer-clear, #cbsbox-slideShowContainer-clear , #cbsbox-clear {
	clear:both; 
	visibility:hidden;
}
#cbsbox-startStop{
	float:left;
  font-weight: bold;
	padding-right: 10px;
}
#cbsbox-slideShowBar {
	height: 5px;
	width: 0;
	margin-top: 5px;
  float:left;
}
#cbsbox-thumbnailNavBox {
	height: 85px;
	z-index: 1100;
	position: relative;
	top: -80px;
}

#cbsbox-thumbnailNavContainer {
	height: 70px;
	z-index: 1100;
	overflow: hidden;
	background-color: #ccc;
	position:relative;
	top: -140px;
	text-align:left;
}
#cbsbox-thumbnailNav-thumbnails {
	padding: 10px 0;
	/*background-color: #E1E3E4;*/
	text-align:left;
}
#cbsbox-thumbnailNav-thumbnails a {
	margin: 0 5px;
	width: 60px;
	text-align: center;
	float:left;
	display: block;
	overflow: hidden;
}
#cbsbox-bottom, #cbsbox-over {
  margin: 0 auto;
  height: 12px;
  width:400px;
  font-size: 1px;
}
#cbsbox-bottom-center, #cbsbox-over-center {
  background-color: #fff;
  height: 12px;
  width:97%;
}

#cbsbox-bottom-left, #cbsbox-bottom-right, #cbsbox-over-left, #cbsbox-over-right {
  width:22px;
  height: 12px;
}
#cbsbox-bottom-left {
  background: url("../images/bottom-left.gif") no-repeat top left;
}

#cbsbox-bottom-right {
  background: url("../images/bottom-right.gif") no-repeat top right;
}
#cbsbox-over-left {
  background: url("../images/top-left.gif") no-repeat top left;
}
#cbsbox-over-right {
  background: url("../images/top-right.gif") no-repeat top right;
}
#cbsbox-inline-content {
  line-height: normal;
}