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

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

.SlidingPanelsContent {
	float: left;
	width: 580px;
	overflow: hidden;
	background-image:url(../images/shadow-bg.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}

.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;
}
.slidingTabImage {
	border:2px solid #dededd;
}
.slidingTabPanelWrapper {
	border-bottom:0px solid #969696;
	height:46px;
	margin:20px 0 10px 0;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:600px;
	height:46px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:200px;
	margin:0 0px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:200px;
	height:46px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:200px;
	height:46px;
	background-position:-400px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-200px;
}
#tab1 {
	background-image:url(../images/tab_villas.png);
}
#tab2 {
	background-image:url(../images/tab_location.png);
}
#tab3 {
	background-image:url(../images/tab_contact.png);
}
#tab4 {
	background-image:url(../images/tab_video.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;
}
