@charset "utf-8";
/* CSS Document */


#slider {
	width: 880px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images_/banner_temp.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height:280px;
	background-color: #22366B;
}

.scroll {
	height: 260px;
	width: 880px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 0px;
	height: 260px;
	width: 880px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	height: 20px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	font-weight:bold;
	text-decoration: none;
	padding-top: 18px;
	border-left:#FFFFFF solid 2px;
	line-height: 15px;
}

ul.navigation a:hover {
	background-color: #4E5E89;

}

ul.navigation a.selected {
    background-color: #4E5E89;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.info{
	Width:750px;
	height:30px;
	background-color:transparent;
	position:absolute;
	right:0px;
	bottom: 0px;
	background-image: url(../images/tranpbg_70.png);
	background-repeat: repeat;
	background-position: left top;
	padding:10px;
	color:#FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	text-align: right;
}

.infotit{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
