a:active, a:focus, img {
    outline: 0;
}

/* Picasa Gallery */
#picasa-gallery {
    width: 770px;
    margin: 0px auto;
    overflow: hidden;
	z-index: 2000;
}
    .picasa-button {
        display: none;
    }
    #picasa-prev {
        background-image: url(../images/gallery/gallery-prev.jpg);
		width:30px;
		height:30px;
		display: block;
		float: left;
        margin-left: 15px;
    }
    #picasa-next {
		background-image: url(../images/gallery/gallery-next.jpg);
		width:30px;
		height:30px;
		display: block;
        float: right;
        margin-right: 15px;
    }
	
	#picasa-next a, #picasa-prev a {
		display: block;
	}
    .picasa-img {
        width: 128px;
        height: 128px;
        border: 3px solid #000;
        margin: 10px;
    }
	
	