@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 900px;
	padding: 0px;
	border: none;
	height: 280px;
}
#slidingPanel{
	width: 900px;
	height: 280px;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: auto;
	overflow: hidden;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
}


.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:45px;
	display: none;
	width:900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:900px;
	height:45px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:220px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:220px;
	height:45px;
	cursor:default;
	outline:none;
	background-position: -220px;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:220px;
	height:45px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-220px;
}
#meet {
	background-image:url(images/lehan_family_button.jpg);
	background-repeat: no-repeat;
}
#pharmacy {
	background-image:url(images/pharmacy_button.jpg);
	background-repeat: no-repeat;
}
#medical {
	background-image:url(images/medical_equipment_button.jpg);
	background-repeat: no-repeat;
}
#boutique {
	background-image:url(images/womens_health_button.jpg);
	background-repeat: no-repeat;
}

ul{

	padding-left:10px;
	margin-left:0px;
}

ul li{

	margin-left:10px;
	font-size:12px;
	color:#333;

	
}
#slidingPanels h2{
	font-size:12px;
	color:#444;
	color: #595959;
	margin-top:5px;
}
#slidingPanel h3{
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
