/*====================================
WHITE LABEL TRAVEL  - GALLERY
=======================================
Nextre Engineering - www.nextre.it
----- #SLIDER JCAROUSEL--------------------------------------------------------------------------------------------------------------------------*/
#slider
{
	clear: both;
	width: 100%;
	/*float: left;*/
	color: #FFFFFF;
	position: relative;
	margin: 0;
	padding: 0;
}
#scroll_container
{
}
/*root element for the whole scrollable setup*/
DIV.scrollable
{
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 96px;
}
/*
root element for scrollable items. It is
absolutely positioned with large width.
*/
#thumbs
{
	position: absolute;
	width: 20000em;
	clear: both;
}
/*custom positioning for navigational links*/
A.prev, A.next
{
	margin-top: 118px;
}
/*single item*/
#thumbs DIV
{
	float: left;
	color: #FFF;
	margin: 0 10px;
	cursor: pointer;
}
#thumbs IMG
{
	border: none;
	padding: 0;
	margin: 0;
}
/*this makes it possible to add next button beside scrollable*/
DIV.scrollable
{
	float: left;
}
/*prev, next, prevPage and nextPage buttons*/
A.prev, A.next, A.prevPage, A.nextPage
{
	display: block;
	width: 25px;
	height: 15px;
	background: url(../images/slider/prev.jpg) no-repeat;
	float: left;
	margin: 41px 0 0;
	cursor: pointer;
}
/*mouseover state*/
A.prev:hover, A.next:hover, A.prevPage:hover, A.nextPage:hover
{
	background-position: 0 -20px;
}
/*disabled navigational button*/
A.disabled
{
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
/*next button uses another background image*/
A.next, A.nextPage
{
	background-image: url(/images/slider/next.jpg);
	clear: right;
	margin-left: 10px;
}
/*********** navigator **********
position and dimensions of the navigator*/
DIV.navi
{
	margin: 0 auto;
	width: 74px;
	height: 20px;
	text-align: center;
}
/*items inside navigator*/
DIV.navi A
{
	width: 8px;
	height: 8px;
	float: left;
	margin: 2px;
	background: url(/images/slider/navigator.png) no-repeat 0 0;
	cursor: pointer;
}
/*mouseover state*/
DIV.navi A:hover
{
	background-position: 0 -8px;
}
/*active state (current page state)*/
DIV.navi A.active
{
	background-position: 0 -16px;
}
DIV#fancy_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}
* HTML DIV#fancy_overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
DIV#fancy_wrap
{
	text-align: left;
}
DIV#fancy_loading
{
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
DIV#fancy_loading DIV
{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/fancy_progress.png) no-repeat;
}
DIV#fancy_loading_overlay
{
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
DIV#fancy_loading_icon
{
	position: absolute;
	background: url(/images/fancybox/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
DIV#fancy_outer
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
DIV#fancy_inner
{
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #BBB;
	background: #FFF;
}
DIV#fancy_content
{
	margin: 0;
	z-index: 100;
	position: absolute;
}
DIV#fancy_div
{
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
IMG#fancy_img
{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
DIV#fancy_close
{
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(/images/fancybox/fancy_closebox.png) no-repeat top left;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame
{
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax
{
	width: 100%;
	height: 100%;
}
A#fancy_left, A#fancy_right
{
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}
A#fancy_left
{
	left: 0;
}
A#fancy_right
{
	right: 0;
}
SPAN.fancy_ico
{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
SPAN#fancy_left_ico
{
	left: -9999px;
	background: transparent url(/images/fancybox/fancy_left.png) no-repeat;
}
SPAN#fancy_right_ico
{
	right: -9999px;
	background: transparent url(/images/fancybox/fancy_right.png) no-repeat;
}
A#fancy_left:hover
{
	visibility: visible;
}
A#fancy_right:hover
{
	visibility: visible;
}
A#fancy_left:hover SPAN
{
	left: 20px;
}
A#fancy_right:hover SPAN
{
	right: 20px;
}
.fancy_bigIframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
DIV#fancy_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
DIV.fancy_bg
{
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
DIV.fancy_bg_n
{
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_n.png) repeat-x;
}
DIV.fancy_bg_ne
{
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_ne.png) no-repeat;
}
DIV.fancy_bg_e
{
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_e.png) repeat-y;
}
DIV.fancy_bg_se
{
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_se.png) no-repeat;
}
DIV.fancy_bg_s
{
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_s.png) repeat-x;
}
DIV.fancy_bg_sw
{
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_sw.png) no-repeat;
}
DIV.fancy_bg_w
{
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_w.png) repeat-y;
}
DIV.fancy_bg_nw
{
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_nw.png) no-repeat;
}
DIV#fancy_title
{
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
DIV#fancy_title DIV
{
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
DIV#fancy_title TABLE
{
	margin: 0 auto;
}
DIV#fancy_title TABLE TD
{
	padding: 0;
	vertical-align: middle;
}
TD#fancy_title_left
{
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}
TD#fancy_title_main
{
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}
TD#fancy_title_right
{
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}
/*
TAB
*/
.tab-content
{
	z-index: 2;
	clear: both;
}
UL.tabNavigation
{
	list-style: none;
	margin: 0;
	padding: 11px 0 0 17px;
	height: 38px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: #329F5E url(/images/gradverde.jpg) repeat-x;
}
.tabs-volohotel UL.tabNavigation
{
    background: #B21D22 url(/images/gradrosso.jpg) repeat-x;
}
UL.tabNavigation LI
{
	float: left;
	margin: 0;
	z-index: 9999;
	padding: 0;
}
#wl-results .tabNavigation A:link, #wl-results .tabNavigation A:visited
{
	padding: 10px 30px;
	float: left;
	background-color: #FAF9F9;
	color: #AAA;/*#CFCFCF;*/
	text-decoration: none;
	border: 1px solid #DEDEDE;
	border-bottom: 1px solid #C7D1CB;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 15px;
	margin-right: 10px;
	z-index: 9999;
	text-shadow: 0 0;
}
#wl-results .tabNavigation A.selected, #wl-results .tabNavigation A:hover
{
	color: #FAA525;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
UL.tabNavigation LI A:focus
{
	outline: 0;
}
DIV.tabs>DIV
{
	padding: 15px;
	border: 1px solid #319E5D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: none;
}
DIV.tabs.tabs-volohotel>DIV{
    border: 1px solid #666;
    border-top: none;    
}
DIV.tabs>DIV H2
{
	margin-top: 0;
}

