#timezones
 	{
 	background-color: transparent:
 	width: 100%;
 	text-align: center;
 	height: auto;
 	margin-top: 200px;
 	margin-left: 35px;
 	}

 .holder 
	{
	margin-left: auto;
	margin-right: auto;
	height: 32px;
	width:410px;/*	width: 407px;*/
	padding: 4px 0 4px 0;
	display: block; /* */
	}

 .city /* the city name length */
	{
	background-color: #333;
	text-align: center;
	height: 30px;
	width: 300px;
	padding-top: 0;
	float: left;
	border: 0;
}

 .bezel /* the time container */
	{
	margin-left: 300px;
	margin-top: 0px;
	background-color: #333;
	height: 28px;
	width: 104px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #666 #999 #999 #fff;
	}

 .clock 
	{
	background-color: transparent;
	height: 26px;	/* height: 26px;*/
	width: 104px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto; /* */
	}

 #n11, #n12, #n13, #n14, #n21, #n22, #n23, #n24, #n31, #n32, #n33, #n34, #n41, #n42, #n43, #n44, #n51, #n52, #n53, #n54, #n61, #n62, #n63, #n64, #n71, #n72, #n73, #n74
	{
	position: relative;
	overflow: hidden;
	width: 20px;
	height: 26px;
	float: left;
	background-image: url(../img/timezones/leafy.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#dot1, #dot2, #dot3, #dot4, #dot5, #dot6, #dot7
	{
	position: relative;
	overflow: hidden;
	width: 20px;
	height: 26px;
	float: left;
	background-image: url(../img/timezones/leafyd.png);
	}

