.scroll p{color:white;}

#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 350px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color: transparent;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 310px;
    width: 920px;
}

/** 
*  slider button en home
**/
ul.navigation {
width:960px;
list-style-type:none;
margin: 0;
padding: 0;
}

ul.navigation li {
text-align: center;
line-height: 18px;
float: left;
margin-right: 1px;
}

ul.navigation a {
background-color: #ffffff;
color:#000000;
display:block;
padding:20px 0 22px;
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
text-decoration:none;
line-height: 1.5em;
width: 319px;
border-bottom:1px solid #555555;
}

ul.navigation a:hover {
    background-color: #c500ff;
    color: #ffffff;
    border-bottom:1px solid #555555;
}

ul.navigation a.selected {
    background-color: #F26622;
    color:#ffffff;
    border-bottom:1px solid #555555;
}

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

/** 
*  slider button en Servicio1
**/


ul.navigation a.serv1 {
background-color: #ffffff;
color:#000000;
display:block;
padding:20px 0 22px;
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
text-decoration:none;
line-height: 1.5em;
width: 319px;
}

ul.navigation a.serv1:hover {
    background-color: #c500ff;
    color: #ffffff;
}

ul.navigation a.serv1.selected {
    background-color: #F26622;
    color:#ffffff;
}

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



.scrollButtons {
    position: absolute;
    top: -1250px;
    cursor: pointer;
    z-index: 999;
}

.scrollButtons.left {
    left: 2px;
}

.scrollButtons.right {
    right: 2px;
}

.hide {
    display: none;
}