/**
*   @version $Id: carousel.css 62 2010-01-15 10:40:22Z paulinad $
*/
#bottomPartnersCarousel {
	width: 780px;/*700px;*/
	height: 65px;
	margin: 0 auto;
}

#bottomPartnersCarousel .carousel_slides_outer {
	float: left;
	width: 780px;/*700px;*/
	height: 65px;
}

/* to jest widoczna rameczka */
#bottomPartnersCarousel .carousel_slides {
	overflow: hidden;
	/* fix ie overflow issue */
	position: relative;
	width: 780px;/*700px;*/
	height: 65px;
	/*border: 1px solid #ccc;*/
}

/* wewnatrz tego sie bedzie 'przesuwalo' wazne zeby szerokosc > jeden_li*(ilość widocznych elementow+2) */
/* remove the list styles, width : item width * total items */
#bottomPartnersCarousel .carousel_slides ul {
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1500px;
}

/* jeden element- szerokosc i wysokosc jak carousel_slides */
/* width of the item, in this case I put 250x250x gif */  
#bottomPartnersCarousel .carousel_slides li {
	width: 156px;/*140px;*/
	height: 65px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#bottomPartnersCarousel .carousel_buttons_l {
	float: left;
	width: 55px;
	height: 115px;
	padding-top: 65px;
	text-align: center;
	display: none;
}

#bottomPartnersCarousel .carousel_buttons_r {
	float: right;
	width: 55px;
	height: 115px;
	padding-top: 65px;
	text-align: center;
	display: none;
}

#bottomPartnersCarousel .carousel_buttons a {
	/*display: block;
	float: left;
	width: 31px;
	height: 32px;
	float: left;*/ 
	outline: 0;
	/*text-indent:-999em;*/
}
