@charset "utf-8";
/*HANDLING THE PHOTO CAPTION STYLES ON ICC */
/*GALLERY PAGE and on WRAPMAIN.SHTML*/
/**/
.style2, .captionText { /* this handles the caption size */
	font-size: 11px;
	} 
.style3 {color: #F27147}

.style4, .captionColor { /*this handling the color of the captions*/
	color: #DA5A2B
	} 

/*this handles the photographer's credit*/

.photoCredit {
	font-size:8px;
	color:#000;
	}
	span.photoCredit  {
		background-image:url(/includes/icons/black_camera_credit.jpg);
		background-position:left;
		background-repeat:no-repeat;
		padding:0 0 0 12px;
	}


div.photoFrame {
	text-align:center;
	width:auto;
	height:auto;
	max-width:500px;
	max-height:500px;
	}
	
	.floatRight {
		float:right;
		margin:5px;
		}
	.floatLeft  {
		float:left;
		margin:5px;
		}
		

