#gallery-container{position: relative;}
#gallery{
	position: relative; z-index: -1;
        width:980px;
	height:509px;
	margin:0 auto;
	-webkit-border-radius: 7px;-khtml-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;
	border:1px solid #D8D8D8;
	padding:2px;
	cursor: pointer;
}
#gallery img{border:none;padding:2px;cursor: pointer;width:972px;height:501px;}
#gallery-anchor{
       position:absolute;z-index:600;top:0;left:0;
       /* border:2px solid #fff; */
       width:100%;
       height:100%;
        /* -webkit-border-radius: 7px;-khtml-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px; */
}
#gallery-anchor{font-size:1.3em;text-decoration:bold;}
