@charset "utf-8";
/* CSS Document */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}

img {
	behavior:url(iepngfix.htc);
}

.jcarousel-skin-empresas .jcarousel-container-horizontal {
	position:relative;
	width:672px;
	height:290px;
	/*background:#ececec;*/
	/*border:1px solid #333;*/
}

.jcarousel-skin-empresas .jcarousel-container-horizontal {
    width:672px;
    padding:0 0 0 5px;
	background:url(imagens/carousel-container.jpg) no-repeat 25px 0;
}

.jcarousel-skin-empresas .jcarousel-clip-horizontal {
    width:  610px;
    height: 260px;
	/*border:1px solid #333;*/
	margin:10px auto;
}

.jcarousel-skin-empresas .jcarousel-item {
	width:610px; 
	height:260px; 
	overflow:hidden;
}
.jcarousel-skin-empresas .jcarousel-item-horizontal {
    /*margin-right: 20px;
	margin-left:20px;*/
}
/*.jcarousel-skin-empresas .jcarousel-item-horizontal {
   padding: 5px 1px 5px 1px;
}*/

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-empresas .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: -4px;
    width: 20px;
    height: 77px;
    cursor: pointer;
    background: transparent url(imagens/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-empresas .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 1px;
    width: 20px;
    height: 77px;
    cursor: pointer;
    background: transparent url(imagens/prev-horizontal.png) no-repeat -20px 0;
}

.jcarousel-skin-empresas .jcarousel-next-horizontal:active {
    background-position: -20px 0;
}
.jcarousel-skin-empresas .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}