/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 575px; /* Set to gallery width, in px or percentage */
height: 55px; /* Set to gallery height */
position:relative;
overflow:hidden;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#motiongallery{
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
}
/* End Gallery Styles */

	
.tagAlbum{
	background-color:#ecffca;
	padding:5px;
	width:105px;
	cursor:pointer;
	border: solid 0px red;
	text-align: center;
	float:left;
	border-top: solid 2px #ecffca;
	border-left: solid 2px #ecffca;
	}

.tagAlbum:hover{
	background-color:#fff;
	border-top: solid 2px gray;
	border-left: solid 2px gray;
/*	margin:2px;*/
	}

.capaAgregarAlbum{	
	float:right;	
	padding-left:30px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-style:oblique;
	font-weight:bold;
	height:25px;
	line-height:20px;
	cursor:pointer;
	background:url('/images/comunidadML/estilo1/botonMas.png') no-repeat left center;
	}

.tagAlbumX{
	/*border:solid 1px lightgray;*/
	background-color:#fff;
	padding:0px 10px 10px 10px;
	margin:3px;
	min-width:90px;
	}

.imgAlb{
	/*border:solid 1px lightgray;*/
	/*background-color:#fff;
	padding:0px 10px 10px 10px;*/
	margin:0px auto;
	/*min-width:90px;*/
	}

.capaAgregarAlbum{
	/*border:solid 1px;*/
	float:right;
	/*margin-left:auto;*/
	padding-left:33px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-style:oblique;
	font-weight:bold;
	height:27px;
	line-height:27px;
	cursor:pointer;
	background:url('/images/comunidadML/estilo1/galeria/agregarAlbum.png') no-repeat left center;
	}

.capaAgregarImagen{
	/*border:solid 1px;*/
	float:right;
	/*margin-left:auto;*/
	padding-left:33px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-style:oblique;
	font-weight:bold;
	height:27px;
	line-height:27px;
	cursor:pointer;
	background:url('/images/comunidadML/estilo1/galeria/agregarImagen.png') no-repeat left center;
	}
	
.capaEliminarImagen{
	/*border:solid 1px;*/
	float:right;
	/*margin-left:auto;*/
	padding-left:33px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-style:oblique;
	font-weight:bold;
	height:27px;
	line-height:27px;
	cursor:pointer;
	background:url('/images/comunidadML/estilo1/galeria/eliminarImagen.png') no-repeat left center;
	}
#albumes{
	border:solid 0px #df7a1c;
	background-color:#ecffca;
	float:left;
	padding:5px;
	margin-top: 5px;
	}
	
#imagenes{
	border:solid 0px green;
	float:left;
	width:100%;
	background:url('/images/comunidadML/estilo1/galeria/fondoThumbnails.png') center;
	padding:1px;
	height:50px; 
}

.formPieDeFoto{
	/*background-color: red;
	border: solid 1px blue;*/
	float:left;
}

#noAlbumTercero{
	/*border:solid 1px;*/
	width:187px;
	height:49px;
	margin:20px auto;
	background:url('/images/comunidadML/estilo1/galeria/noAlbum.png') no-repeat center center;
	}
	
#noImagen{
	/*border:solid 1px;*/
	width:187px;
	height:49px;
	margin:20px auto;
	background:url('/images/comunidadML/estilo1/galeria/noImagen.png') no-repeat center center;
	}
