 div.scrollable { 
	float: left;
   position:relative;
   overflow:hidden;
   width: 262px;
   height:42px;
   }  
   
  div.scrollable div.items {
    width:20000em;
	position:absolute;
	}  
	
	div.scrollable div.items div { 
	margin-top: 8px;
	width: 32px;
	height: 32px;
	margin-right: 6px;
	float:left;
	cursor: pointer;
	} 

	div.items div.active {
	border:1px solid black !important;
	}

a.prev, a.next {
	display:block;
	float:left;	
	cursor: pointer;
	margin: 17px -9px 0 -9px;
	height: 16px;
	width: 16px;
	position: relative;
}

a.prev {
		background-image: url('../../img/arrow_l_2.png');
		margin-right: 4px;
}
a.next {
		background-image: url('../../img/arrow_r_2.png');
		margin-left: 4px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

table.calendar { 
	border-collapse: separate;
	margin: 0 auto;

} 

.calendar td {
	background-color: #ffffff;
	border: 1px solid #CCCDCF;
	padding: 2px;
}

.calendar td.red {
	background-color: red;
}

.calendar td.yellow {
	background-color: yellow;
}

.calendar td.green {
	background-color: green;
}

.calendar td a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.calendar-month{
	padding:0;
	margin:0;
}

.calendar-month,.calendar td,th {
	font-weight: bold;
}
.legenda {
	display: compact;
	height: 9px;
	width:	9px;
	border: 1px solid #CCCDCF;
	background-color: red;
}
.legenda_cont {
	font-size: 10px;
	margin-bottom: 5px;
}
.loading {
	position: relative;
	margin-top: -35px;
	margin-bottom: -35px;
	margin-right: -35px;
	left: 260px;
	top: 30px;
	float: left;
	display: none;
}
.flag {
	width: 24px;
	height: 24px;
}
.flag_checked {
	width: 32px;
	height: 32px;
}
.prices {
	font-weight: bold;
}

.prices {
	margin-top: 5px;
	font-weight: bold;
}

table.prices{
	width: 100%;
	text-align: center;
}

table.prices th {
	font-weight: normal;
	font-size: 11px;
	border-collapse: collapse;
	border: 1px solid #CBCDCC;
}
table.prices td {
	border-collapse: collapse;
	border: 1px solid #CBCDCC;
	font-weight: bold;
}
.order {
	background-image: url('../../img/order_now.gif');
	height: 23px;
	display: block;
	font-family: verdana;
	padding: 7px 0 0 15px;
	margin:5px 0 0 95px;
	width: 85px;
}
.order a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.date_arrows {
	margin: 0 5px 0 5px;
}
.date_select {
	margin: 10px 0 5px 0;
}
#top_image_a {
	cursor: url('../../img/zoom.cur'), pointer;
}
#PicTitle{
	margin: 2px 0 3px 0;
}