@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 230px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 230px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
	color:#FFFFFF;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

p.caption {
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 16px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	height:46px;
	margin:20px 0 10px 0;
	display: none;
	background:url(http://www.spiridakos.gr/images/tab_shadow.png) bottom center no-repeat;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:230px;
	height:46px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:100px;
	margin:0 1px;
}
.tabActive {
	position:relative;
	top:0px;
	display:block;
	width:100px;
	height:46px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:0px;
	display:block;
	width:100px;
	height:46px;
	background-position:-200px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-100px;
}
#meet {
	background-image:url(http://www.spiridakos.gr/images/tab_car.png);
}
#book {
	background-image:url(http://www.spiridakos.gr/images/tab_yacht.png);
}
.quoteBox {
	float:right;
	width:175px;
	font:italic 14px/18px Georgia, 'Times New Roman', Times, serif;
	color:#444;
	background-color: #F8F8F8;
	margin: 0 0 10px 10px;
	text-indent:-5px;
}
.quote {
	background-color: #F8F8F8;
	margin:20px;
	width:135px;
}
	
.quoteBox SPAN {
	float:right;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
}
