#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbBottomContainer {}

#lbCommentsContainer {
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
}

#comentario { float: left; }
#dedoOK {
 float: left;
  background: url(/images/thumb_up.gif) no-repeat;
}

#dedoNOOK {
 float: left;
  background: url(/images/thumb_down.gif) no-repeat;
}

.lbLoading {
	background: #fff url(/images/lb_loading.gif) no-repeat center;
}

#lbEnlargeButton {
  background: #000 url(/images/lb_enlarge.png) no-repeat right;
  height: 20px;
  width: 480px;
  border: 10px solid #fff;
  border-top-style: none;
  border-bottom-style: none;
  cursor: pointer;
	cursor: hand;
}

#lbImage {
	border: 10px solid #fff;
	width: 480px;
	height: 360px;
	border-bottom-style: none;
}

#lbRight {
  height: 500px;
}

.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************
	styles for hidden next & previous buttons
***************************/

/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

*/

/***************************
	styles for next & previous buttons as part of footer
***************************/

#lbCloseLink, #lbPrevLink, #lbNextLink {
  display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbCloseLink {
	position: absolute;
	right: 3px;
	bottom: 4px;
	background: transparent url(/images/closelabel.jpg) no-repeat left;
}

#lbCloseLink:hover {
	background: transparent url(/images/closelabel_h.jpg) no-repeat left;
}

#lbPrevLink {
	float: left;
	background: transparent url(/images/prevlabel.jpg) no-repeat left;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel_h.jpg) no-repeat left;
}

#lbNextLink {
  float: left;
	background: transparent url(/images/nextlabel.jpg) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel_h.jpg) no-repeat right;
}

#lbControls {
}

/**********************************/

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#tableLightboxDesc td {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: justify;
}

#lbComments {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	height: 470px;
	overflow: scroll;
}


#lbCaption, #lbNumber, #lbDescription {
	/*margin-right: 20px;*/
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}

.lightboxDesc {
	display: none;
}

#comentario1 {
  padding: 3px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: #ccd4de;
}
#comentario0 {
  padding: 3px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: #deddcc;
}
#comentarioUsuario { font-size: 11px; color: #444; text-align: right; }
#comentarioFecha { text-align: right; }
#comentarioComentario { padding-top: 4px; text-align: justify; }