	#Station{
		width: 700px;
		height: 320px;
		border-width: 1px;
		border-style: none;
		border-color: #F8C31B;
		text-align: left;
		padding: 5px;
	}
	
	#Station img{
		width: 400px;
		height: 300px;
		border-width: 1px;
		border-style: solid;
		border-color: #F8C31B;
		float: left;
	}
	
	#Station div.Info{
		height: 275px;
		width: 475px;
		border-color: #F8C31B;
		border-width: 1px;
		border-style: none;
		text-align: left;
		padding: 10px;
		float: left;
	}
	
	#Station table{
		position: relative;
		top: 0px;
		width: 275px;
	}
	
	#Station th{
		font-size: 16px;
		text-align: left;
		width: 275px;
		vertical-align: top;
	}

	#Station td{
		font-size: 12px;
		text-align: left;
		width: 275px;
	}

	#Station div.Slides{
		margin-top: 5px;	
	}
	
	#Station div.Slides img{
		width: 32px;
		height: 32px;
		border-width: 0px;
		border-style: solid;
		border-color: #F8C31B;
		float: left;
	}