#box2{	
	height:200px;
	width:200px;
	border-width:50px;
	border-style:solid;
	border-color:blue;


	awidth: 200px !important;
	aheight: 200px !important;
	awidth: 300px;
	aheight: 300px;
	awidth/**/:/**/300px;
	aheight/**/:/**/300px;
}

.thumbNail, .thumbNailSelected
{
	background-repeat: no-repeat;
	border: black 1px solid;
	width: 60px;
	margin:  0px 1px 1px 0px;
	height: 45px;
	float:  left;
	cursor: hand;
	cursor: pointer;

	awidth: 60px !important;
	aheight: 45px !important;
	awidth: 62px;
	aheight: 47px;
	awidth/**/:/**/60px;
	aheight/**/:/**/45px;

}

.thumbNail:hover, .thumbNailSelected
{
	border: deepskyblue 2px solid;
	awidth: 58px;
	aheight: 43px;

	awidth: 58px !important;
	aheight: 43px !important;
	awidth: 62px;
	aheight: 47px;
	awidth/**/:/**/58px;
	aheight/**/:/**/43px;

}
.imageViewer
{
	border: solid 3px deepskyblue;
	font-size: 1.5em;
	float: left;
	visibility: visible;
	amargin-left: 10px;
	width: 446px;
	color: red;
	text-indent: 10px;
	background-repeat: no-repeat;
	position: relative;
	height: 336px;
	text-align: center;
  clear:right;
  
	awidth: 440px !important;
	aheight: 330px !important;
	awidth: 446px;
	aheight: 336px;
	awidth/**/:/**/440px;
	aheight/**/:/**/330px;


}

.thumbNailContainer
{
	border-right: darkblue 2px dashed;
	float: left;
	overflow: hidden;
	width: 136px;
	position: relative;
	height: 336px;
	margin-right:10px;
}

