<STYLE>
body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
	background-color:#FFFFFF;
}

#stage{width:650px; overflow: auto;overflow-x:hidden; overflow-y:hidden; height:160px; margin:0 auto;}	

/* ------------------------------------ */
/* List Elements 						*/

	#myList{width:2000px; border:0; margin:0; padding:0; left:400px;}
	#myList li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:4px;
		padding:4px; 
		background:#FFF;
		float:left;
		width:200px;
		height:152px;
		border-left:solid 2px #DEDEDE;
		}
	#myList li.holiday{
		background:#efefef;
		}
	#myList .day{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:22px;
		color:#444;
		clear:both;
	}
	
	#myList .day-text{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#444;
		text-transform:uppercase;
	}
	#myList .month{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-style:italic;
		color:#666;
		padding:6px 0;
	}

	#myList .year{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:16px;
		color:#999999;
		clear:both;
		padding-bottom:10px;
	}
	#myList p{
		background:#FFFFCC;
		padding:3px;
		font-size:11px;
		color:#000000;
		margin-bottom:4px;
	}
/* ------------------------------------ */
/* Buttons		 						*/

#slider-buttons{
	width:650px; 
	margin:0;
	margin-top:4px; 
	height:24px; 
	line-height:24px; 
	clear:both;
	background:#CCCCCC;
}
	#slider-buttons a{font-weight:bold; color:#444;}
	#slider-buttons a:hover{background:#888; color:#FFF;}
	
	#previous{float:left; width:70px; border-right:solid 1px #FFF; text-align:center;}
	#next{float:right; width:70px; border-left:solid 1px #FFF; text-align:center;}
	
</STYLE>


