#wrapper {width:862px; margin:0px auto; margin-top:0px;  }
#slidercontainer {position:relative; padding:0px; height:273px;   }
.sliderbutton {float:left; width:0px; height:0px; cursor:pointer}
#slideleft {background:url(../imagenes/icons.gif) 0px 0px no-repeat}
#slideleft:hover {background-position:0px 0px}
#slideright {background:url(../imagenes/icons.gif) 0 0px no-repeat}
#slideright:hover {background-position:0px 0px}
#slider {float:left; position:relative; overflow:auto; width:862px; height:273px; }
#slider ul {
	position: absolute;
	list-style: none;
	top: -1px;
	left: 1px;
	height: 803px;
}
#slider li {float:left; width:862px; height:273px;}
.pagination {position:absolute; top:233px; right:50px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:12px; width:12px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff; border-radius: 6px; }
.pagination li:hover, li.current {background:#286d9f}

#slider ul, li{
	list-style:none;
	margin:0px;
	padding:0px;
}
