/* CSS Document */
#panes {
	width: 630px;
	height: 280px;
	overflow: hidden;
	margin: 0;
	z-index: 0;
}
#panes div div {
	overflow: hidden;
	padding:0;
	height: 280px;
	background:#fff url(../img/1_loading.gif) center no-repeat;
}

#panes div div img { border:none;}

#heading {
	z-index: 1;
	right: 16px;
	bottom: 16px;
	height: 16px;
	text-align:right;
	position: absolute;
}
#heading ul {
	padding:0;
	margin:0;
	height: 16px;
	list-style:none;
}
#heading ul li {
	padding:0 0 0 1px;
	margin:0;
	width:16px;
	height:16px;
	font-size:20px;
	display: inline-block;
	float:left;
	text-align:center;
	cursor: pointer;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/slide_but.gif) no-repeat top left;
}
#heading li.active {
	padding:0 0 0 1px;
	margin:0;
	list-style:none;
	cursor: pointer;
	font-weight: bold;
	color:#fff;
	background: url(../img/slide_but_ac.gif) no-repeat top left;
	/*	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
*/
}

#previous {
	font-size:13px;
	position:absolute;
	margin-left:465px;
	margin-top:-17px;
	cursor: pointer;
}
#next {
	font-size:13px;
	position:absolute;
	margin-left:485px;
	margin-top:-17px;
	cursor: pointer;
}