@import url(/Common/Style/slideImages.css);
#heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

#heading * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}

#heading li.active {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}

#wrapper {
}

#panes {
	border-style: none;
	width: 900px;
	background: url(../Img/ajax-loader.gif) no-repeat center 150px;
}

#panes p {
color:#666666;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5;
}

#panes h1 {
color:#444444;
}

.noSlides #panes {background: none; }
.hidePanes { visibility: hidden; height: 355px;}
#content {
	width: 900px;
}

.noSlides #panes p, .noSlides #panes h1 {
	padding: 0px 20px 15px 20px;
}
.noSlides #panes p {
	color: #474747;
	font-size: 11px;
	font-weight: normal;
}
.noSlides .pane {
	height: auto;
}

#panes div div { overflow: hidden; width: 900px; }

.pane {
	width: 900px;
	background: url(../Img/spark-paneBG.jpg) no-repeat left bottom;
}
.home .pane {
	padding-bottom: 0px;
	height: auto;
	padding-top: 0px;
}
#previous {
	float: none;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 180px;
}

#next {
	float: none;
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 180px;
}

#buttons li.active a {
	color: #c1c1c1;
}
