/* UTILISING DEFAULT SCHEME BRANDING AND OVERALL SIZING PAGE */
/* THIS BROWSER INFO
/* Detail   CCBot/1.0 (+http://www.commoncrawl.org/bot.html) 
/* System    
/* ThisBrowser    -- unavailable --  
/* Release    -- unavailable --  
/* Version    -  
*/
/* slider specific CSS */

div#slider { clear:both; float:left; padding:0px 20px; margin: 0px auto; position: relative; z-index:1; }



div.scroll { width:100%; height: 100%; overflow: auto; position: relative; /* fix for IE to respect overflow */ z-index:2; clear: left; background: #FFFFFF ; }

div.scrollContainer div.panel { /*  width: 100%; IF THIS USES 100% THEN WE HAV E VERTICAL SCROLLING - HOW FREAKIN ODD!! */ height:100%; padding: 0px; overflow:hidden; }

div.scrollButton { position:absolute; z-index:5; top:0px; height:100%; width:15px; border-color:#fff; border-style:solid; border-width:0px; background-color:#e6e6e6;/* #999; */  cursor: pointer; }
/*div#slider.portfolio div.scrollButton { background-color: #C3BFD4;  }*/
div#slider.dummy div.scrollButton { cursor:default; }
div#scrollLeft { border-right-width:5px; left: 0px; }

div#scrollRight { border-left-width:5px; right: 0px; }

div.scrollButton img {  position:absolute;  top:48%; left:4px; background-repeat: no-repeat; background-color: transparent; background-position:top left; width:7px; height:15px; }
div#scrollLeft img {  background-image: url('../img/arrow_left.png'); }
div#scrollRight img {  background-image: url('../img/arrow_right.png'); }


