

/* PHOTOS GREEN */

div.shadow {
  float: left;
  padding: 0 2px;
  background: #5a8325;
  border-left: 1px solid #639824;
  border-right: 1px solid #639824;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 19px 5px;
  background: white url(/images/shad_bottom.gif) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(/images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(/images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 9px;
  background: url(/images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 9px;
  background: url(/images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

/* END PHOTOS GREEN */

#photogutter_right {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 111px;	
	display: inline;
	float: left;
}
#photogutter_top {
	margin: 0;
	padding: 0;
	width: 167px;
	height: 7px;
	clear: both;
}

#photogutter_bottom {
	margin: 0;
	padding: 0;
	width: 167px;
	height: 10px;
	clear: both;
}

.photolink {
	position: relative;
	z-index: 1;
}

}

/* END PHOTOS GREEN */




/* PHOTOS WHITE */



div.shadowwhite {
  float: left;
  padding: 0 1px;
  background: #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  position: relative;
}

div.shadowwhite img {
  padding: 5px 5px 9px 5px;
  background: white url(/images/shadwhite_bottom.png) repeat-x bottom left;
}

div.shadowwhite div.topleftwhite {
  width: 2px;
  height: 4px;
  background: url(/images/shadwhite_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadowwhite div.toprightwhite {
  width: 2px;
  height: 4px;
  background: url(/images/shadwhite_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadowwhite div.bottomleftwhite {
  width: 4px;
  height: 4px;
  background: url(/images/shadwhite_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadowwhite div.bottomrightwhite {
  width: 4px;
  height: 4px;
  background: url(/images/shadwhite_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

/* END PHOTOS WHITE */


#photogutter_right {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 111px;	
	display: inline;
	float: left;
}
#photogutter_top {
	margin: 0;
	padding: 0;
	width: 167px;
	height: 7px;
	clear: both;
}

#photogutter_bottom {
	margin: 0;
	padding: 0;
	width: 167px;
	height: 10px;
	clear: both;
}

.photolink {
	position: relative;
	z-index: 1;
}
