


.iconImg 
{
	vertical-align:middle;
	width:75px;
}



.selectedTD
{
	border: 2px solid #333300;
	
}

.unselectedTD
{
	border: 0px solid #000000;
	
}

#scrollContainer 
{
	left: 0px;
	top: 0px;
	position: relative;
	padding: 0px;
	margin: 0px;
	height:150px; 
	/*width: 700px;*/
	display: inline;
	float: none;
	border: 0px solid green;
	overflow: hidden;
}

#iconsDivContainer
{
	width:100%;
	height:150px;
	position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

#iconsDiv
{
	position: relative;
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
	font-variant: small-caps;
	font-weight: bold;
	color: #405481;
	height: 100px;
	border: 0px solid red;
	z-index:0;
}

#imageContainer
{
	height:400px;
	position: absolute;
	left:37px;
	top: 120px;
}


#textContainer
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

#photoCredit
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

		/* previous/next arrows*/

			.arrows
			{
			position: relative;
			display: inline;
			float: left;
			top: 28px;
			width: 17px;
			height: 19px;
			vertical-align:middle;
			}
			
			
			/* next arrow*/
			#nextArrow			
			{
				position: relative;
				right: 5px;
				padding-left:15px;
				z-index: 100;			
			}
			#prevArrow
			
			{
				position: relative;
				left: 5px;
				padding-right: 15px;
				z-index: 100;
				visibility: hidden;
			}			











.image
{

position: relative;
padding: 0px;
margin: 0px;
display: inline;
float: left;

}


.dragme 
{
	position:relative;
	cursor:hand;
}