@charset "UTF-8";
/* CSS Document */
#heading {
	display: block;
	text-align: center;
	padding:0 0 0 100px;
	margin:0;
	border:0px solid black;
	vertical-align:bottom;
	height:42px;
}

.tabsareabg {
	background:url(../images/slidingtabs/tab_bg_transparent.gif) center bottom no-repeat;
	width:809px;
	padding:0;
	margin:0;
	border:0px solid red;
	height:42px;
}

#heading * {
	/* display: inline;*/
	float:left;
	padding:0;
	margin:0;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
	border:0px solid red;
	white-space:nowrap;
	list-style-type:none;
	height:42px;
}

.tableft {
	background-image:url(../images/slidingtabs/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:37px;
	padding:0;
	margin:0;
	border:0px solid red;
}

.tabright {
	background-image:url(../images/slidingtabs/right_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:38px;
	padding:0;
	margin:0;
	border:0px solid red;
}

#buttons li {
	width:149px;
	height:30px;
	text-align:center;
	padding:12px 0 0 0;
	background-image: url(../images/slidingtabs/tab_off_transparent.gif);
	background-repeat: no-repeat;
	color:#666666;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:2px;
	}

#heading li.active {
	/*  background-color: #66ccff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px; */
	background-image:url(../images/slidingtabs/tab_on_transparent.gif);
	background-repeat: no-repeat;
	width:149px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	color:#333333;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:12px 0 0 0;
}
	
#dots li {
	width:4px;
	height:4px;
	text-align:center;
	padding:0 2px 0 0;
	background-image: url(../images/slidingtabs/dot_off_transparent.gif);
	background-repeat: no-repeat;
	margin-left:2px;
	}
	
#dotsheading * {
	/* display: inline;*/
	float:left;
	padding:0 5px 0 12px;
	margin:6px 0 0 0;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
	border:0px solid red;
	white-space:nowrap;
	list-style-type:none;
	height:24px;
}
#dotsheading li.active {
	background-image:url(../images/slidingtabs/dot_on_transparent.gif);
	background-repeat: no-repeat;
	width:4px;
	height:4px;
	text-align:center;
	vertical-align:middle;
	padding:0 2px 0 0;
}
#panes {
	text-align: left;
	border-style: none;
	/* border:1px solid red; */
	width: 700px;
	margin: 25px auto 0 auto;
	padding: 0;
	border:0px solid red;
}

#hparticles div div { overflow: hidden; }


#hparticles {
	text-align: left;
	border-style: none;
	/* border:1px solid red; */
	width: 230px;
	margin: 0 0 0 0;
	padding: 0;
	border:0px solid red;
}

#panes div div { overflow: hidden; }

#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }
#slidingBox { display: none; }
