/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	
#content #photoGallery #backLink a:link,
#content #photoGallery #backLink a:visited {
	clear: both;
	display: block;
	text-align: center;
}
	
	
	
/*	-------------------------------------------------------------
	FOLDERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #photoGallery #folders {
	clear: both;
	margin: 0;
	padding: 10px 0;
}

#content #photoGallery #folders ul {
	clear: both;
	margin: 0;
	padding: 0;
}
	
#content #photoGallery #folders ul li {
	float: left;
	display: block;
	background: 0;
	padding: 5px 30px 18px 30px;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
}
	
/*	Title
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #photoGallery #folders ul li strong {
	display: block;
	padding: 5px 0 0 0;
}


/*	Photo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #photoGallery #folders ul li .folderPhoto {
	border: 1px solid #baaa8f;
	padding: 2px;
}

/*	Description
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #photoGallery #folders ul li span.description {
	display: block;
	padding: 5px 0 0 0;
	font-size: 0.9em;
}


/*	-------------------------------------------------------------
	PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #photoGallery #photos {
	clear: both;
	margin: 0;
	padding: 10px 0;
}

#content #photoGallery #photos ul {
	clear: both;
	margin: 0;
	padding: 10px 0;
}
	
#content #photoGallery #photos ul li {
	float: left;
	display: block;
	background: 0;
	padding: 5px 0 18px 0;
	width: 200px;
	margin: 0 10px;
	text-align: center;
}

	
/*	Photo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #photoGallery #photos ul li .photo {
	border: 1px solid #333;
	padding: 2px;
}

#content #photoGallery #photos ul li .photo:hover {
	border: 1px solid #999;	
}

/*	Title
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
#content #photoGallery #photos ul li strong {
	display: block;
	padding: 1px 0 0 0;
}

#content #photoGallery #photos ul li strong a:link,
#content #photoGallery #photos ul li strong a:visited {
	font-weight: bold;
}

/*	Description
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #photoGallery #photos ul li span.description {
	display: block;
	padding: 1px 0 0 0;
}

/*	Buy
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #photoGallery #photos ul li span.buy {
	display: block;
	padding: 4px 0 0 0;
}

#content #photoGallery #photos ul li span.buy a:link,
#content #photoGallery #photos ul li span.buy a:visited {
	display: block;
	font: 0.9em Arial, sans-serif;
	color: #fff;
	background: #86966c;
	border: 1px solid #6b7855;
	margin: 0 auto 0 auto;
	padding: 1px 0;
	width: 110px;
	text-decoration: none;
}





/*	Pagination
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #photoGallery .pagination {
	clear: both;
	padding: 20px 0 10px 0;	
}
	
#content #photoGallery .pagination p {
	text-align: center;
}

#content #photoGallery .pagination a:link,
#content #photoGallery .pagination a:visited {
	background: #c6819e;
	border: 1px solid #d29eb4;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 3px;
}

#content #photoGallery .pagination a.active:link,
#content #photoGallery .pagination a.active:visited {
	color: #eee;
	background: #e9aec7;
	border: 1px solid #f3c7da;
}
