.tabbed-pane * {
	margin: 0;
	padding: 0;
}

.tabbed-pane .tabs {
	list-style: none;
}
.tabbed-pane .tabs li a.active {
	background: white;
}
.tabbed-pane .tabs li {
	margin: 0;
}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	background: #f0f0f0;
}
.tabbed-pane .pane {
	padding: 5px;
	height: 100%;
}
.tabbed-container {
	min-height: 10em;
}
.tabbed-container .overlay {
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	height: 100%;
}

#pane1 {
	background: url('../img/structure/welcome-side-btn.jpg') no-repeat;
	width:273px;
	height:60px;
	}
	
#pane2 {
	background: url('../img/structure/top-destinations-side-btn.jpg') no-repeat;
	width:273px;
	height:60px;
	}
	
#pane3 {
	background: url('../img/structure/services-side-btn.jpg') no-repeat;
	width:273px;
	height:60px;
	}
	
#pane4 {
	background: url('../img/structure/wedding-packages-side-btn.jpg') no-repeat;
	width:273px;
	height:60px;
	}
	
.hidden {
	display:none;
	}

.tabbed-pane #MyPane {
	width:500px;
	float:left;
	}

#sideNavIndex .tabbed-pane {
	width:273px;
	float:right;
	}

#MyPane p {
	margin:3px 0;
	}

#MyPane h3 {
	margin:0 0 3px 0;
	}