/*---- STANDARD SLIDESHOW ----*/

div.scrollable{float: left; position: relative; overflow: hidden; width: 584px; height: 175px; margin-top: 75px;}
div.scrollIndex {width: 620px !important; height: 300px !important;}
div.scrollable div.items {width: 4000px; position: absolute;}
div.scrollable div.items div {float: left;}

div.controls {margin: 330px 0 0 320px; _margin-top: 0; width:200px; height:20px;}
div.controls a {width:8px; height:8px; float:left; margin:3px; background: url(../images/slideshow/navigator.png) 0 0 no-repeat; cursor:pointer; overflow: hidden;}
div.controls a:hover {background-position:0 -8px;}
div.controls a.active {background-position:0 -16px;}

a.prev, a.next, a.prevPage, a.nextPage {display:block; width:20px; height:300px; overflow: hidden; background:url(../images/globalSprite.png) -720px 0 no-repeat; float:left; cursor:pointer; font-size:1px; margin: 0 10px;}
a.next, a.nextPage {background-position: -760px 0; clear:right;}
a.prev:hover, a.prevPage:hover {background-position: -740px 0;}
a.next:hover, a.nextPage:hover {background-position: -780px 0;}
a.controlIndex {margin: 0 !important;}
a.disabled {}

div.splash {width: 620px; height: 340px; margin-top: 20px;}
div.splash h1 {margin: 30px 0 5px 30px; color: #dfe8ed;}
div.splash p {margin: 10px 0 0 30px !important; color: #042749;}
div.splash img {float: right; height: 200px; margin: 30px 10px 0 20px; padding: 2px; border: 1px solid #dfe8ed; background: #fff;}
div.splash p a:link, div.splash p a:visited {color: #dfe8ed !important;}
div.splash p a:hover, div.splash p a:active {color: #042749 !important;}


