

#slider {
	MARGIN: 0px auto; 
	WIDTH: 782px; 
	POSITION: absolute;	
	right: 0px;
	top: 0px;
	height: 246px;
	border-bottom: 1px solid #6e8195;

}
.scroll {
	CLEAR: left; 
	BACKGROUND: #ffffff; 
	OVERFLOW: hidden; 
	OVERFLOW: auto; 
	WIDTH: 619px; 
	POSITION: relative; 
	HEIGHT: 245px;
}
.scrollContainer DIV.panel {
	WIDTH: 619px; 
	HEIGHT: 245px;
	position: relative;

}
.scrollContainer DIV.panel #csoon {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

UL.navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 162px;
}
UL.navigation LI {
	clear: left;
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 0 0 1px 0;
}
UL.navigation A {
	COLOR: #414141;
	TEXT-DECORATION: none;
	line-height: 38px;
	display: block;
	height: 40px;
	background: #bdc9d5;
	text-indent: 15px;
}
UL.navigation A:hover {
	background: #8d9eb0;
	color: #ffffff;
}
UL.navigation A.selected {
	background: #6f8297;
	color: #ffffff;
}
UL.navigation A:focus {
	outline: none
}
.scrollButtons {
	CURSOR: pointer; POSITION: absolute; TOP: 92px;
	z-index: 10;
}
.left.scrollButtons {
	LEFT: 0px
}
.right.scrollButtons {
	RIGHT: 163px
}
.hide {
	DISPLAY: none
}

/**************************************** end coda slider styles ***********************************/
