div#map{
	border: 2px solid #c6c4c0;
}

	div#map_overview{
		right: 2px !important;
		bottom: 2px !important;
	}

div#main-content div#right-column{
	min-height:550px;
	height:auto !important;
	height:550px;
}

div#main-content div#right-column ul li{
	margin-bottom: 15px;
}

div#weather-container{
	width: 114px;
	height: 114px;
	background: url(../images/weather-circle.png) no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	position: absolute;
	top: 165px;
	left: 30px;
}
	
		div#weather{
			width: 114px;
		}
		
		div#weather .temp{ 
			padding-top: 5px;
		}	
		
div#special-offers{
	width: 192px;
	height: 130px;
	position: absolute;
	right: 22px;
	top: 380px;
}		

	div#special-offers div.widget-content{
		height:130px;
		overflow:hidden;
		position:relative;
		width:192px;
	}		
	
	div#special-offers ul.carousel{
		list-style-type:none;
		list-style: none;
		margin:0px;
		margin-top: 18px;
		padding:0px;
		width:992px;
	}
	
	div#special-offers ul.carousel li{
		float:left;
		height:122px;
		position:relative;
		width:192px;
		
	}
	
		div#special-offers ul.carousel li h3{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			color: #676767;
			position: absolute;
			bottom: 10px;
			left: 5px;
			background-image: url(../images/offer-header-bg.png);
			background-repeat: repeat;
			width: 172px;
			height: 22px;
			z-index: 24;
			padding: 5px;
		}
		
		div#special-offers ul.carousel li a.go{
			font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
			font-size: 1.2em;
			font-weight: bold;
			color: #676767;
			text-decoration: none;
			position: absolute;
			bottom: 25px;
			left: 158px;
			z-index: 25;
			z-index: 25 !important;
		}
		
		div#special-offers ul.carousel li a.go:visited{
			color: #676767;
			text-decoration: none;
		}
		
		div#special-offers ul.carousel li a.go:hover{
			color: #676767;
			text-decoration: underline;
		}
	
	div#special-offers div#pager{
		top:0px;
		right: 0px;
		background: #676767;
		width: 192px;
		height: 17px;
		border-bottom: 1px solid #ffffff;
		color:#fff;
		font-size:1em;
		left:0;
		list-style-type:none;
		margin:0px;
		padding:0;
		position:absolute;
		text-align: right;
		padding-top: 3px;
	}
	
	div#special-offers div#pager a{
		background: #373737;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		padding-left: 5px;
		text-decoration: none;
		color: #373737;	
		font-size: 0.7em;	
	}
	
	div#special-offers div#pager a.activeSlide{
		background: #fff;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		padding-left: 5px;
		text-decoration: none;
		color: #fff;		

	}
