/* CSS Document */
#slideshow{
	position: relative;
	width: 834px;
	height: 221px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f38e00;
	border-top: 1px solid #f38e00;
}
#borderRight{
	width: 10px;
	height: 223px;
	background: url(images/left-png.png) right top;
	z-index: 2;
	position: absolute;
	left: 824px;	
	top: -1px;
	height: 223px;
}
#borderLeft{
	width: 10px;
	height: 223px;
	background: url(images/right-png.png) left top;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 223px;
}
#slide_menu_container{
	top:300px;
	position: absolute;
}

#panes {
	left: 0px;
	width: 834px;
	height: 221px;
	overflow:hidden;
	margin:0;

}
#panes div div {
	overflow: hidden;
	padding:0;
	height:221px;
	background:#fff url(img/1_loading.gif) center no-repeat;
}

#panes div div img { border:none;}

#heading {
	width:834px;
	height:15px;
	text-align:right;
	left: 0px;
	top: 0px;
}
#heading ul {
	padding:0 0 0 0;
	margin:0;
	height:15px;
	float:right;
}
#heading li {
	padding:0px 0px 0px 0px;
	margin:0;
	width:15px;
	height:10px;
	list-style:none;
	display:block;
	float:left;
	text-align:center;
	cursor: pointer;
	color:#ff8b00;
	background-color: #fff;
	font-size: 14px;
}
#heading li.active {
	padding:0px 0px 0px 0px;
	margin:0;
	list-style:none;
	cursor: pointer;
	color:#003366;
	/*	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;
}