/*
You may need to adjust these styles to match your blog
*/
#flickr-sidebar{
	width: 100%
}
div#flickr-widget {
}

div.flickr-photos{
	margin: 0 auto;
	width: 210px;
}

.more-photos{
	width: 100%;
	text-align: center;
}

.more-photos a{
	clear: both;
	display: block;
	margin: 0 auto;
	border: 3px solid #fff;
	width: 187px;
	line-height: 1.5em;
	font-size: .8em;
	background-color: #422c21;
	color: #fff;
}

div.flickr-photos img{
    width:75px; /* default flickr width & height for square thumbs */
    height:75px;
    margin: 0 10px 10px 10px;
		padding: 4px;
		background-color: #fff;
		border: 1px solid #ccc;
    float:left;
    position:relative;
}