#partners {
	float: left;
	width: 760px;
	height: 90px;
	position: relative;
	margin: 10px 0 0 0;
}

#partners .container {
	width: 732px;
	height: 68px;
	top: 0px;
	left: 14px;
	position: absolute;    
	overflow: hidden;
}

#partners ul {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 68px;
}                      

#partners .previous_button {
	top: 0px;
	left: 0px;
	position: absolute;  
	width: 26px;
	height: 68px;
	background: url(../images/carousel_buttons.png) 0 0 no-repeat;
	z-index: 100;
	cursor: pointer;
}

#partners .previous_button_over {
	background: url(../images/carousel_buttons.png) 0 -67px no-repeat;
}

#partners .previous_button_disabled {
	background: url(../images/carousel_buttons.png) 0 -134px no-repeat;
	cursor: default;
}

#partners .next_button {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 26px;
	height: 68px;
	background: url(../images/carousel_buttons.png) -28px 0 no-repeat;
	z-index: 100;
	cursor: pointer;
}

#partners .next_button_over {
	background: url(../images/carousel_buttons.png) -28px -67px no-repeat;
}

#partners .next_button_disabled {
	background: url(../images/carousel_buttons.png) -28px -134px no-repeat;
	cursor: default;
}
