/*----------------------------------------------------------------------------- 

	-	FLICKR PREVIEW -

Screen Stylesheet 

version:   	1.0 
date:      	10/06/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/*******************************
	-	LIST    -
********************************/
.flickr_preview_list {
	overflow:auto !important;
	margin-bottom:10px !important;
}
/*******************************
	-	LIST ELEMENT    -
********************************/
/* The Width/height and Border is set here */
.flickr_preview_list li {
	list-style-type:none	!important;
	float:left !important;
	margin-right: 13px;
	margin-bottom: 13px;
	overflow: hidden;
	width: 92px;
	height: 92px;
}
/*******************************
	-	IMAGE    -
********************************/
/* Set the width/height according to the surrounding list element */
.flickr_preview_list li img {
	width: 92px;
	min-width: 92px;
	min-height: 92px;
}