

#intro {
    padding-bottom: 10px;
}



#slider {
background: #FFFFFF url(../images/bg-slider.jpg) no-repeat;
    width: 960px;
	height: 327px;
    margin: 0 auto;
    position: relative;
}
#slider p			{ 	color:#FFFFFF; font-size:1.3em; line-height:1.3em; width:100%;  }

#slider a, #slider a:link, #slider a:visited
					{ 	color:#02dcf0;  text-decoration:underline; }
#slider a:hover		{ 	color:#FFFFFF; }
					

#slider a.blue		{ 	color:#bbf0f7;}

#slider h1			{	font-size: 38px;
						font-weight: bold;
						line-height: 1.2em;
						color:#FF6600;
						border-bottom:none;
						margin:0 0;
						padding-bottom:0;
						width:100%;}						

#slider .lt-content	{ float:left;width: 250px; height:auto; padding: 30px 0 0 0;}
#slider .rt-content	{ float:right; width: 410px; height:auto; padding: 40px 0 10px 0;}
#slider .rt-home	{ float:left; height:400px; width:279px; padding: 40px 0 0 0;}
#slider.padding-bottom { padding-bottom:10px;}

.scroll {
    height: 252px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding:10px 120px 0px 120px;
    height: 220px;
    width: 700px;
}



ul.navigation {
	height:72px;
    list-style: none;
    margin: 0;
	padding-left:65px;
}

ul.navigation li {
	float:left;
}

ul.navigation a {
	display:block;
	height:44px;
    color: #000;
    text-decoration: none;
	background-position:0 0;
}
ul.navigation a span{ display:none;}

ul.navigation a.welcome { background: url(../images/nav-sldr-welcome.jpg) no-repeat; width:94px; padding-right:65px;}
ul.navigation a.whybother { background: url(../images/nav-sldr-whybother.jpg) no-repeat; width:113px;padding-right:62px;}
ul.navigation a.whatwedo { background: url(../images/nav-sldr-whatwedo.jpg) no-repeat; width:127px;padding-right:54px;}
ul.navigation a.whyadsmart { background: url(../images/nav-sldr-whyadsmart.jpg) no-repeat; width:156px;padding-right:58px;}
ul.navigation a.ready { background: url(../images/nav-sldr-ready.jpg) no-repeat; width:156px;}

ul.navigation a:hover { background-position: 0 -44px;}

ul.navigation a.selected {	background-position: 0 -88px;}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 120px;
    cursor: pointer;
	z-index:3;
}

.scrollButtons.left {
    left: 3px;
}

.scrollButtons.right {
    right: 3px;
}

.hide {
    display: none;
}/* CSS Document */


