@charset "UTF-8";
/* CSS Document */

.gallery
            {
			float: left;
            position: relative;
            height: auto;
            width: 620px;
			margin: 5px;
            }

    .thumb span
            {
            position: absolute;
			float: left;
			top: 0px;
			left: 0px;
			width: 600px;
			height: 338px;
            top: 0px;
            left: 0px;
            border: solid 5px #fff; 
			margin-bottom: 10px;
            visibility: visible;
            text-decoration: none;
            background-image: url(http://thestonemill.com/the-stonemill/images/slideshow/s3-1.jpg);
			z-index: -1000;
			-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .1);
			-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .1);
        	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .1); 
            }

    .n1:focus span
            {
            background: url(http://thestonemill.com/the-stonemill/images/slideshow/s3-1.jpg)
            }

    .n2:focus span
            {
            background: url(http://thestonemill.com/the-stonemill/images/slideshow/s3-2.jpg)
            }

    .n3:focus span
            {
            background: url(http://thestonemill.com/the-stonemill/images/slideshow/s3-3.jpg)
            }

    .n4:focus span
            {
            background: url(http://thestonemill.com/the-stonemill/images/slideshow/s3-4.jpg)
            }

    
    .thumb:focus span
            {
			width: 600px;
			height: 338px;
			border: 5px #fff solid;
            visibility: visible;
            background-repeat: no-repeat;
            background-position: center;
			z-index: 1000;
			}
			
    .thumb:focus img
            {
            border: 5px #666 solid
            }

    /*a,a img
            {
            width: 130px;
			height: 73px;
            margin-right: 6px;
			
            } */

    span img
            {
            visibility: hidden;
            width: 600px;
            height: 338px;
            display: block;
            }

    

    .gallery img
            {
            border: 5px #fff solid;
			-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
			-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
        	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
			
            }

    .thumb
            {
            outline:none 0;
            text-decoration: none;
            }