* {
	margin: 0;
	padding-top: -50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#wrapper {
    width: 262px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	width: 274px;
	height:216px;
	position: relative;
	background:url(../img/bg_parceiros.png);
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
	overflow: hidden;
	width: 240px;
	height:180px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scrollContainer {
	position: relative;
	margin-left:8px;
}

.scrollContainer div.panel {
	width: 299px;
	padding: 0 0 0 0;
	margin:-20 0 0 0;

}

/*#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	background: url(../img/leftshadow.png);
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	background: url(../img/rightshadow.png) repeat-y;
}*/
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/prev.gif);
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/next.gif) repeat-y;
}
.inside {
	padding:40px 0 0 42px;/*Não muda*/
	border:none;
}

.inside img {
	display: block;
	border: 0;
	width: 220px;
	height:96px;
	margin:0 0 10px 0; /*Não muda*/
	padding: 20px 10px 0 15px; /*Não muda*/
}

.inside h2 {
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	border-bottom:none;
}

.scrollButtons {
    position: absolute;
    top: 127px;
	cursor: pointer;
}

.scrollButtons.left {
	left: 10px;
	top:85px
}

.scrollButtons.right {
	right: 16px;
	top:85px
}

.hide {
    display: none;
}

