body{
	 background-color: #000;
}

* {
	margin: 0;
	padding: 0;
}

#slideshow { width:698px; height:495px; float:left; padding-left: 0; padding-right: 0;}

#slide { width:698px}
#slide-scroller { margin:0;}

#slide-scroll.scrollable { width:698px; height:495px; position:relative; overflow:hidden;}

#slide-scroll.scrollable .items { width:20000em; height:495px; position:absolute; clear:both; text-align: center;}
			
#slide-scroll.scrollable .item {	width:698px; padding: 0; float:left; }

#slide-scroll.scrollable .item img { width:698px; height:495px; border: 0}

#slide-scroll.scrollable .item a { text-decoration: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#333; text-decoration:none;}

#slide-scroll.scrollable .item a:hover{ text-decoration:underline;
} 

#slide-scroll.scrollable .item span.titulo { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: #FF0000; text-decoration:none; text-transform:uppercase; display: block; padding-top:10px; }

#slide-scroll.scrollable .item span.texto { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#333; text-decoration:none; padding-top:10px; display: block;}

.prevPage, .nextPage { width:36px; height:36px; background:url(../img/bgmenu.png) no-repeat; text-indent:-9999em; position: absolute; left:35px; top:205px; outline:0}

.prevPage { background-position:0px 0px; left:6px}
.nextPage { background-position:-42px 0px; left:auto; right:6px !important}
		
#slide-scroller .navi { margin:-18px -5px 0 0; float:right; background:#ECEBED; text-align:right; position:relative; padding-left:10px; top: 200px}

#slide-scroller .navi a { margin:0 2px; width:13px; height:14px; background:url(../img/bgmenu.png) no-repeat; background-position:0px -136px;	display:inline-block; overflow:hidden}

#slide-scroller .navi a.active { background-position:-13px -136px}

