/* Gallery Styles */

#galeriaImagenes{
	position: absolute;
	top: 75px;
	left: 31px;
	width: 118px;
	height: 495px;
	z-index: 100;
	overflow: hidden;
}

.ButtonGI{
	width: 118px;
	height: 29px;
	background-position: center;
	text-align: center;
	margin: 0px auto 0px auto;	
}

#botonSubirGI{
	background-image: url('../images/botonSubirGI.png');
	margin-bottom: 2px;
}
#botonSubirGI:hover{
	background-image: url('../images/botonSubirGI_on.png');
}

#botonBajarGI{
	background-image: url('../images/botonBajarGI.png');
	margin-top: 2px;
}
#botonBajarGI:hover{
	background-image: url('../images/botonBajarGI_on.png');
}

#contentsGI{
	height: 418px;
	background-image: url('../images/fondoApps.png');
	padding: 8px;
	overflow: hidden;
	position: relative;
	
}

.PaginaThumbnail{
	margin: 1px;
	background-position: center;
	overflow: hidden;
	display: block;
}

.PaginaThumbnail:hover{
	border: #666 1px solid;
}

.InnerClickable{
	width: 89px;
	height: 64px;
	margin: 4px;
	position: relative;
}
/* End Gallery Styles */
