<style>
			/* class styles */
			.fade-box {
				margin-left: 0px;
				position: absolute;
				top: 163;
				width: 200px;
				height: 150px;	
			}
			.fade-box p {
				width: 250px;
				padding: 5px 10px 0 10px;
				margin: 0;
				xbackground: #E0EADF;
			}
			.fade-box h3 {
				width: 250px;
				margin-top: 29px;
				padding-left: 10px;
				xbackground: #E0EADF;
			}
			

			#crossfade-container {
				margin: 0px 0px 0px 10px;
				width: 250px;
				height: 250px;
				/*background: url(images/fade-box-bg.gif);*/	
			}

			
			/* the boxes that fade */
			#box-1 {
				borders: thin dotted red;				
			}
			#box-2 {
				
			}
			#box-3 {
				
			}
			#box-4 {
			
			}
</style>
