#slider {
	width:713px;
	margin:10px auto;
	position: relative;
}
.scroll {
	background:url(/images/boxCenter.png) repeat-y;
	height: 250px;
	width:713px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	padding:0 10px;
	height: 250px;
	width: 693px;
}
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position:absolute;
	right:10px;
	bottom:15px;
}
ul.navigation li {
	display: inline;
	margin:0;
	padding:0;
	background:none;
}
ul.navigation a {
	background:url(/images/boxPagerBg.png) no-repeat;
	padding:7px 11px 8px 11px; 
}
ul.navigation a:hover {
	color:#FF6600;
}
ul.navigation a.selected {
	background:url(/images/boxPagerBg.png) no-repeat -40px -40px;
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	position: absolute;
	top:50%;
	cursor: pointer;
}
.scrollButtons.left {
	left: -35px;
}
.scrollButtons.right {
	right: -35px;
}
.hide {
	display: none;
}
.panel .flash {
	float:right;
}