<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#demoLeft  img 
{
 
  
	}
#demoLeft {
float:left;         
background: #FFF;    
overflow:hidden;   
width: 100%;    
height:333px;      
}
 


#demoLeft .indemo { 
float: left;       
width: 500%;       
}

 

#demo1  {
float: left; 
}
#demo2  {
float: left; 
}

#demo1 img,#demo2 img  {
 
height:333px;
float:left;
}



</pre></body></html>