
DIV.SWATCHES
	{
	position: relative;
	width: 450px;
	border: 0px solid green;
	float:left;
	}
	
.photoborder
	{
	border: 7px solid #993300;
	}
	

DIV.SWATCH
	{
	position:relative;
	width:141px;
	heigh:100px;
	border:0px solid #993300;
	float:left;
	}


DIV.SwatchPanel
	{
	position: relative;
	width: 485px;
	height:105px;
	float:center;
	border: 0px solid blue;
	}
DIV.SwatchPanelFloater
	{
	position:relative;
	width: 500px;
	height:105px;
	border: 0px solid red;
	padding: 4px 0px 0px 0px;
	}

DIV.Previous
	{
	position:relative;
	float:left;
	width:8px;
	height:105px;
	border:0px solid cyan;
	}
	
DIV.Next
	{
	position:relative;
	float:left;
	width:8px;
	height:105px;
	border:0px solid Fuchsia;
	}



.spacediv {
 display: block;
 margin-top: 2px;
 margin-bottom: 2px;
 padding-top:2px;
 padding-bottom:2px;
 font-size: x-small; 
}

.clearfix:after 
	{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

* html .clearfix {height: 1%;}




#