body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

#slider {
	width: 232px;
}
.text ul  {margin-left: -20px!important;  margin-left: 18px;}
*:first-child+html .text ul /* solo IE 7.0 */ 
{ 
  margin: 18px!important; 
}

.header {
	width: 214px;
	border: 1px solid #9ac1c9;
	padding: 8px;
	font-weight: bold;
	margin-top: 5px;
	cursor: default;
	background: url(images/header.gif);
}

.header:hover {
	background: url(images/header_over.gif);
	cursor: default;
}

.content {
	overflow: hidden;
}

.text {
	/*
	width: 220px;
	border: 0px solid #9ac1c9;
	border-top: none;
	padding: 10px 0px 15px 0px;
	*/
	border: 1px solid #99a; 
	background: #fff; 
	width: 230px; 
	padding: 0px; 
	opacity:0.7;
	filter:alpha(opacity=70)
}

.margineBottom {
	margin-bottom: 30px;
}

a {
	color: #336;
	border: 0px;
	text-decoration: none;
}

