.transparencia{
	z-index:1;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

.parteIzd{
	display:none;
	width: 290px;
	height: 498px;
	background-color: white;
}

.parteInf{
	display:none;
	width: 831px;
	height: 100px;
	position: relative;
	top: 398px;
	background-color: white;
}

.parteGal{
	display:none;
	position: relative;
	top: 345px;
	width: 831px;
	height: 131px;
	background-color: white;
	padding-top: 9px;
}


#rueda {
	float: left;
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(../galeria/h300.gif) repeat-x;
}

/*
	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.
*/
#rueda .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}


#rueda img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* prev, next, prevPage and nextPage buttons */
div.browseI{
	background:url(../galeria/imagenes/left.gif) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin-top:40px;
	margin-left: 20px;
	*margin-left: 10px;
	margin-right: 20px;
	*margin-right: 19px;
	cursor:pointer;
	font-size:1px;
}
div.browseD{
	background:url(../galeria/imagenes/right.gif) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin-top:40px;	
	margin-left: 20px;
	*margin-left: 20px;
	margin-right: 20px;
	*margin-right: 15px;
	cursor:pointer;
	font-size:1px;
}

.posicionaFlechaDer{
	float: left; 
	margin-top: -1px; 
	margin-left: 0px; 
	*margin-left: -20px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}
div.disabled {
	visibility:hidden !important;		
} 

