
#container1			{margin: 0 auto; width: 960px; text-align:left;}                /* Realigning text : Faux column bg */
#header				{border:1px solid #999999;}
#primary			{float:right; width: 920px; padding: 0 20px; display:inline;}   /* float:right instead of float:left to keep #primary div first in the markup */
#secondary			{float:right; width: 192px; padding: 0 24px; display:inline;}   /* display:inline is to fix the IE 5/6 float double margin bug */
#footer				{border:1px solid #999999;}

div.floatClear		{overflow: hidden; width: 100%; margin: 24px 0;}                /* #primary and #secondary div floats are cleared */

#imageContainer         {width: 543px; height: 363px; overflow: hidden;}
#imageContainer img     {margin-bottom: 5px; display: block;}
#thumbContainer         {}

/*new*/
.imageContainer         {width: 543px; height: 363px; overflow: hidden;}
.imageContainer img     {margin-bottom: 5px; display: block;}
.thumbContainer         {}
