
.slider {
position: relative;
width: 100%; padding:15px 0 0 0; margin:-25px 0 0 0;
}
.slider ul {
margin:25px 0 0 0;
padding: 0;
}
.slider ul li {
list-style: none;
text-align: center;
}
.slider ul li span {
display: inline-block; list-style:none;
vertical-align: middle;
width: auto;
height: auto;
}
.slider-arrow {
position: absolute;
top: 0px; font-weight:bold;
width: 25px;
height: 25px;
/*background: #f88900;*/ border:#a0a0a0 1px solid;
color: #a0a0a0; line-height:25px;
text-align: center;
text-decoration: none;
border-radius:0%;
}
.slider-arrow:hover{/*background:#2eb844;*/ border:#a0a0a0 1px solid; color:#cd720c; text-decoration:none; font-weight:bold;} 

.slider2 {
position: relative;
width: 100%; padding:15px 0 0 0; margin:-25px 0 0 0;
}
.slider2 ul {
margin:25px 0 0 0;
padding: 0;
}
.slider2 ul li {
list-style: none;
text-align: center;
}
.slider2 ul li span {
display: inline-block; list-style:none;
vertical-align: middle;
width: auto;
height: auto;
}
.slider-arrow2 {
position: absolute;
top: 0px; font-weight:bold;
width: 25px;
height: 25px;
/*background: #f88900;*/ border:#a0a0a0 1px solid;
color: #a0a0a0; line-height:25px;
text-align: center;
text-decoration: none;
border-radius:0%;
}
.slider-arrow2:hover{/*background:#2eb844;*/ border:#a0a0a0 1px solid; color:#cd720c; text-decoration:none; font-weight:bold;} 

.sa-left {
right: 52%;
}
.sa-right {
right: 47%;
}
.sa-top {
right: 52%;
}
.sa-bottom {
right: 47%;
}
.black {
background: black;
}
.red {
background: red;
}
.green {
background: green;
}
.blue {
background: blue;
}
.yellow {
background: yellow;
}