﻿ul#our-photos-footer {
text-align:right;
	float:right;
	list-style:none;
}
ul#our-photos-footer li {
text-align:right;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0px;
	float:right;
}
ul#our-photos-footer li img {
text-align:right;
	background:rgb(238, 238, 238);
	padding:3px;
}
ul#our-photos-footer li img:hover {
	background:#ebebeburl("../images/pretty-box-bg.png") repeat;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	transition:all 0.25s ease;
	-webkit-box-shadow:inset 0 0 25px #d7d7d7;
	-moz-box-shadow:inset 0 0 25px #d7d7d7;
	box-shadow: inset 0 0 25px #d7d7d7;
}
