/**************************************************
***		  		 PHOTOS STYLE SHEET   			***
**************************************************/


/*#################################
#####          MAIN           #####
#################################*/

#mainPhotosAdRightHolder {
	width: 380px;
	height: 340px;
	float: right;
}

#mainPhotosAdRight {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#mainPhotosAdBottom {
	margin: 50px 100px;
}

#mainPhotos h1 {
	font-size: 20px;
	border-bottom: 1px solid black;
}

/* Single photo view*/

#content {
	margin-top: 12px;
}

#leftColumn {
	width: 612px;
	float: left;
	border: 1px solid black;
}

#leftColumn h1 {
	font-size: 20px;
	border-bottom: 1px solid black;
}

#imgPlaceHolder img {
	display: block;
	margin: 0 auto;
	padding: 10px 0 15px 0;
}

.photoCell {
	width: 160px;
	height: 200px;
	float: left;
	margin: 0 5px 10px 0;
	padding: 5px;
}

.photoCell:hover {
	background-color: #EEEEEE;
}

.photoCell img {
	max-width: 150px;
	max-height: 150px;
	display: block;
	margin: 0 auto;
	padding: 5px;
	background-color: #D3D3D3;
}

.photoTitle {
	width: 150px;
	text-align: center;
	padding-top: 5px;
}

/*
#rightColumn {
	width: 336px;
	height: 500px;
	float: right;
	border: 1px solid black;
}

#rightColumnAd {
	float: right;
}*/

.photosPagination {
	text-align: center;
	margin-top: 25px;
	font-size: 20px;
}


