/* CSS Document */
div#gallery_container{
	width:390px;
	text-align:center;
}
ul#gallery, ul#gallery li{
    margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#gallery{
	float: left;
	width: 390px;
	padding:10px 0 0 10px;
	border:1px solid #000;
	background-color:#222;
}

ul#gallery li{
	float: left;
    width: 118px;
	height: 118px;
    line-height: 118px;
	text-align: center;
    margin: 0 10px 10px 0;
    background-color:#333;
	border:1px solid #AAA;
}

ul#gallery img{
	vertical-align: middle;
}
.flickr_blue{
	color:#3993ff;
}
.flickr_red{
	color:#ff1c92;
}
a img{
	border:1px solid #AAA;
}
