/*
Latinos site slidersmall CSS
Version: 1
Author: David Bonner
Author URI: http://www.dezignd.com / http://19eightyseven.com
*/

.slidersml {
background:none repeat scroll 0 0;
border:medium none;
height: 20px;
margin:19px 0 0 11px;
position:relative;
width:170px;
}

.slidersml .wrapper {
border:medium none;
height:20px;
left:0;
overflow:auto;
position:absolute;
top:0;
width:170px;
}

.slidersml .wrapper ul {
width: 9999px;
list-style: none;
position: absolute;
top: 0;
left: 0;
margin: 0;
}

.slidersml ul li {
display:block;
float:left;
height:20px;
margin:0;
padding:0;
text-align:center;
width:170px;
}

.slidersml ul li a {
color: #f1fae0;
}
.slidersml ul li a:hover {
color: #DED0D3;
}


.slidersml .arrow {
background:transparent url(../images/sidearrow.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
float:left;
height:28px;
margin:14px 0 0;
text-indent:-9999px;
width:22px;
z-index:100;
}

.noarrow .arrow {
display: none;
}

.slidersml .back {
background-position:0 0;
left:-35px;
position:relative;
top:-21px;
}

.slidersml .forward {
background-position:-20px 0;
left:162px;
position:relative;
top:-21px;
width:22px;
}

.slidersml .back:hover {
background-position: 0 -27px;
}

.slidersml .forward:hover {
background-position:-20px -27px;
}

#start-stop {
background:transparent url(../images/grnbg.jpg) repeat scroll 0 0;
display:block;
height:34px;
left:-4px;
position:absolute;
top:316px;
width:67px;
}

/*
  Prevents
*/
.slidersml .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.slidersml .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
