#gallery {
	position: relative;
	padding-bottom: 10px;
	margin-top: 10px;
	font-family: verdana, arial, sans-serif;
	width: 100%;
	line-height: 1.5em;
}

#gallery #imageNumber {
	display: block;
	width: 200px;
	height: 38px;
	background: url(http://www.juntadeandalucia.es/cultura/-/fitem/2172e280-b8a7-11de-b632-589a035b9bdd/number.gif);
	text-align: center;
	line-height: 38px;
	font-size: 11px;
	margin: 0;
	color: #222;
	position: absolute;
	top: 110px;
	left: 200px;
}

#thumbnails {
	height: 84px;
	overflow: hidden;
	margin: 0px 56px 17px 50px;
	position: relative;
	padding: 0px;
}

#innerContainer {
	position: absolute;
	left: 0;
	top: 0;
	height: 75px;
	overflow: hidden;
}

#thumbnails ul {
	margin: 7px 1px 2px 3px;
	padding: 0;
	list-style: none;
}

#thumbnails ul li {
	float: left;
	height: 75px;
}

#thumbnails ul li div {
	display: none;
}

#thumbnails ul li img {
	display: none;
	height: 75px;
	padding: 0 1px;
	cursor: pointer;
}

#fullSize {
	margin: 0 auto;
	background: #a49a91;
	text-align: center;
	border: 1px solid #8b7f72;
	display: none;
}

#fullSize img {
	display: none;
	margin: 10px auto 10px auto;
	border: 1px solid #fff;
	max-width: 480px;
	width: 480px;
}

.contenedorFullSize {
	display: none;
}

#fullSize div {
	margin: 0 auto;
	background: #a49a91;
	text-align: left;
	padding: 10px;
	display: none;
}

#fullSize div h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

#clickLeft {
	width: 35px;
	height: 38px;
	position: absolute;
	left: 160px;
	top: 110px;
	background: #fff url(http://www.juntadeandalucia.es/cultura/-/fitem/2172e280-b8a7-11de-b632-589a035b9bdd/blank.gif);
}

#clickRight {
	width: 35px;
	height: 38px;
	position: absolute;
	right: 405px;
	top: 110px;
	background: #fff url(http://www.juntadeandalucia.es/cultura/-/fitem/2172e280-b8a7-11de-b632-589a035b9bdd/next.gif);
}

#slideLeft {
	width: 22px;
	height: 44px;
	position: absolute;
	left: 20px;
	top: 20px;
	background: url(http://www.juntadeandalucia.es/cultura/-/fitem/2172e280-b8a7-11de-b632-589a035b9bdd/trans.gif);
	cursor: pointer;
}

#slideRight {
	width: 22px;
	height: 44px;
	position: absolute;
	right: 21px;
	top: 20px;
	background: url(http://www.juntadeandalucia.es/cultura/-/fitem/2172e280-b8a7-11de-b632-589a035b9bdd/trans.gif);
	cursor: pointer;
}

#autoPlay {
	width: 35px;
	height: 38px;
	position: absolute;
	left: 445px;
	top: 110px;
	background: #fff url(http://www.juntadeandalucia.es/cultura/-/fitem/2172e280-b8a7-11de-b632-589a035b9bdd/play.gif);
}

.imgslide {
	width: 140px;
}

.contenedorFotosGaleria {
	margin: auto;
	width: 682px;
}

.contenedorFotoIzquierda {
	float: left;
	margin: 0px;
	padding: 8px 0px 12px;
	text-align: center;
	width: 169px;
}

.contenedorFotoCentro {
	float: left;
	margin: 0px;
	padding: 8px 0px 12px;
	text-align: center;
	width: 169px;
}

.contenedorFotoDerecha {
	float: right;
	margin: 0px;
	padding: 8px 0px 12px;
	text-align: center;
	width: 169px;
}

.tituloGaleriaNoJS {
	margin-top: 12px;
}
