/*============================================= CSS Reset =================================================*/
/* @group CSS Reset */
@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	background: #ffffff;
	margin:0px;	padding: 0 0 0 0;
	font-family: Arial, Verdana, Geneva, sans-serif;	font-size: 16px;
	color: #494949;
	overflow: hidden;
}

/*============================================= CARROSSEL =================================================*/
/* @group CSS Carrossel*/
.bgCarrossel
{
	float: left;
	width: 100%;	height: 535px;
	margin: 0 0 0 0;
	background: #393a3f;
}

.boxCustomers
{
	width: 1260px;	height: 535px;
	margin: 0 auto;
}

.boxCustomers .wrapper
{
	float: left;
	width: 1260px;	height: 535px;
	overflow: auto;
	margin:0 0 0 0;
	top: 0;
}

.boxCustomers ul a img { border:none; }

.boxCustomers .wrapper ul 
{
	float: left;
	width: 9999px;
	list-style-image:none;	list-style-position:outside;	list-style-type:none;
	margin:0;	padding:0;
}

.boxCustomers .wrapper ul li 
{
	float:left;
	width: 1280px;	height:570px;
	display:block;
	margin:0px 0 0 0;
}

.boxCustomers .wrapper ul li a img { display:block; }

.boxCustomers .arrow 
{
	display: block;
	width: 32px;	height: 82px;
	background:url(../images/sprite.png) no-repeat 0 0;
	border: none;	text-indent: -5000px;
	margin: -350px 0 0 0;
	cursor: pointer;
}

.boxCustomers .forward 
{
	float:right;
	background-position: -255px -619px;
	margin-right: 92px; 
}

.boxCustomers .forward:hover { background-position: -255px -701px; }

.boxCustomers .back 
{
	float:left;
	background-position: -223px -619px;
	margin-left: 92px; 
}

.boxCustomers .back:hover { background-position: -223px -701px; }
/* @end */