
#slider { width:535px; position: relative; }

.scroll { width: 535px; overflow: auto; overflow-x: hidden; position: relative; clear: left; }


.scrollContainer {height:300px; margin:0; padding:0; clear:both;}

.scrollContainer div.panel {padding:10px; height: 270px; width: 580px; }



ul.navigation { list-style: none; margin: 0; padding: 0; position:relative; margin-top:-15px; }

ul.navigation li { display: inline; margin:0; padding:0; }

ul.navigation a {display:inline-block; height:42px; margin:0; padding:0; text-indent:-9999em;}

ul.navigation a#children{width:84px; background:url(images/slide-button-children.png) no-repeat;}
ul.navigation a:hover#children, ul.navigation a#children.selected{width:84px; background:url(images/slide-button-children-on.png) no-repeat;}

ul.navigation a#youth{width:84px; background:url(images/slide-button-youth.png) no-repeat;}
ul.navigation a:hover#youth, ul.navigation a#youth.selected{width:84px; background:url(images/slide-button-youth-on.png) no-repeat;}

ul.navigation a#groups{width:124px; background:url(images/slide-button-groups.png) no-repeat;}
ul.navigation a:hover#groups, ul.navigation a#groups.selected{width:124px; background:url(images/slide-button-groups-on.png) no-repeat;}

ul.navigation a#mission{width:84px; background:url(images/slide-button-missions.png) no-repeat;}
ul.navigation a:hover#mission, ul.navigation a#mission.selected{width:84px; background:url(images/slide-button-missions-on.png) no-repeat;}


ul.navigation a#worship{width:84px; background:url(images/slide-button-worship.png) no-repeat;}
ul.navigation a:hover#worship, ul.navigation a#worship.selected{width:84px; background:url(images/slide-button-worship-on.png) no-repeat;}




ul.navigation a:focus { outline: none; }


.hide { display: none; }
