#image-block {position:relative;}
#image-block #view_full_size .span_link {
	position:absolute;
	bottom:10px;
	left:20%;
	display:block;
	padding:0px 10px;
	line-height:20px;
	color:#fff;
	text-shadow: 0 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position:10px 2px;
	background-color : rgb(0,0,0);
	background-color : rgba(0,0,0, 0.5);
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
#image-block #view_full_size .span_link img {
	position:relative;
	top:3px;
	border:none;
	padding-right:2px;
}

/* miniatures */
#thumbs_list ul#thumbs_list_frame {
   list-style-type: none;
}
