/* IMG */
	.img_pg_left {
		float: left;
		margin: 0 10px 10px 0;
		}
	.img_pg_right {
		float: right;
		margin: 0 0 10px 10px;
		}
/* END IMG */

	#gallery {min-height: 360px; height: auto !important; height: 360px;width:537px;margin:0;padding:5px 0 5px 0;}
	#gallery ul {list-style:none; padding:0; margin:0; width:120px; position:relative; float:left;}
	#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 5px 5px 0;}
	#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
	#gallery ul li a#link_1 {border: 0;}
	#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
	#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
	#gallery ul li a:focus {white-space:normal; border-color:#ff0000;}
	#gallery ul li a:hover img, #gallery ul li a:focus img, #gallery ul li a img#image_1 {position:absolute; left:115px; top:0px; width:auto; height:auto; border:1px solid #000;}
	
	#gallery ul li a span {display: none;}
	#gallery ul li a:hover span, #gallery ul li a:focus span {display: block;position:absolute; left: 485px; top: 0px; width: 68px; color:#131313;}
	#gallery ul li a:hover strong, #gallery ul li a:focus strong { text-decoration: none; color:#131313;}

