@charset "utf-8";
/* CSS Document */
/** { margin: 0; padding: 0 }*/
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

.wrapper h2 {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.wrapper {
	margin:0 0 0 0;
	padding:0 0 0 0;
	padding-top:10px;
	padding-right:10px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 0 0 0;
}
/* These 2 lines specify style applied while slider is loading */
/*.csw {width: 300px; height: 0px; background: #fff; overflow: none}*/
/*.csw .loading {margin: 0 0 0 0; text-align: center}*/
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 300px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:100%;
	clear: both;
	/*background: #fff;*/
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/*ì -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 300px; /* Also specified in  .stripViewer  above */
			overflow:hidden;
			
		}
		
		.stripViewer .panelContainer .panel .wrapper p { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding-top: 10px;
		}
		
		/*.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			/*margin: auto;
		}*/
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			float:left;
			margin:0; padding:0;
		}
		
		.stripNav ul li {
			float: left;
			margin:0; padding:0;
			/*margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		


		/******************/
		/*Tour Info Style Tab*/
		.stripNav li.tab1 a { /* The nav links */
			font-size: 0px;
			font-weight: bold;
			line-height: 32px;
			text-decoration: none;
			width:50px; 
			height:100px;
			background-repeat:no-repeat;
			float:left;
			margin:0; padding:0;
			cursor:pointer;
			color:#ffffff;
		}
		.stripNav li.tab1 a:link { background:url(../_images/icons/ico_info_off.gif); background-repeat:no-repeat; width:105px; height:20px; float:left; margin:0; padding:0;}
		.stripNav li.tab1 a:visited { background:url(../_images/icons/ico_info_off.gif); background-repeat:no-repeat; width:105px; height:20px; float:left; margin:0; padding:0;}
		.stripNav li.tab1 a:hover { background:url(../_images/icons/ico_info_on.gif); background-repeat:no-repeat; width:105px; height:20px; float:left; margin:0; padding:0;}
		.stripNav li.tab1 a:active { background:url(../_images/icons/ico_info_on.gif); background-repeat:no-repeat; width:105px; height:20px; float:left; margin:0; padding:0;}
        /*Reviews Style Tab*/		
		.stripNav li.tab2 a { /* The nav links */
			font-size: 0px;
			font-weight: bold;
			line-height: 32px;
			text-decoration: none;
			width:50px; 
			height:21px;
			background-repeat:no-repeat;
			float:left;
			margin:0; padding:0;
			margin-left:20px;
			cursor:pointer;
			color:#ffffff;		
		}		
		.stripNav li.tab2 a:link { background:url(../_images/icons/ico_reviews_off.gif); background-repeat:no-repeat; width:130px; height:20px; float:left; margin:0; padding:0;}
		.stripNav li.tab2 a:visited { background:url(../_images/icons/ico_reviews_off.gif); background-repeat:no-repeat; width:130px; height:20px; float:left; margin:0; padding:0;}		
		.stripNav li.tab2 a:hover { background:url(../_images/icons/ico_reviews_on.gif); background-repeat:no-repeat; width:130px; height:20px; float:left; margin:0; padding:0;}
		.stripNav li.tab2 a:active { background:url(../_images/icons/ico_reviews_on.gif); background-repeat:no-repeat; width:130px; height:20px; float:left; margin:0; padding:0;}
        /*Faq Style Tab*/		
		.stripNav li.tab3 a { /* The nav links */
			font-size: 0px;
			font-weight: bold;
			line-height: 32px;
			text-decoration: none;
			width:50px; 
			height:100px;
			background-repeat:no-repeat;
			float:left;
			margin:0; padding:0;
			cursor:pointer;
			color:#ffffff;
		}        
		.stripNav li.tab3 a:link { background:url(../_images/icons/ico_faq_off.gif); background-repeat:no-repeat; width:59px; height:20px; float:left; margin:0; padding:0;}
		.stripNav li.tab3 a:visited { background:url(../_images/icons/ico_faq_off.gif); background-repeat:no-repeat; width:59px; height:20px; float:left; margin:0; padding:0;}		
		.stripNav li.tab3 a:hover { background:url(../_images/icons/ico_faq_on.gif); background-repeat:no-repeat; width:59px; height:20px; float:left; margin:0; padding:0;}
		.stripNav li.tab3 a:active { background:url(../_images/icons/ico_faq_on.gif); background-repeat:no-repeat; width:59px; height:20px; float:left; margin:0; padding:0;}			
		
		
		
		/*Faq Style Tab*/		
		.stripNav li.tab4 a { /* The nav links */
			font-size: 0px;
			font-weight: bold;
			line-height: 32px;
			text-decoration: none;
			width:129px; 
			height:111px;
			background-repeat:no-repeat;
			float:left;
			margin:0; padding:0;
			cursor:pointer;
			color:#ffffff;
			position:absolute;
			top:500px;
		}        
		.stripNav li.tab4  a:link { background:url(../_images/icons/ico_myparisian_reviews_full_scheda.png); background-repeat:no-repeat; width:129px; height:111px; float:left; margin:0; padding:0; position:absolute; top:500px;}
		.stripNav li.tab4  a:visited { background:url(../_images/icons/ico_myparisian_reviews_full_scheda.png); background-repeat:no-repeat; width:129px; height:111px; float:left; margin:0; padding:0; position:absolute; top:500px;}		
		.stripNav li.tab4  a:hover { background:url(../_images/icons/ico_myparisian_reviews_full_scheda.png); background-repeat:no-repeat; width:129px; height:111px; float:left; margin:0; padding:0; position:absolute; top:500px;}
		.stripNav li.tab4  a:active { background:url(../_images/icons/ico_myparisian_reviews_full_scheda.png); background-repeat:no-repeat; width:129px; height:111px; float:left; margin:0; padding:0; position:absolute; top:500px;}	
		
		
		/******************/
/*		.stripNav li.tab1 a { background:url(../_images/icons/ico_info.png); background-repeat:repeat; }
		.stripNav li.tab2 a { background:url(../_images/icons/ico_reviews.png); background-repeat:repeat; height:19px; width:74px;}
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
*/
		
/*		.stripNav li a:hover {
			background: #333;
		}
*/
/*
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
*/
/* The left and right arrows */
		.stripNavL, .stripNavR { 
			position: relaive;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		

		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		