.plgallery .tiles {
	list-style-type: none;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: center;
}

.plgallery .tiles .tile {
    margin: 0;
	padding: 20px;
    display: -moz-inline-stack; /* FF2 fix */
    display: inline-block;
    vertical-align: top;
    *display: inline; /* IE6-7 fix */
    zoom: 1; /* IE6-7 fix */
}

.plgallery .tiles .thumb {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-box-shadow: 0px 1px 5px #999999;
	-moz-box-shadow: 0px 1px 5px #999999;
	box-shadow: 0px 1px 5px #999999;
	behavior: url(css/PIE.php);
	padding: 4px;
}

.plgallery .tiles .caption p {
    margin: 8px;
    padding: 0;
    color: #353535;
	text-align: center;
}

.plgallery .tiles .thumb a {
    display: block;
}

.plgallery .tiles .thumb small {
    display: block;
    margin-top: 5px;
}

.plgallery .tiles .thumb small a {
    display: inline;
    color: #237ED2;
    text-decoration: none;
}

.plgallery .tiles .thumb small a:hover {
    text-decoration: underline;
}