	
		#pictmain{
			width:300px;
			height:300px;
			background-color:#fff;
			filter: alpha(opacity=100);
			clear:both;
		}
		
		#window{
			overflow:hidden;
			width:300px;
			height:55px;
			position:relative;	/* Never change this */
			padding-top:0px;
			margin-top:0px;
		
		}

	#bigPic{	/* Large image div */			
		width:300px;
		
	}
	#bigPic table{	/* Used table to get both horizontal and vertical center alignement of large image */
		
		
		text-align:center;
	}
	#bigPic img{	/* Large image */
		border:3px solid #d07e46;	/* Border around large image */
		width:280px;
	}
		.row_of_pic {
			clear:both;
			
		}
		.row_of_pic div{
			float:left;
			/*border: 3px solid #FF0;*/
		}
		.row_of_pic img{
			float:left;
			/*height:44px;*/
			width:60px;
			border: 1px solid #000;
			margin:5px;
			
		}
		.row_of_pic .activeImage{	/* Active thumbnail */
		border:3px solid #d07e46;	/* Green border around active thumbnail */
		padding:0px;
	
		}
	
	#panel{
			float:left;
			position:relative;	/* Never change this */
			width:300px;
	}	
	#plus a{
			
			font-size:15pt;
			vertical-align:middle;
			height:60px;
			font-weight:BOLD;
			color:#d07e46;
	}
	#clear{
		clear:both;
	}

