/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	
	[PHOTO GALLERY MODULE]
	
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
/*	-------------------------------------------------------------
	FOLDER OUTPUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #photoGallery_folders {
	padding: 20px 0 0 0;
}

#content #photoGallery_folders .folder {
	padding: 12px 10px 14px 10px;
	border-bottom: 1px #ccc dotted;
}

#content #photoGallery_folders .folder_side {
	float: left;
}

#content #photoGallery_folders .folder_main {
	float: right;
	width: 480px;	
}

#content #photoGallery_folders .folder .photo img {
	border: 1px solid #888;	
}

#content #photoGallery_folders .folder .title {
	padding: 0 0 6px 0;
}

#content #photoGallery_folders .folder a:link,
#content #photoGallery_folders .folder a:visited {
	color: #2c1a70;
}

#content #photoGallery_folders .folder .description {
	padding: 4px 0 2px 0;
}

#content #photoGallery_folders .folder .description a:link,
#content #photoGallery_folders .folder .description a:visited {
	text-decoration: none;	
}

#content #photoGallery_folders .folder .description a:hover {
	text-decoration: underline;
}


/*	-------------------------------------------------------------
	FOLDER PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #photoGallery_photos .photo {
	float: left;
	padding: 20px 0 5px 0;
	width: 190px;
	text-align: center;
	margin-left: 15px;
}

#content #photoGallery_photos .photo img {
	border: 1px solid #888;	
}

#content #photoGallery_photos .photo.start {
	clear: left;
	margin-left: 5px;
}

#content #photoGallery_photos .photo .name {
	padding: 3px 0 0 0;
	color: #444;
}

#content #photoGallery_photos .photo .description {
	padding: 3px 0 0 0;
	color: #777;
}

#content .backLink {
	clear: both;
	padding: 20px 0;
	text-align: center;
}



