html, body, div, h1, h2, h3, h4, h5, h6, ul, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
object, embed, a { outline:0 }
ul{list-style:none;}
/*
 * IDs
 */
#box{
	margin:0 auto;
	width:1024px;
}

.slider{
	display:block;
	height:340px;
	overflow:hidden;
	width:421px;
}
.slider-items, .slider-item{
	display:block;
	height:340px;
	overflow:hidden;
	width:421px;
}
.slider-items{ width:19600px;overflow:hidden; }
.slider-item{ float:left;background:#fff; }
.slider-nav, .slider-s-nav{
	display:block;
	height:20px;
	position:relative;
	width:100%;
}
.slider-nav ul, .slider-s-nav ul {
	position:absolute;
	bottom:0;
	right:0;
	width: 100%;
	/*width: 557px;*/
	height: 124px;
}

.slider-nav ul, .slider-s-nav ul {
	position:absolute;
	bottom:139px;
	right:0;
	width: 100%;
	/*width: 557px;*/
	height: 105px;
}

.slider-nav ul li, .slider-s-nav ul li{ float:left; }
.slider-nav ul li a span, .slider-s-nav ul li a span{ display:none; }
li.btn-next a, li.btn-prev a{
	background:url(images/slider-nav.gif) no-repeat;
	display:block;
	height:20px;
	width:25px;
	float:right;
}
li.btn-prev a{
	background:url(images/slider-nav.gif) no-repeat;
	display:block;
	height:20px;
	width:25px;
	float:left;
}
li.btn-next a { background-position: right top; }
li.btn-prev a { background-position: left top; }
li.btn-next a:hover { background-position: right bottom; }
li.btn-prev a:hover { background-position: left bottom; }
.slider-item p, .slider-s-item p{
	color:#616161;
}
.slider-s, .slider-o{
	display:block;
	width:270px;
	overflow:hidden;
	height:173px;
}
.slider-s-items, .slider-o-items{
	height:173px;
	width:19700px;
}
.slider-o, .slider-o-items{ height:186px; }
.slider-o-item{
	float:left;
	width:270px;
}
.slider-o-item a.diamond{
	background:url(images/li-diamond.gif) center left no-repeat;
	border-bottom:1px dashed #afafaf;
	color:#ef4323;
	display:block;
	line-height:15px;
	margin:7px 10px;
	padding:10px 15px 10px 13px;
}
.slider-o-item a:hover.diamond{
	color:#000;
}
.slider-s-item{
	float:left;
	width:270px;
	height:173px;
}
.slider-s-item p{
	padding:0 4px;
}

.slider-s-item span.title{ line-height:22px; padding:0 4px; }
.slider-more{
	background:url(images/slider-more.gif) right center no-repeat;
	color:#616161;
	font-size:10px;
	padding:0 15px 0 0;
}
a:hover.slider-more{
	color:#000;
}

.titulo {
	background: #393939;
	width:582px;
	height:23px;
	padding:6px 0 0 10px;
	color: #CCCCCC;
	}
