


#intro {
    padding-bottom: 10px;
	height: auto ;
}


#slider {
    width:645px;
    margin: 0 auto;
    position: relative;
	background:#006699;
	height: auto ;
}

.scroll {
    height: auto ;
    width: 645px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(content_pane-gradient.gif) repeat-x scroll left bottom;
	margin:0;
	padding:0;
}

.scrollContainer div.panel {
    padding:0;
    height: 222px;
    width: 680px;
	margin:0;
	background-color:#cfe9f6;

}
.seconddivpanel{
	width: 680px;
	height:28px;
	margin:0;
	padding:0;

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

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 0;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

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

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

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

.scrollButtons.left {
    left: 0px;

}

.scrollButtons.right {
    right:0px;
}

.hide {
    display: none;
}

.area_pgn{
	width:645px;
	height:329px;
	background:#a6d4eb;
	
}
.area_pgn_title{
	width:635px;
	height:25px;
	background:#118bc9;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	padding:5px 0 0 10px;
}
.area_pgn_no_name{
	width:625px;
	height:25px;
	background:#a6d4eb;
	font-size:12px;
	color:#010101;
	font-weight:bold;
	padding:5px 0 0 20px;
}

