/* carrusel ------------------------ */
#carrusel {
	position:relative;
	height: 230px;
	width: 360px;
	margin-bottom: 20px;
	overflow:hidden;
}
#carrusel li {
	height: 230px;
}
#carrusel #control_slider {
	background: url(../images/css/bg_carrusel_controls.png) bottom left no-repeat;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 130px;
	height: 61px;
}
#control_slider span a {
	background: url(../images/ico/splite_carrusel_arrows.png) 0 0  no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	text-indent:-9999px;
	position: absolute;
	bottom:1px;
	left: 3px;
}
#control_slider span#prevBtn a {background-position: top left;}
#control_slider span#nextBtn a {background-position: top right; left: 28px;}