
/*galeria superior*/
#galeria_slideshow2{	
	width:847px;
	/*width:550px;	/* Total width of slideshow */	
}

#galleryContainer2{
		
	/*height:60px;	/* Height of the images + 2 */
	height:397px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	float:left;	
	
	/*width:530px;*/
	width:847px;
	_width:847px;
	text-align:center;
	/* CSS HACK */
	height: 397px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/397px;	/* Other browsers */
	height: /**/397px;
	
}
#arrow_left2{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	background-color: #000;	
	cursor:pointer;
}
#arrow_right2{
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
	background-color: #000;	
	cursor:pointer;
}
#theImages2{
	position:absolute;
	/*height:58px;*/
	height:397px;
	left:33px;
	right:0px;
	width:5000px;	
	
}
#theImages2 #slideEnd2{
	float:left;	
}
#theImages2 img{
	float:left;
	padding-right:5px;
	/*
	filter: alpha(opacity=50);
	opacity: 0.5;*/
	cursor:pointer;
	border:0px;
}

#theImages2 .imageCaption{
	display:none;
}
/*----------------------------------------------------------------------------------------------*/
/*galeria inferior*/
#galeria_slideshow{	
	width:910px;
	/*width:550px;	/* Total width of slideshow */	
}

#previewPane{
	/*border:1px solid #CCCCCC;
	margin-bottom:10px;*/	
	/*text-align:center;
	vertical-align:middle;
	padding-top:10px;

	position:relative;
	
	/* CSS HACK */
	/*height: 387px;	/* IE 5.x */
	/*height/* */:/**/ /*375px;	/* Other browsers */
	/*height: /**//*375px;
			
}
#previewPane img{
	/*line-height:400px;	*/
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	/*font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	/*font-size:0.9em;*/
}
#galleryContainer{
		
	/*height:60px;	/* Height of the images + 2 */
	height:85px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	float:left;	
	
	/*width:530px;*/
	width:910px;
	_width:907px;
	text-align:center;
	/* CSS HACK */
	height: 85px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/85px;	/* Other browsers */
	height: /**/85px;
	
}
#arrow_left{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	background-color: #000;	
	cursor:pointer;
}
#arrow_right{
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
	background-color: #000;	
	cursor:pointer;
}
#theImages{
	position:absolute;
	/*height:58px;*/
	height:83px;
	left:33px;
	right:0px;
	width:5000px;	
	
}
#theImages #slideEnd{
	float:left;	
}
#theImages img{
	float:left;
	padding-right:5px;
	/*
	filter: alpha(opacity=50);
	opacity: 0.5;*/
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #E4E4D7;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}
#theImages .imageCaption{
	display:none;
}