			body, div, p {
				font-family: Arial, Helvetica, Verdana;
				color: #333;
			}
						
			a, a:link, a:active, a:visited {				
				text-decoration: none;				
			}
			a:hover {
				color: #9E1F63;
			}
			#intro {
				width: 580px;
				margin: 0 auto;
			}
			.wrapper {
				background-color: white;
				width: 480px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel {
							
				width: 90%;
				margin: 0 5% 30px 5%;
				position: relative;

			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {				
				color: #999;
				text-align: center;				
				border: 3px solid #ddd;
				width: 50px;
				height: 230px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel li a{text-decoration: none;font-size: 1.2em;}
			.list_carousel li img{
				width: 100%;
				max-width: 100%;
				height: 140px;
			}
			.list_carousel li h3{text-align: center;margin: 0;padding: 0;}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.list_carousel li p{
				margin: 0;
				padding: 0;
				font-size: 0.7em;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prevC {
				float: left;
				margin-left: 10px;

			}
			.nextC {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 100%;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
				background: #069;
				color: #fff;
				border-radius: 50%;
				padding: 10px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}





            /************************/
			/*Configuração carousel */
			/************************/


			a, a:link, a:active, a:visited {				
				text-decoration: none;
				
			}			
						
			.list_carousel2 {							
				width: 100%;
				margin: 0;
				position: relative;

			}
			.list_carousel2 ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel2 li {				
				color: #999;
				text-align: center;			
				width: 50px;
				height: 400px;
				padding: 0;
				margin: 0px;
				display: block;
				float: left;
			}
			.list_carousel2 li a{text-decoration: none;font-size: 1.2em;}
			.list_carousel2 li img{
				width: 100%;
				max-width: 100%;
				height: 390px;
			}
			
			.list_carousel2.responsive {
				width: auto;
				margin-left: 0;
			}
			
			.clearfix {
				float: none;
				clear: both;
			}
			.prevC {
				float: left;
				margin-left: 10px;				
				position: absolute;
				left: 0px;
				top: 70px;
				background:  #f2f2f2;
				color: #000;
				padding: 10px;
				border-radius: 50%;			

			}
			.nextC {
				float: right;
				margin-right: 10px;				
				position: absolute;
				right: 0px;
				top: 70px;
				background:  #f2f2f2;
				color: #000;
				padding: 10px;
				border-radius: 50%;				
			}

			@media(max-width: 580px){
				.list_carousel2 li {				
				color: #999;
				text-align: center;			
				width: 50px;
				height: 210px;
				padding: 0;
				margin: 0px;
				display: block;
				float: left;
			}
			.list_carousel2 li a{text-decoration: none;font-size: 1.2em;}
			.list_carousel2 li img{
				width: 100%;
				max-width: 100%;
				height: 210px;
			}

			.prevC {top: 120px;}
			.nextC {top: 120px;}
			
			}