/* Feed-Flickr*/
/* ---------------------------------------------------- */

.feed-flickr {
	width: 272px;
	display: block;
	position: relative;
}

.feed-flickr img {
	border: 0;
}

.feed-flickr .preloader {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 148px;
	left: 130px;
	z-index: 1;
}

.feed-flickr .more {
	margin: 6px 0 0 0;
	display: none;
	float: right;
}

.feed-flickr .top {
	margin: 6px 0 0 0;
	padding: 0;
	height: 4px;
	background: url(../../img/bg_white_top.gif) no-repeat;
	/* For ie6.0 */
	line-height: 1px;
	font-size: 1px;
}

.feed-flickr .content {
	margin: 0;
	padding: 20px 26px 20px 30px;
	background: url(../../img/bg_white_content.gif) repeat-y;
}

.feed-flickr .content .item {
	margin: 0;
	padding: 0;
	width: 72px;
	height: 72px;
	float: left;
}

.feed-flickr .content .item img {
	margin: 0;
	padding: 0;
	width: 68px;
	height: 68px;
}

.feed-flickr .bottom {
	margin: 0;
	padding: 0;
	background: url(../../img/bg_white_bottom.gif) no-repeat;
	width: 272px;
	height: 4px;
	/* For ie6.0 */
	line-height: 1px;
	font-size: 1px;
}

