/* ------------- Home Page Image Slider --------------------*/

#screen{
position:relative;
height:140px;
width:420px;
margin:10px 0 0 0;
}
#screen .next, #screen .prev{
position:absolute;
top:100px;
}
#screen .prev{
right:40px;
cursor:pointer;
}
#screen .next{
right :0px;
cursor:pointer;
}
#sections{
overflow:hidden;
width:420px;
height:130px;
clear:left;

}
#sections ul{
width:2500px;

}
#sections li{
float: left;
display:block;
width: 420px;
padding: 0;
height: 140px;
margin: 0 10px 0 0;
}
#sections ul li a { font-size:12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; width: 100%; height: 130px; text-decoration: none; color: #535353; display:block;}
#sections ul li a img { margin: 0 10px 10px 0; border: 1px solid #535353; float:left;}
#sections ul li a span { display: block; font: 12px Arial, Tahoma, serif; font-weight: normal; color:#666666; margin-top:5px; padding:5px; text-align:justify; }
#sections ul li a:hover { color:#b10805;}
#sections ul li a:hover span { color: #535353 !important; }
#sections ul li a:hover img { border: 1px solid #730503;}