div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 770px;
	height: 400px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 770px;
	height: 400px;
	overflow:hidden;
	float:left;
	background-image: url(../images/background/sea.jpg);
	background-repeat: no-repeat;
		}
	div.scroller div.section10 {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 770px;
	height: 400px;
	overflow:hidden;
	float:left;
	background-image: url(../images/background/ficha.png);
	background-repeat: no-repeat;
		}
	div.scroller div.content {
	width: 10000px;
		}

	div#section1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	background-image: url(../images/background/ficha.png);
	background-repeat: no-repeat;
		}

div#section1 h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
}

.direita {
	float: left;
	padding: 0;
	height: 380px;
	width: 375px;
	margin-left: 30px;
}

	* html .direita 
	{
		width: 380px;
		margin: 20px 0 0 30px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

.esquerda 
{
	width: 300px;
	float: left;
	margin-left: 50px;
	padding: 0;
}
	
	* html .esquerda 
	{
		margin-left: 45px;
		margin-right: 0px;
		margin-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}

	.esquerda ul
	{
		list-style-position: inside;
		list-style-type: square;
	}
	
.style1 
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
	
#my-glider 
{ margin: 20px; }

* html .direita p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

	div.section-image
	{
		padding-top: 25px;
		padding-left: 200px;
	}

a:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

