.gallery {
	float:			left;
	margin:			0px 12px 20px 0px;
	width:			990px;
}

	.gallery .snap:hover {
		cursor:		pointer;
		background:	#FFa;
	}

.gallery_main {
	height:			330px;
	position:		relative;
}



/* IMAGE */

#image_section {
	float:			left;
	height:			310px;
	width:			430px;
	padding:		10px;
}

.image {
	position:		absolute;
	z-index:		2;
	height:			310px;
	width:			430px;
	overflow:		hidden;
}

#image_back {
	position:		absolute;
	z-index:		1;
	height:			310px;
	width:			430px;
	background:		#84dffe;
}



/* THUMBS */



#thumbs {
	float: 			left;
	width:			525px;
	height:			70px;
	padding:		10px 0px 0px 0px;
	overflow:		hidden;
}

.thumb, .thumb2 {
	float:		left;
	position:	relative;
	height:		58px;
	margin:		0px 2px 0px 0px;
	cursor:		pointer;
	border:#AAE0FA dotted 1px;
}
.thumb2 {
	margin:		0px 0px 0px 0px;
}

.gallery_info {
	float:			left;
	padding:		16px 0px;
	width:			525px;
	height:			208px;
}


/*GALERIA INTERNA*/
#galeria{
	height:300px;
	width:650px;
	clear:both;
	margin-bottom:25px;
	}
#galeria .grande {
	width:400px;
	float:left;
	margin-right:10px;
	}
#galeria .pequenas{
	width:240px;
	float:right;
	}
#galeria .thumb1{
	float:		left;
	position:	relative;
	height:		75px;
	margin:		0px 0px 10px 10px;
	cursor:		pointer;}
