/************************************************************  
 *  Photography
 *
 *  Styles affecting photography content.
 ***********************************************************/

.photographySet .thumb {
	background-color: #e7e3d5;
	
	width: 87px;	/* Total: 95px */
	height: 87px;	/* Total: 95px */
	
	margin: 4px;
	
	position: relative;
	float: left;
}

.photographySet .set {
	font-size: 11px;
	line-height: 14px;

	width: 172px;	/* Total: px */
	height: 79px;	/* Total: 95px */
	
	margin: 4px;
	padding: 4px;
		
	position: relative;
	float: left;
}

.photographySet .set .name {
    display:block;
    
	font-size: 12px;
	font-weight: bold;

	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	
	border: none;
	border-bottom: dotted 1px #cccccc;
}

.photographySet img {
	border: solid 1px #aaaaaa; 
	
	margin: 5px;
	
	background-image: url(/images/photography/photography_thumb_bg.png);
}

.photographySet a:hover {
	
}

/* Photography Thumbs */

.photographyCrumbs {
	color: #aaaaaa;
	font-size: 12px;
	
	margin: 10px 0px 10px 0px;
}

.photographyCrumbs a {
	background-color: #eeeeee; /*#EBF0D9 #D7ECFB*/
	
	margin: 3px;
	padding: 1px 6px 1px 6px;
}

.photographyCrumbs a:hover {
	font-weight: bold;
	/*border: solid 1px #cccccc;*/
}

.photographyCrumbs a[title="Current Page"] {
	background-color: #eeeeee;
	
	margin: 3px;
	padding: 1px 4px 1px 4px;
}

.photographyNav_prevIcon {
    float:left;margin:0 0 0 20px;
}
.photographyNav_image {
    float:left;padding:11px 0 0 14px;width:88px;height:87px;background:url(/images/photography/photography_thumb_bgShadow.png);
}
.photographyDescription {
    clear:both;margin:15px 0 10px 22px;padding:10px 10px 0px 30px;width:172px;height:84px;vertical-align:middle;background:url(/images/photography/photography_photo_titleBg.png);font-family:Tahoma, Arial;font-size:11px;
}
.photographyDescrition div {
    margin:0 0 2px 0;font-weight:bold;text-decoration:underline;
}
.photographyCurrentPhoto {
    border:solid 1px #999 !important;
}
