#container{
	         display:flex;
			 flex-direction:row;
			 flex-wrap:nowrap;
			 justify-content:center;
	         height:400px;
		     width:800px;
		     margin:30px auto;
		     border:2px solid #DCDCDC;
	   }
	   #slide,#text{
			 border:2px solid #DCDCDC;
	   }
	   #color{
	         margin:auto;
	         width:400px;
			 height:400px;
			 border:none;
			 cursor:crosshair;
	   }
	   #slide{
	         position:relative;
			 left:0;
			 top:0;
	         height:360px;
			 width:20px;
			 margin:auto;
			 /*background-image:url("slide.png");*/
			 cursor:default;
	   }
	   #text{
		     width:190px;
			 height:220px;
			 margin:auto;
	   }
	   #colorpanel{
		   width:180;
		   height:25px;
		   margin:5px;
		   background-color:#FF0000;
	   }
	   img{
	         position:absolute;
			 left:3px;
			 top:0px;
			 z-index:5;
			 
	   }
	   table,tbody,tr,td{
	         margin:none;
			 padding:none;
			 border:none;
	   }
	   