/*----------------------------------------------------------------
BASE CARGO	- CSS carousel.
----------------------------------------------------
designed by  // f l a p interactive //
----------------------------------------------------
www.flap.com.uy
September 28, 2012,  Montevideo. Uruguay.
----------------------------------------------------------------*/
.jcarousel-container {
    overflow: hidden;
    position: relative;
}
/*CONTROLES*/
#car_controls{
	position: absolute;
	left: 10px;
	bottom:10px;
	width: 80px;
	z-index: 200;
}
a.control{
	height: 20px;
	width: 20px;
	display:block;
	background: url(../img/control_bullet.png)no-repeat top left;
	float: left;
	margin-right: 5px;
	cursor:pointer;
}
a.control.selected{
	background:url(../img/control_bullet_selected.png) no-repeat top left;
}
#car_arrows{
	position: absolute;
	right: -2px;
	bottom:-1px;
	width: 100px;
	height:30px;
	z-index: 300;
	background: url(../img/arrows_control_separator.gif) no-repeat 49px 0;
}
div.jcarousel-prev{
	width: 49px;
	height:29px;
	display:block;
	background: url(../img/prev.png)no-repeat top left;
	border-right: 1px solid #fff;
	margin-right:1px;
	cursor:pointer;
    position: absolute;
    right: 48px;
	bottom: 2px;
    width: 49px;
    z-index: 12;
}
div.jcarousel-next{
	width: 49px;
	height:29px;
	display:block;
	background: url(../img/next.png)no-repeat top left;
	cursor:pointer;
	position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 10;

}

