/* css slider */
#sections{
overflow:hidden;
width: 700px;
height: 440px;
}

*+ html #sections{
height: 440px;
}

* html #sections{
height: 440px;
}

#sections ul{
width:1500px;
}
	
#sections li{
list-style: none;
float:left;
}

*+ html #sections li{
width: 700px;
}

* html #sections li{
width: 700px;
}

#screen .next, #screen .prev {
cursor:pointer;
}