@charset "utf-8";
/* CSS Document */


#HomeTabbedBox {
	
	position:relative;
	margin:0;
	padding:0 !important;
	top:0px;
	left:10px;
	width:570px;
 	overflow:hidden;
	height:auto;
}


.SlidingPanels {
	float: left;
	position: relative;
	width: 560px;
	padding: 0px;
	border: none;

}

#slidingPanel{
 	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
	overflow:hidden !important;
 	text-align:left;
	height:260px;
	margin:0px;
	padding:0px;
	background:none;
	display:block;
}

#slidingPanel img { float:left; display:inline; padding-right:5px; }
#slidingPanel div div p{ padding:5px; }
#slidingPanel div div p a { color:#F90 }
#slidingPanel div div p a:hover { text-decoration:none; }
#slidingPanel .slidingPanelContents{ height:260px; overflow:hidden; margin:0px; padding:0px; position:relative; float:left; background:red; clear:both; }


#slidingPanel:focus { outline:none; }

#slidingPanel p{
	
	margin:2px;
	padding:0px;
}
#slidingPanel img{
	
   margin:5px 0px;	
}

#slidingPanel h1{
    margin:5px 0px;
   padding:0;
   font-style:italic;
   font-size:1.1em;
}



.SlidingPanelsContentGroup {
	position: relative;
	/*float: left;*/
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}



.SlidingPanelsContent {
	float: left;
	width: 540px;
	overflow: hidden;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
}




.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.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:39px;
	margin:0px;
	display: none;
	width:562px;
	border-bottom:1px solid #CCC;
}


.slidingTabPanel {
	list-style:none;
	margin:0;
	padding:0;
	width:560px;
	height:46px;
}

.slidingTabPanel li {
	width:auto;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
  

}
.slidingTabPanel li a div{
	width:auto;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	line-height:2em;
	text-indent:10px;
	text-align:left;
	display:block;
	float:left;
}
.slidingTabPanel li a{
	
	text-decoration:none;
	font-size:15px;
	color:#777;
	
	
}
.slidingTabPanel li a:hover{
	
	text-decoration:none;
	font-size:15px;
	color:#555;
	padding:0;
}


 .tabActive {
	width:auto;
	position:relative;
	top:1px;
	display:block;
	/*width:169px;*/
	float:left;
	height:39px;
	cursor:default;
	outline:none;
	background: url("images/tabs.png") no-repeat left 0;
	z-index:7;
}
 .tab {
	width:auto;
	position:relative;
	top:1px;
	display:block;
	float:left;
	/*width:169px;*/
	height:38px;
	cursor:pointer;
	outline:none;
	background: url("images/tabs.png") no-repeat left -49px;
    z-index:1;
	
}
 .tab:hover {
	width:auto;
	background:url("images/tabs.png") no-repeat left -98px;
	
}
 .tabActive .endtab{
height:39px;
	background: url("images/tabs.png") no-repeat right 0px;
}
 .endtab{
	position:relative;
	left:20px;
	width:10px;
	height:38px;
	display:block;
	float:left;
	background: url("images/tabs.png") no-repeat right -49px;
}

 .tab:hover .endtab{
	
	background: url("images/tabs.png") no-repeat right -98px;
}

#slidingPanel .readmore1{
position:absolute;
top:140px;
margin-left:290px;
height:35px;
}

/*

#Diving div{
   background:url("images/ico-diving.png") no-repeat;
   position:relative;
   top:-5px;
   left:-20px;
}
#Island div{
   background:url("images/ico-aboard.png") no-repeat;
   position:relative;
   top:-5px;
   left:-20px;
}

#Aboard div{
   background:url("images/ico-island.png") no-repeat;
   position:relative;
   top:-5px;
   left:-20px;
}

*/


