
#wrapper {
    width: 550px;
	margin-left:0px;
	background-color:#FFF;
}

#intro {
}

#slider {
    width: 530px;
    position: relative;
	border: 10px solid #cfc6c6;
}



.scroll {
	overflow: hidden;
	width: 530px;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 145px;
	height: 305px;
	position:fixed;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 5px;
	border: 1px solid #686868;
}

.inside img {
	display: block;
	border: 1px solid #686868;
	width: 125px;
	/*height:125px;*/
}


.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

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

.grande {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.cinza {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#686868;
}
.amarelo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e4b02e;
}

.scrollButtons {
    position: absolute;
    top: 77px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}