#nyroModalFull #nyroModalTitle { display: none;}
#nyroModalFull .nyroModalClose { display: none;}

.thumbs {
	clear: left;
	width: 360px;
}
.thumbs li {
	list-style-type: none;
	width: 90px; height: 90px;
	display: block; float: left;
	padding: 2px;
	background-image: url('/img/dot.png');
	-moz-border-radius: 2px;
	margin: 0px 10px 10px 0px;
}
/* thumb dimensions */
.thumbs li img { max-width: 100px; max-height: 75px;}
.gallery .ui-tabs-nav,
.gallery .ui-tabs-panel { position: static;  margin: 0px; padding: 0px 75px 0px 0px;}
.gallery .ui-tabs-nav { position: relative; top: -45px; left: 150px;}
.gallery .ui-tabs-nav a {
	display: block;
	padding: 2px 4px; margin: 0px 10px 10px 0px;
	border: 1px solid #606060;
	-moz-border-radius: 2px;
	text-decoration: none;
	font-size: 10px;
}
.gallery .ui-tabs-nav .ui-tabs-selected a {
	background-color: #666; border-color: #666; color: black; font-weight: bold;
}