/* CSS - Slider References */
#sections{
overflow:hidden;
width:400px;
height:500px;
margin-left: 25px;
}

*html #sections{
width:395px;
}

#sections ul{
width:3700px;
list-style:none;
}
	
#sections li{
float:left;
}		
    
#sections p{
width:400px;
}

*html #sections p{
width:395px;
}