/*  RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, p, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100,01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* TIPOGRAFIA */
body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea {
	color: #AAA;
	font-size:11px;
	font-family:Tahoma, Trebuchet MS, Arial;
	overflow-x: hidden;
}

.negrito { 
	font-weight: bold; 
}
.italico { 
	font-style: italic; 
}
.f9 { font-size: 9px; }
.ft10 { font-size: 10px; }
.ft11 { font-size: 11px; }
.ft12 { font-size: 12px; }
.ft13 { font-size: 13px; }
.ft14 { font-size: 14px; }
.ft15 { font-size: 15px; }
.ft16 { font-size: 16px; }
.ft17 { font-size: 17px; }
.ft18 { font-size: 18px; }
.ft19 { font-size: 19px; }
.ft20 { font-size: 20px; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tjustify { text-align: justify; }

.maiusculas { text-transform: uppercase; }
.minusculas { text-transform: lowercase; }

/* FLOATS */
.left { float: left; }
.right { float: right; }

.branco{color:#CCC;}

p{
	overflow:hidden;
}

/* Scroller Box */
#scroller_container {
 position: relative;
 width: 140px;
 height: 400px;
 overflow: hidden;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */
 
