
/* navigation buttons */
a#next, a#previous {
	background-repeat: no-repeat;	
	background-position: top center;
	padding-top: 45px;
	display: block;
	width: 50px;
	top: 150px;
	height: 1px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

a#next {
	background-image: url(../../images/carousel/arr_next.png);
	right: -40px;
}
a#next:hover {
	background-position: bottom center;
}
a#previous {
	background-image: url(../../images/carousel/arr_prev.png);
	left: -40px;
}
a#previous:hover {
	background-position: bottom center;
}



/* scrolling sections */
div#slider {
    width: 740px;
    margin: 0 auto;
    position: relative;
    top: 70px;
}
div#scroll {
    height: 780px; /* visible pane height */
    width: 740px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /*
    background: #666666;
    */
    background: url(../../images/scroll_bg.png) top repeat-x;
}
div#scrollContainer div {
    height: 210px;
    width: 740px;
}
div#scrollContainer div div {
    height: auto;
    width: auto;
    padding: 20px;
}
div#scrollContainer div div ul {
    padding-left: 5px;
    padding-bottom: 15px;
}
div#scrollContainer div div ul li {
	line-height: 50px;
	list-style: none;
	padding-left: 40px;
	font-size: 28px;
}
div#scrollContainer div div ul li {
    background: url(../../images/bullet.png) left center no-repeat;
}
/*
div#scrollContainer div div ul li.one {
    background: url(../../images/bullet1.png) left center no-repeat;
}
div#scrollContainer div div ul li.two {
    background: url(../../images/bullet2.png) left center no-repeat;
}
div#scrollContainer div div ul li.three {
    background: url(../../images/bullet3.png) left center no-repeat;
}
*/

/* images */
div#scrollContainer div div img.left, div#scrollContainer div div img.right {
	margin-bottom: 5px;
	border: 5px solid #666666;
}
div#scrollContainer div div img.right {
	float: right;
	margin-left: 10px;
}
div#scrollContainer div div img.left {
	float: left;
	margin-right: 10px;
	clear: left;
}
div#scrollContainer div div a img.left:hover, div#scrollContainer div div a img.right:hover {
	border: 5px solid #71b11c;
}



div#scrollContainer div div.info {
    height: auto;
    width: auto;
    padding: 10px;
    background: url(../../images/page_bg.jpg) top repeat-x;
    background-color: #424141;
    color: #333333;
    border: 3px solid #ffffff;
    position: absolute;
    margin-top: -200px;
    margin-right: 20px;
    cursor: pointer;
    left: 20px;
}
div#scrollContainer div div.info img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
div#scrollContainer div div.info a {
    color: #333333;;
}
div#scrollContainer div div.info p {
    overflow: auto;
}


/* scrolling navigation */
ul#scrollNav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
}
ul#scrollNav li {
    display: inline;
    margin-right: 10px;
}
ul#scrollNav a {
    padding: 10px;
    text-decoration: none;
    color: #cccccc;
}
ul#scrollNav a:hover {
	color: #ffa81b;
}
ul#scrollNav a.selected {
	/*
    background-color: #666666;
    */
    font-weight: bold;
    font-size: 18px;
}
ul#scrollNav a:focus {
    outline: none;
}
.hide {
    display: none;
}