/* @override http://www.trasloma.com/slider_home/galery_style.css */

/* @override http://www.trasloma.com/slider_home/galery_style.css */

/* @override http://localhost/trasloma/slider_home/galery_style.css */

 	

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.billboard .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height: 93px;
	margin-right: auto;
	margin-left: auto;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.billboard .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.billboard .items div {
	float:left;
}

/* single scrollable item */
.billboard .scrollable img {
	float:left;
	background-color:#fff;
	border-style: none;
}

/* active item */
.billboard .scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {	
}

/* prev, next, prevPage and nextPage buttons */

.billboard .head img {
	border-style: none;
}
.billboard a.browse {
	background: url(hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
.billboard a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;
	position: absolute;
	top: 30px;
	right: -5px;
}
.billboard a.right:hover 		{ background-position:-30px -30px; }
.billboard a.right:active 	{ background-position:-60px -30px; } 


/* left */
.billboard a.left				{
	position: absolute;
	top: 30px;
	left: -5px;
} 
.billboard a.left:hover  		{ background-position:-30px 0; }
.billboard a.left:active  	{ background-position:-60px 0; }



/* up */
.billboard a.up:hover  		{ background-position:-30px 0; }
.billboard a.up:active  		{ background-position:-60px 0; }

/* down */
.billboard a.down 				{ background-position: 0 -30px; }
.billboard a.down:hover  		{ background-position:-30px -30px; }
.billboard a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
.billboard a.disabled {
	visibility:hidden !important;		
}

.billboard div.gallery {
	width: 1024px;
	position: relative;
}

a.browse.ocultar {
	display: none;
}



