@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 560px;
	border: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	display: inline;
}
#slidingPanel{
	margin-left:30px;
	width: 550px;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 550px;
	overflow: hidden;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
	height: 590px;
}


.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:47px;
	display: none;
	width:600px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.slidingTabPanel {
	list-style:none;
	padding:0;
	width:620px;
	height:46px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:180px;
	display: inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:180px;
	height:46px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:180px;
	height:46px;
	background-position:-360px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-180px;
}
#nutshell {
	background-image:url(img/tab_nutshell_II.png);
	display: inline;

}
#widgets {
	background-image:url(img/home_submenu_2.jpg);
	background-repeat: no-repeat;
}
#data {
	background-image:url(img/home_submenu_3.jpg);
	background-repeat: no-repeat;
}
#effects {
	background-image:url(img/home_submenu_4.jpg);
	background-repeat: no-repeat;
}
