/* _____________________________________________________________
	As with most projects on the web, the beatifying of the
	webpage is done through the Cascading Style Sheets (CSS). 
	Below is the one used in the demos contained in this webpage.
   _____________________________________________________________ */
   
/* - - - - - - - - - - - - - - - - - - - - -
		Gallery Container
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryCntr {
	/*position: relative;*/

}
.flickrGalleryCntr img {
	border:0pt none;
}

/* - - - - - - - - - - - - - - - - - - - - -
		album containers
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryAlbum {
	border:1px solid #E5E5E5;
	width: 225px;
	float: left;
	padding: 11px;
	margin: 5px;

}

.flickrGalleryAlbum h3 { font-size : 0.9em; font-weight : bold; line-height : 1.1em; } 

.flickrGalleryAlbum img {
	float:left;
    margin-right:10px;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Images Container
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImages {
    text-align : center;
    height : auto;
    position : relative;
}

.flickrGalleryImages a.slideshow {
	background:url(/_img/noticias/ico-slide-show.gif) no-repeat right;
	padding-right:22px;
	position:absolute;
	top:10px;
	right:12px;
}

.flickrGalleryImageView {
	padding-top: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.flickrGalleryImageView img {
	display: inline;
    margin : 0 auto;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Image Navigation buttons
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImageMenu {
	
}
.flickrGalleryImageMenu a {
	
}
.flickrGalleryImageMenu a img{
    overflow:hidden;
    float:left
}

.flickrGalleryImageMenuButtons td {
	padding:10px;
}
.flickrGalleryImageMenuButtons p {
	margin:0;
}
.flickrGalleryImageMenuButtons a {
	margin:0 5px;
}

.flickrGalleryImageMenuButtonsPrev,
.flickrGalleryImageMenuButtonsNext { font-weight : bold; }

.flickrGalleryImageMenuImgCount p {
	color:#490202;
	font-size:1em;
	text-align:center;
	width:100px;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Thumbnails images
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImageThumbs {
	background: #fff;
	padding:10px;
}
.flickrGalleryImageThumbs ul {
	list-style: none;
}

.column_text_block .flickrGalleryImageThumbs li {
	background:none;
	float: left;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	display: block;
	height: 50px;
	margin:0;
	width: 50px;
	overflow: hidden;
	padding: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Loading Message Container
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryLoading {
	text-align: center;
	vertical-align: middle;
	width: 400px;
	height: 100px;
	color: #ffffff;
	margin: 18% auto 18%;
	font-size: 1.2em;
	font-weight: 900;
	display: block;
    font-size : 0.75em;
    font-weight : normal;
}

.flickrGalleryLoading img { border : none!important; }

