	      	
    #thumb {     /*TO CENTER THE WRAPPER BOX*/
    width: 800px;
    margin: 0 auto;
	text-align: center;   /*SO BLOCKS ARE CENTERED IN THEIR CONTAINERS*/
      	
	//outline: 1px dotted red;
	}
	.hor {
	
	//outline: 1px dotted purple;
	}
/*
-----------------------------------------------------------------------------
THUMBNAILS/ ICONS  DISPLAY & TEXT DESCRIPTION FOR EACH :
*/
	.imageBox {
	/*ADJUST TO TASTE:*/
	width: 204px;
	min-height: 204px;
/*
-----------------------------------------------------------------------------
CROSS BROWSER:
*/
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: center;
	width: 204px;
	zoom: 1;
	*display: inline;
	_height: 204px;
	
	//outline: 1px dotted green;
	
	
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.imageBox a {
	display: inline-block;
	vertical-align: center;
	width: 204px;
	min-height: 204px;
	
	//outline: 1px dotted red;
	}
	.imageBox a img {
		vertical-align: middle;
	}
	
	img {
	vertical-align: middle;
	
	//outline: 1px dotted purple;
	}

/*
-----------------------------------------------------------------------------
TEXT DESCRIPTION,
TO STYLE TEXT MORE, OPTIONALLY WE CAN DO THIS:
*/
	.descBox {
	/*ADJUST TO TASTE:*/
	//width: 550px;
	width: 450px;
	min-height: 102px;
	
	//outline: 1px dotted red;
/*
-----------------------------------------------------------------------------
CROSS BROWSER:
*/
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: center;
	zoom: 1;
	*display: inline;
	_height: 102px;
	
	text-align: left;
	margin-left: 30px;
	//outline: 1px dotted red;
	}
	
	.descBox a {
	//width: 550px;
	width: 450px;
	display: block;
/*
******************************************************************************
******************************************************************************
FONT SIZE, DESCRIPTIONS ON INDEX PAGES, 160808, WEBSITE UPDATE PHASE2 :
******************************************************************************
*/
	font-size: 0.77em;
/* 	END */
	line-height: 1.3em;
	color: #BBBBBB;
	margin-top: 25px;
	text-transform: uppercase; /* 130806_124335_ PER MISSEY: ALL TITLES IN INDEX PAGES SHOULD BE CAPS. */
	text-decoration: none;
	
	//outline: 1px dotted olive;
	}
	
	img.rasterRule {
	padding: 10px;
	}
/*
******************************************************************************
******************************************************************************
FONT SIZE, DESCRIPTIONS ON INDEX PAGES, 160808, WEBSITE UPDATE PHASE2 :
******************************************************************************
*/
	.descBox span {
	//font-size: .8em;
	color: #757575;
	
/* 	END */
	}

/*
************************************************************************************************************************************************************
******************************************************************************
201007 UPDATE     201007 UPDATE     201007 UPDATE     201007 UPDATE     
************************************************************************************************************************************************************
*/
	.descBox .ssold {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #C55754;
	}
/*
************************************************************************************************************************************************************
******************************************************************************
END END END    201007 UPDATE     201007 UPDATE     201007 UPDATE     201007 UPDATE     
************************************************************************************************************************************************************
*/
      
/*
-----------------------------------------------------------------------------
LOADING OVERLAYS PREVIEW SPECIFIC:
*/

	#BgLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background-color: #222222; */
	background-color: #333333;
	
	}
	
	#PreviewFrame {
	position: absolute;
	width: 700px;
	//top: 40px;
	left: 50%;
	margin-left: -350px;
	overflow: visible;
	
	padding-top: 100px; /* 160927_AS PER RICHARD, TO MOVE PREVIEW IMAGE DOWN ON PAGE */
	
	//outline: 1px dotted olive;
	
	}
	
	a.top, a.bot {
	width: 160px;
	height: 20px;
	display: block;
	padding: 10px;
	margin: 0 auto;
	color: #BBBBBB;
	cursor: pointer;
	text-decoration: underline;
	
	//outline: 1px dotted white;
	}
	
	a.top {
	margin-left: 540px;
	
	//outline: 1px dotted green;
	}
	
	.lastline {margin-bottom: 150px;}
      


/*
******************************************************************************
*********************************** END **************************************
******************************************************************************
*/
