@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 569px;
	padding: 0px;
	border: none;
}
#slidingPanel{

	/*margin-left:30px;*/
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;		
	
}
.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;
}


.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;
	margin:20px 0px 0px 0px;
	display: none;
	width:571px;
	background:url(img/tab_shadow.png) bottom center no-repeat;
}
.slidingTabPanel {
	list-style:none;
	/*margin:0 auto;*/
	margin:0;
	padding:0;
	margin-left:-2px;
	width:220px;
	height:46px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:50px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-50px;
}
#nutshell {
	background-image:url(img/tab_nutshell_II.png);

}
#widgets {
	background-image:url(img/tab_widgets_II.png);
}
#data {
	background-image:url(img/tab_data_II.png);
}
#effects {
	background-image:url(img/tab_effects_II.png);
}
