.foo-gallery li{clear:both}	
.foo-gallery li img{float:left;margin:0 1em 1em 0}	
.foo-gallery li{list-style-type:none}

.foo-gallery-icons{
padding:4px
}

.foo-gallery-icons img{
width: 60px;
height: 60px;
padding:2px
}

.foo-gallery-icons img.selected{
padding:0px;
border-color:yellow;
border-width:2px;
border-style:solid;
}

.foo-gallery-prev-next{
text-align:center;
min-height:1.5em
}

.foo-gallery-prev-next a{ 
border-style:solid;
border-width:1px;
padding:0 0.25em 0.25em 0.25em;
text-decoration:none;
cursor:pointer;
}


.foo-gallery-prev-next a:link,a:visited,a:active{color:inherit}

.foo-gallery-prev-next a:hover{
background-color:#909090;
}



