.div-galeriaJs-carro{
	width: 548px;
	height:54px;
	position:relative;
	top: 10px;
	left: 25px;
	/* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */ /* Hides extra elements, those outside the viewport area */
	/* Fix for IE */
}
.div-galeriaJs-carro ul#galeria-carro{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
}
.div-galeriaJs-carro ul#galeria-carro li{
	/*width: 140px;  Defines the size of inner element */
	/*height: 50px; */
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	margin: 0 1px;
	/*margin-right: 10px;*/
	text-align:center;
}

.div-listApaixonados-carro{
	width: 536px;
	height:151px;
	position:relative;
	
	/* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */ /* Hides extra elements, those outside the viewport area */
	/* Fix for IE */
}
.div-listApaixonados-carro ul#apaixonados-carro{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
}
.div-listApaixonados-carro ul#apaixonados-carro li{
	width: 113px; /* Defines the size of inner element */
	/*height: 50px;*/
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	/* Cosmetic */
	margin: 0 1px;
	text-align:center;
}


/* Cosmetic */

.div-galeriaJs-carro .prev{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;
        position: absolute;
        left: -25px;
        top: 0px;
}

.div-galeriaJs-carro .next{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;
        position: absolute;
        right: 15px;
        top:0px;
}

.div-listApaixonados-carro .prev{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;
        position: absolute;
        left: -25px;
        top: 25px;
}

.div-listApaixonados-carro .next{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;
        position: absolute;
        right: 15px;
        top:25px;
}


