/* CSS Document */
img{
	border: 0px;
}
#nav{
	width: 340px;
	height: 16px;
	background: #fff;
	padding: 0px;
}
#nav ul{
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
#nav ul li{
	display: inline;
	float: left;
	list-style-type: none;
	width: 25px;
	margin: 0px;
	padding: 3px;
}
#nav ul li a{
	padding: 3px 3px 0px 3px;
	background: #eee;
}
#nav ul li a:hover{
	background: #ccc;
}
#pic{
	width: 340px;
	padding: 0px;
	margin: 0px;
	height: 260px;
	float: 1;
	vertical-align: bottom;
	
	
}
#pic .img{

}
#titleSlide{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FC3;
	text-decoration: none;
	float: 22;
	position: relative;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(../midias/fundo.png);
	text-transform: uppercase;
}
#titleSlide a{
	text-decoration: none;
	color: #555;
}
#titleSlide a:hover{
	border-bottom: 0px dashed #555;
}
div#textSlide{
	float: 23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	position: relative;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(../midias/fundo.png);
	}

}
#settings{
	width: 100px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	font: bold 11px 'Arial';
	width: 20px;
	text-align: center;
	line-height: 19px;
	border: 1px dashed #ccc;
	background: #eee;
	height: 16px;
	margin: 0px 2px;
}

.center{
	width: 340px;
}
