#examples a {color:#888 ;text-decoration: none;}
	#examples a:hover {color: #090;}

#examples h3 {margin: 20px 0 5px 0;}



/* example_1 css */
#example_1 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */

	border: 1px solid #888;
	background-color: #f8f8f8;
}

#example_1 a {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	padding: 4px;

	font-size: 85%;
	color: #333;
	text-decoration: none;
}
	#example_1 a:hover {color: #c00}



/* example_2 css */
#example_2 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */

	border: 1px solid #888;
	background-color: #000;
}

#example_2_content {
	position: absolute;
	top: 0;
	left: 0;
}

#example_2 a {
	display: block;
	padding: 0 5px;
	font-size: 85%;
	color: #ff0;
	line-height: 24px;
	text-decoration: none;
}
	#example_2 a:hover {color: #0f0}



/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 470px; /* important */
	height: 86px; /* important */
	margin: 0 85px;
	background: #000;
}

#example_3_frame {position: relative}
#example_3_previous {float: left;}
#example_3_next {float: right;}
#example_3_content {
	position: absolute;
	top: 0;
	margin-left: 20px;
}

#example_3_content
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_3_content {
		width: 5418px;
	}
	#container_bd #example_3 ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #666;
		background-color: #000;
	}

#container_bd #example_3 ul li img {
	display: block;
}



table#vertical_examples td {
	width: 320px;
	vertical-align: top;
	text-align: center;
}



/* example_4 css */
#example_4 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 172px; /* important */
	height: 212px; /* important */
	background: #000;
}

#example_4_frame {position: relative}
#example_4_frame img {position: absolute;}
#example_4_previous {top: 0; left: 0;}
#example_4_next {top: 192px; left: 0;}

#example_4_content {
	position: absolute;
	margin-top: 20px;
	left: 0;
}

.example_4_item img {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #000;
}



/* example_5 css */
#example_5 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 172px; /* important */
	height: 212px; /* important */
	background: #000;
}

#example_5_frame {position: relative}
#example_5_frame img {position: absolute;}
#example_5_previous {top: 0; left: 0;}
#example_5_next {top: 192px; left: 0;}

#example_5_content {
	position: absolute;
	margin-top: 20px;
	left: 0;
}

.example_5_item {
	padding: 5px;
	height: 162px;
	background: #000;
	text-align: left;
}

.example_5_item h4 {
	font-size: 85%;
	color: #fff;
}

.example_5_item p {
	font-size: 77%;
	color: #ccc;
}

#container_bd .example_5_item a {
	color: #ff0;
	text-decoration: underline;
}
	#container_bd .example_5_item a:hover {color: #0f0;}



/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 680px; /* important */
	/*height: 500px; /* important */
	margin: 0;
	background: #fff;
}

/*Paulinho*/
#bg_thumb{
	padding:10px 0 0 10px;
	width:560px;
	height:57px;
}

.categoria{
	padding:10px 0 8px 10px;
	width:550px;
	height:57px;
	background:url(../img/bg_thumb.gif) no-repeat;
}

.categoria h1{
	font: bold 16px arial;
	color:#2b2b2b;
	margin:0;
	padding:5px 0 0 0;
}

.categoria h2{
	font:normal 13px arial; 
	line-height:20px; 
	color:#5b5b5b; 
	text-align:left;
	margin:0;
	padding:0;
}

.descricao{
	width:542px;
	height:22px;
	background:#2b2b2b;
	font:normal 11px arial;
	line-height:20px;
	color:#f7f7f7;
	text-align:left;
	padding:4px 0 4px 16px;
}

/**/

#example_6_content {
	position: absolute;
	top: -1px;
	margin-left: 0;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 3580px;
	}
	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
	}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	/*width:560px;*/
	position: relative;
	margin: 390px 0px 0 0px;
}
#container_bd #example_6_frame ul li {
	margin: 0 2px;
}
#container_bd #example_6_frame ul li img{
	border: 1px solid #d6d5d5;
	padding: 2px;
}
	#container_bd #example_6_frame ul li img:hover {border: 1px solid #89c43d;}



.accordion_toggler {
	padding: 5px;
	background: #369;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	color: #fff;
	cursor: pointer;
}

.accordion_content {
	background: #fff;
}