﻿#sections ul, #sections li, #sections h3, #sections h2, #sections h1 {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sections {
	clear: left;
	overflow: hidden;
	width: 960px;
	padding: 5px;
}
#sections ul {
	width: 3660px;
}
#sections li {
	float: left;
	width: 960px;
	padding: 5px;
}
#sections li .one
{
    padding:0 10px;
}
#sections li .two
{
    padding:10px 0 0;
}
#sections li .three
{
    padding:0 10px;
}
#prev {
	position:absolute;
	margin:91px 0 0;
}
#next {
	position:absolute;
	margin:-133px 0 0 905px;
}