
.SlidingPanels {
	float: left;
	position: relative;
	width: 730px;
	padding: 0px;
	border: none;
}
#slidingPanel{

	margin-left:0px;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 14000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float:left;
	width: 730px;
	overflow: hidden;
	margin:0px;
	padding-right:5px;
	padding-left:5px;
	padding-top:20px;
	text-align:center;
}


.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 {
	position: relative;
	height: 30px;
	margin: 20px 0 0 0;
	padding-left: 110px;
	display: none;
	width: 630px;
	background: url(http://www.hh-ndm.com/images/tab_shadow.png) no-repeat bottom;
}
.slidingTabPanel {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 500px;
	height: 29px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:120px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:120px;
	height:29px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:120px;
	height:29px;
	background-position:-240px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-120px;
}
#nutshell {
	background-image:url(http://www.hh-ndm.com/images/tab_nutshell_II.png);

}
#widgets {
	background-image:url(http://www.hh-ndm.com/images/tab_widgets_II.png);
}
#data {
	background-image:url(http://www.hh-ndm.com/images/tab_data_II.png);
}
.SlidingPanelsContent table{
width: 720px;
font-size: 90%;
vertical-align:middle;
}
