#content{
	width: 725px;
	margin: 0;
	height: 450px;
}
#flash{
	float: right;
	margin-left: 10px;
	border-left: solid 1px #FFF;
	display: block;
}
/*these rules to stay with home only css*/
#sidebar{
	width: 241px;
	margin: 0 1px;
}
#weather{
	height: 110px;
	background: url(../images/bg-tile-weather.jpg) no-repeat bottom;
}
#w-holder{
	padding: 20px 0 0 105px;
}

/*** SLIDE SHOW ****/
/*
div.sildeshow_wrapper {
	top: 263px;
}

 safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.sildeshow_wrapper {
		top:	256px;
	}
}
*/

div#slideshow {
	border-left:	1px solid #CAC5B1;
	border-right:	1px solid #CAC5B1;
	border-top:		1px solid #CAC5B1;
	margin-top:		1px;
}

a#slideshowContainer {
	display:	block;
	width:		300px !important;
	height:		200px !important;
	zoom:		1 !important;
	position:	relative;
	text-align:	left;
}

a#slideshowContainer img {
 position:	absolute;
 top:		0px;
 left:		0px;
 *left:		0px;
 border:	none;
 width:		239px;
}

a#slideshowContainer img.loading {
 position: absolute;
 top: 140px;
 left: 110px;
 text-align: center;
 width:		32px;
 height:	32px;
}

div.controls {
	position:		absolute;
	top:			574px;
	text-align:		center;
	width:			239px;
	background:		#F1F1F2;
	margin-left:	0px;
	height:			21px;
	border-left:	1px solid #CAC5B1;
	border-right:	1px solid #CAC5B1;
	border-bottom:	1px solid #CAC5B1;
}

div.controls img {
	border: none;
}
