#slider {
width: 592px;
height:358px;
margin: 10px 0 0 10px;
position: relative;
border:1px solid #cfcfcf;
background:#fff;
}

.scroll {
margin: 0 auto;
height: 358px;
width: 621px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 358px;
width: 621px;
overflow: hidden;
}

#shade {
height: 50px;
}

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

.scrollButtons.left {
left: 0px;
z-index: 1;
}

.scrollButtons.right {
right: 0px;
}

.hide {
display: none;
}

.insert {
	width: 280px;
	margin: 96px 0 20px 20px;
	color: #696969;
	padding: 0;
	line-height: 18px;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.insert h2 {
	font-weight:normal;
	margin:0;
	padding:0 0 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F47943;
}

.insert h2 a:link, .insert h2 a:visited{
	font-size:22px;
	font-weight:normal;
	color:#F47943;
}

.insert h2 a:hover, .insert h2 a:active{
	text-decoration:underline;
	font-weight:normal;
	color:#F47943;
}

.insert a:link, .insert a:visited{
	color:#f47943;
	text-decoration:none;
	font-weight:normal;
}

.insert a:hover, .insert a:active{
	text-decoration:underline;
	font-weight:normal;
}