    	#container { width:600px;height:200px;overflow:hidden; }
			/* widith = the total sum of the images width */
    	.cells { width:3600px;height:200px;}
    	.cell { float:left;width:600px;height:200px;margin:0;padding:0; }
    	#uppercontainer {position:absolute; width:600px; height:200px; z-index:2; background-color:white; padding:0px; margin:0px;}
    	#dyncontainer {width:800px; height:200px; padding:0px; margin:0px; background-color:#E6E6E6; background:url(http://www.emnico.com/images/background/GreyB19.jpg);}
    	#leftdyncontainer {float:left;}
    	#lowercontainer {width:600px; height:200px; z-index:0; background-color:white; padding:0px; margin:0px;}
    	#rightdyncontainer {float:right; text-align:left; width:190px;}

			#rightdyncontainer div ul {list-style-type:none; padding:0px; margin:0px;}
    	/* margin-top reduces the hight of the lines */
			#rightdyncontainer div ul li {margin-top:5px; padding:4px; margin-right:13px; margin-left: 12px; padding-left:25px; background-image:url(http://www.emnico.com/images/icons/emnicobullet-20x20.png); background-repeat:no-repeat; background-position:center left;}
    	#rightdyncontainer div ul li a {color:#9A1D19; text-decoration:none; font-size:12pt; font-family:arial; font-weight:bold; outline:none;}

    	.currentlink {color:gray !important; cursor:default;}
