
#slider {
width: 1000px;
    margin: 0px;
    position: relative;
	 margin-right: 0px;
}

.scroll { margin:0px 0px 0px 0px; padding:0px;
    height: 440px;
    width: 1000px;
    overflow:  auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: /*url(i/content_pane-gradient.gif) repeat-x scroll left bottom*/;
}

.scrollContainer div.panel {
    padding: 0px 20px 20px 40px;
    height: 440px;
    width: 930px;
}

div.texto {padding:40px 20px 20px 0px;}
div.texto a {color:#006699;text-decoration: none;font-weight: bold;}
div.texto a:hover, div.texto a:visited:hover {color:#FFCC00;background: transparent;text-decoration: none;font-weight: bold}
div.texto p { width:400px;}
div.texto h2 {margin: 0;font-size: 3.5em;line-height: 1em;margin-bottom:20px;color: #66ccff;}
div.texto h3 {margin: 0;font-size: 2.5em;line-height: 1em;margin-bottom:20px;color: #66ccff;}
div.texto ul { list-style:square; list-style-position:inside;}

div.action { font-size: 1.5em;}
div.action h2 {margin: 0;font-size: 3.5em;line-height: 1em;margin-bottom:20px;color: #66ccff;}
div.action strong {font-size: 0.7em;color: #66ccff;}

div.image { float:right; margin:0px 0px 0px 0px;}

ul.navigation { width:1000px;height:30px;
    list-style: none;margin: 10px 0px 0px 0px; padding:  9px 0px 9px 0px;background-image: url(http://www.lovencare.ie/j/i/border.png); background-position: top; background-repeat: no-repeat;}

ul.navigation li {display: inline;margin-right: 0px; height:30px;margin: 10px 0px 0px 0px;}

ul.navigation a { margin:0px;  padding: 10px 86px 10px 86px; color: #000;text-decoration: none;}

ul.navigation a:hover {margin:0px;
  background-image: url(http://www.lovencare.ie/j/i/button.png); background-position: right; background-repeat:no-repeat; 
}

ul.navigation a.selected {margin:0px;
    background-color: #FFCC00; background-image: url(http://www.lovencare.ie/j/i/button.png); background-position: right; background-repeat:no-repeat; 
}

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

.scrollButtons {
    position: absolute;
    top: 60px;
    cursor: pointer;
}

.scrollButtons.left {
    left:0px; z-index:99;
}

.scrollButtons.right {
    right: 0px;
	
}

.hide {
    display: none;
}