/*--------------------------------------------------------------------
	FlickrAPI (Sets, Collections, and Regular)
---------------------------------------------------------------------- */

.galleryImage 	{	display:block; float:left; width: 190px; height: 210px; padding: 10px;  }
.verticalImage 	{	margin: 20px 0; 	}

.galleryBox		{	display:block; width: 100%;	}
.verticalBox	{	text-align:center;	}

.photoMainTitle			{		}
.photoMainDescription	{	margin: 15px 0;	}

.photoTitle			{	font-weight:bold; font-family: Georgia; text-transform: uppercase;	}
.photoImage	img		{	margin: 10px 0; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #aaa; border-left: 1px solid #ccc; padding: 8px; max-width: 90%; height: auto; 		}
.photoDescription	{	font-family: Arial; text-align: center; font-size: 100%; margin: 0; padding: 0; line-height: normal; border-bottom: 1px dotted #eee; padding: 0 0 20px 0; text-transform: none; }

div.photoSetWrapper		{		}
ul.photoSetWrapper		{	list-style-type:none; margin:0;padding:0;	}
ul.photoSetWrapper li	{	display: block;  	}

#hmeRightCol .block .photoSetWrapper .photoSetBlock		{	float: left; width: 165px; padding: 4px 0; margin-bottom: 4px; border-bottom: 1px solid #eee; 	}
#subRightCol .block .photoSetWrapper .photoSetBlock		{	float: left; width: 165px; padding: 4px 0; margin-bottom: 4px; border-bottom: 1px solid #eee; 	}

div.photoSetBlock		{	float: left; width: 45%; height: auto; display: block; padding: 6px; margin-bottom: 15px; 	}
div.photoSetBlock a		{	text-decoration: none; color: #660000;	font-weight: bold;  }
#right_column .photoSetBlock	{	height: 100px;		}

.photoSetImage			{	float: left; margin: 0 8px 5px 0;	}
.photoSetImage img		{	border: 1px solid #660000;	}
div.photoSetBlock .photoSetTitle			{	font-weight: bold; font-size: 16px;	}
.photoSetNumPhotos		{	font-style:  italic; font-size: 12px;	}
.photoSetDescription	{	font-size: 14px; color: #343434;	}
.photoSetGalleryLink 	{	text-align: right; margin: 0 10px 10px 0; font: normal 12px/14px Arial,sans-serif;	}
.photoSetGalleryLink a	{	color: #660000; text-decoration:none;	}

.photoCollectionMainTitle 	{	font-size: 24px; font-weight: bold; color: #191d4d; border-bottom: 1px solid #191d4d;}
.photoCollectionTitle 		{	font-size: 16px; font-weight: bold;	}
.photoCollectionWrapper		{	float: left; padding: 5px; width:45%; display: block; }
.photoCollectionWrapper img	{	border: 0;	}
.photoCollectionWrapper a		{	text-decoration: none;	}
.photoCollectionWrapper:hover	{	background-color: #DBCECF;	}
.photoCollectionDescription	{	font-size: 11px; color: #646464;	}

.photoCollectionColumnLeft	{	float: left; width: 30%; 	}
.photoCollectionColumnRight	{	float: left; width: 65%; 	}

.galleryMainImage img { width: 100%; }


.galleryMainImage 		{	width: 95%; margin: 0 auto; text-align: center;		}
.galleryMainImage img 	{	width: 100%; padding:6px; margin: 6px; border: 1px solid #cccccc;	}
.thumb					{	padding:3px; margin: 3px; border: 1px solid #cccccc;	}
.thumb:hover			{	border: 1px solid #660000;}

.nextPrevious			{	margin: 0 auto; width: 75%; text-align: center; font-size:14px;	}
.nextPrevious a			{	text-decoration: none;	}
