.scroll_homepage {
    width:630px;
	height:240px; 
	display:block;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
	}
.scrollContainer_homepage{
    width:630px; 
	margin:0 auto;
	height:240px; 
	display:block; 
	overflow:hidden;
}
.scrollButtons_homepage {
    cursor: pointer;
	display: none;
}
.hide {
    display: none;
}

ul.navigation {
    list-style: none; float:left;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
	height:20px;color: #ffffff; font-size:11px;text-decoration: none; 
	background:#81D7E1 url(pag-sl1.gif) repeat-x top;padding: 5px 6px 3px 6px; margin:0 1px 0 1px; display:block; float:left;
}

ul.navigation a:link, ul.navigation a:visited, {
	height:20px;color: #ffffff; font-size:11px;text-decoration: none; 
	background:#81D7E1 url(pag-sl1.gif) repeat-x top;padding: 5px 6px 3px 6px; margin:0 1px 0 1px; display:block; float:left;
}

ul.navigation a:hover {
	height:20px;color: #ffffff; font-size:11px;text-decoration: none; 
	background:#B0C635 url(pag-sl2.gif) repeat-x top;padding: 5px 6px 3px 6px; margin:0 1px 0 1px; display:block; float:left;
}

ul.navigation a.selected {
	height:20px;color: #ffffff; font-size:11px;text-decoration: none; 
	background:#B0C635 url(pag-sl2.gif) repeat-x top;padding: 5px 6px 3px 6px; margin:0 1px 0 1px; display:block; float:left;
}

ul.navigation a:focus {
    outline: none;
}
