
#wrapper {
    /*width: 760px;*/
    /*margin: 0 auto;*/
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    /*width: 620px;*/
    /*margin: 0 auto; */
    position: relative;
}

.scroll {
   /* width: 620px; */
   height: 254px;
   width: 790px;
    overflow: auto;
    /*overflow-x: hidden;*/
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}
.scrollContainer {
	border:0px solid #eee;
	overflow:hidden;
	width:26880px;
}
.next, .prev, .start {
	cursor:pointer;
}

.scrollContainer div.panel {
	padding: 0;
	width: 400px;  /* change to 400px if not using JS to remove rh.scroll */
}
.scrollContainer img{
	/*height: 254px;*/
	width: 190px;
}

.scrollContainer h4.list_head{
	font-weight: bold;
	line-height: 18px;
	/*color: #00b9f2;*/
}

.scrollContainer li{
	line-height: 18px;
	margin-bottom: 9px;
	margin-right: 10px;
	padding: 0 5px 0 20px;
	font-size: 16px;
	background: url(../../images/bullets-cyan_12.gif) no-repeat left 4px;
}


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

.scrollButtons.left {
  left: -60px;
}
#slider a.go2first{
	position: absolute;
	display: block;
	left: -42px;
	top: 239px;
}
.scrollButtons.right {
  right: -60px;
}

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

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

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

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

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

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

.hide {
    display: none;
}

