#slider{
background:#666;
margin-top:11px;
margin-bottom:21px;
margin-left:10px;
border:4px solid #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}

#slider li{ 
width:881px;
height:250px;
overflow:hidden; 
}

#slider li a{
display:block; 
width:900px;
height:260px;
}

#slider li a p{
padding:40px;
padding-right:490px;
line-height:25px;
color:#fff;
font-size:14px;
letter-spacing:0.3px;
text-shadow: #333 0px 1px 1px;
}

#slider li a p.right{
padding:40px;
padding-left:490px;
}

#slider li a p strong{
font-size:15px;
}

#slider li.first{
background:url('images/splash1.png') no-repeat;
}

#slider li.second{
background:url('images/splash2.png') no-repeat;
}

#slider li.third{
background:url('images/splash4.png') no-repeat;
}


#slider li.fourth{
background:url('images/splash3.png') no-repeat;
}

span#prevBtn{
position:absolute;
top:248px;
margin-left:-52px;
display:block;
width:80px;
height:80px;
background:url('images/ar_left.png') no-repeat;
}

span#nextBtn{
position:absolute;
top:248px;
margin-left:880px;
display:block;
width:80px;
height:80px;
background:url('images/ar_right.png') no-repeat;
}

span#prevBtn a{
display:block;
width:80px;
height:800px;
}

span#nextBtn a{
display:block;
width:80px;
height:800px;
}
