/* imagogallery css*/
 @CHARSET "ISO-8859-1";

.imago_thumbImg {
	border: 1px solid #B3B3B3;
	margin: 4px;
	
	
}
.imagoGalleryTitle {
	
}

.imago_selectedThumb {
	border: 1px solid #B3B3B3;
	margin: 4px;
	//filter:alpha(opacity=40);
	-moz-opacity:0.40;
}

img.imago_loading {
	position: absolute;
	top: 325px;
	left: 600px;
	display: none;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}
/* aixo es el menu */

div.imago_thumbMenu_top {
	background: url(../images/bg_menu_imatges_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
	margin-top: 10px;
	font-size: 3px;
}

div.imago_thumbMenu {
	background: url(../images/bg_menu_imatges.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	cursor:hand;
}

div.imago_thumbMenu_bottom {
	background: url(../images/bg_menu_imatges_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 4px;
	font-size: 3px;
	margin-bottom: 10px;
}

/* fi del menu */


div.imago_currentImage {
	padding-bottom: 0px;
	
}

/* decs de la foto */
div.imago_cititle {
	font-size: 12px;
	font-family: arial;
	color: #4C4C4C;
	margin-left: 20px;
	width: 454px;
}
/* fi decs de la foto */

/* titol del menu */

div.imago_galleryTitle {
	text-align: center;
	font-size: 12px;
	font-family: Swis721 Lt BT;
	color: #999999;
	border-bottom: 1px solid #E6E6E6;
	margin-left: 8px;
	margin-right: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

/* fi del titol del menu */
/* aqui es on carga l'imatge */

div.imago_frame_cap {
	background: url(../images/bg_imatge_cap.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
	margin-top: 10px;
	font-size: 3px;
	
	margin-left: 25px;
	width: 494px;
}

div.imago_frame {
	margin-left: 25px;
	background: url(../images/bg_imatge.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	width: 494px;
}

div.imago_frame_bottom {
	background: url(../images/bg_imatge_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 6px;
	margin-bottom: 10px;
	font-size: 3px;
	
	margin-left: 25px;
	width: 494px;
}

div.imago_currentImage {
	border: 20px solid #AFDBDB;
	margin-left: 20px;
	margin-right: 20px;
	cursor:hand;
}
/* fi on carga l'imatge */

div.imago_loading {
	top: 275px;
	left: 580px;
	position: absolute;
	background-color: #ffffff;
	color: #000000;
}
a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.imago_navPrev {
	left: 0;
	top: 0;
	background: url('img/prev.gif') no-repeat top left;
}

a.imago_navNext {
	right: 0;
	top: 0;
	background: url('img/next.gif') no-repeat top right;
}

