/* Hoja de Estilos */
/* CENTRONEURONEX.COM */
/* 28/09/2006 */
/* Autor: Jesus R. Acosta - SINOVAC.NET */

#content .pager {
	text-align:center;
	padding:0 0 10px 0;
}


#gallery {
	width:580px;
	height:490px;
	padding:0;
}

#gallery ul {
	width:580px;
	padding:0;
	padding-left:10px;
	margin: 10px 0px 10px 0px;
	color: #333333;
	/*border: 1px solid #000;*/
}

#gallery li { width:120px; height:100px;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 8px;
}

#gallery div.container {
	width:120px;
	height:100px;
	display: inline;
}

#gallery img {
	border: 2px solid #B2B7D7;
}

#gallery img:hover {
	border-color:#6666CC;
}

.blockimage, #blockimage {
	width:570px;
	height:440px;
}

#loading {
	width:570px;
	height:200px;
	position: absolute;
	font-size:200%;
	padding-top: 80px;
	/*display: none;*/
}

#loading img {
	border: 0;
}

/******************/
/* Paginador */

/* Caja cerrada */
.pager {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.pager span.boxoff, .pager a {
	color: #000066;
	background-color: #FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #000066;
	text-decoration: none;
	height: auto;
	width: auto;
}

.pager span.boxon, .pager a:hover {
	color: #FFFFFF;
	background-color: #6666CC;
	/*padding-top:0px;*/
	/*padding-bottom:1px;*/
	/*padding-left:5px;
	padding-right:5px;
	border: 1px solid #000000;*/
	text-decoration: none;
	height: auto;
	width: auto;
}






#thumbnails {

	clear: both;

	margin: 10px auto;
	width:580px;
	padding:0;
	padding-left:10px;
	margin: 10px 0px 10px 0px;

}

#thumbnails div {

	position: relative;

	width: 120px;

	height: 100px;

	float: left;

	margin: 8px;

	padding: 0;

	float: left;

	display:inline;

	margin: 3px;
	padding: 8px;

}

#thumbnails img {

	width: 120px;

	height: 100px;

	position: absolute;

	border-top: solid 1px #999;

	border-right: solid 1px #404040;

	border-bottom: solid 1px #333;

	border-left: solid 1px #404040;

	border: 2px solid #B2B7D7;

}

#picture {

	padding: 0px;

	width: 500px;

	float: left;

}

#mainImageOutline {

	margin: 0 auto;

	padding: 0;

	background-color: #eee;

	border-top: solid 1px #999;

	border-right: solid 1px #404040;

	border-bottom: solid 1px #333;

	border-left: solid 1px #404040;

	padding: 1em; 

	overflow: hidden; 

}

#mainImage {

	width: 100%;

	height: 100%;

}



#picture img {	border: 1px solid #999; }

.selectedThumbnail {  border: solid 2px #fc0 !important; }

.inFocus {  border: solid 1px #fc0 !important; }