#gallery {

	height:510px;

}

#thumbs {

	margin:0 0 10px 0;

	width:100%; height:180px;

	background:#e8e4db;

}

#snap {

	position:relative;

	margin:10px 0 10px 0;

	width:100%;

	background:#e8e4db url(../images/all/loader.gif) no-repeat center center;

}
#snap img {

	position:absolute;

	border:5px solid #fff;

}

#pages {

	clear:both;

	margin:0; padding:0;

	font:bold 15px Arial, Helvetica, sans-serif;
	color:#f06;

}
#pages span {

	color:#bbb8af;
	margin:0 10px 0 0;

	font:bold 10px Tahoma, Verdana, sans-serif;
	text-transform:uppercase;

}

#pages a {

	margin:0 10px 0 0;

	text-align:center;
	text-decoration:none;

	color:#aaa79e;

}
#pages a:hover {

	color:#f69;

}
#pages a.selected {

	color:#f06;

}

.thumb {

	background:transparent url(../images/fotos/thumb-composite.gif) top left no-repeat;
	width:155px; height:80px;

	float:left;

	padding:10px 0 0 10px;

}

.thumb img {

	border:none;

	width:145px; height:70px;
	overflow:hidden;

}

.videothumb {

	background:transparent url(../images/all/video-thumb.gif) top left no-repeat;
	width:300px; height:170px;

	float:left;

	padding:10px 0 0 10px;

}
.videothumb img {

	border:none;
	width:290px; height:160px;
	overflow:hidden;

}
