.WC_cont {
	width:260px;
	height:130px;
	margin-top:20px;
}
.WC_background_class {
	color:#ffffff;
	background-repeat:no-repeat;
	background-image:url('../gfx/worldclock/Morning.png');	
}
.WC_no_background_class {
	color:#000000;
	background-repeat:repeat;
	background-image:none !important;
}
.WC_locations {
	margin:5px 0px 15px 40px;
	background:#fff;
	border:2px solid #E2E2E2;
	font-size:13px;
	padding:1px 0 1px 6px;
	overflow:hidden;
	width:180px;
	color:#111;
	
	/* Transparency */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	/* Transparency End */
	
	/* Rounded corners */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	/* Rounded corners End */
}
.WC_time {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:37px;
}
.WC_clock {
	float:left;
	width:125px;
	margin-left:62px;
}
.WC_period {
	font-size:16px;
	float:left;
	width:30px;
	margin-top:13px;
}
.WC_location_title {
	padding-top:10px;
	text-align:center;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}