.shadowTitle {
	font-weight: bold;
	background-image: url(/images/black_75.png);
	color: #fff;
	padding: 3px;
}
.shadowDetail {
	padding: 3px;
}

#homeLeft {
	width: 510px;
	float: left;
	margin-right: 10px;
}
#homeRight {
	width: 230px;
	float: left;
}
#infoOuter {
	width: 100%;
	margin-bottom: 8px;
}
#infoInner {
	overflow: hidden;
}
#infoWrapper {
	background-color: #508bd9;
}
#infoTitle {
	font-size: 14px;
	padding: 6px;
	border-bottom: 1px solid #fff;
}
#infoDate {
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 10px;
}
#infoDetail {
	padding: 5px;
	color: #fff;
	background-image: url(/pages/home/test.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#callUsOuter {
	width: 100%;
	margin-bottom: 8px;
}
#callUsInner {
	
}
#callUsTitle {
	background-image: url(/images/icons/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 20px;
}
#callUsDetail {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#videoOuter {
	width: 100%;
	margin-bottom: 8px;
}
#videoInner {
	overflow: hidden;
}
#videoDisplay {
	background-color: #666;
	height: 190px;
	cursor: pointer;
}
#videoTitle {
	background-image: url(/images/black_45.png);
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
#videoDetail {
	background-color: #666;
}
#videoStrip {
	margin: 0;
	width: 220px;
	overflow: hidden;
	height: 57px;
}
#videoStrip td {
	cursor: pointer;
}
#videoStrip td img {
	border: 1px solid #fff;
}
#videoName {
	background-image: url(/images/black_45.png);
	font-weight: bold;
	color: #fff;
	padding: 3px;
}

#storiesOuter {
	width: 100%;
	margin-bottom: 8px;
}

#productRotator {
	height: 375px;
	overflow: hidden;
	cursor: pointer;
}
#productRotatorTitle {
	position: absolute;
	left: 4px;
	bottom: 4px;
	padding: 5px 0;
	width: 500px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(/images/black_75.png);
}
#productRotatorLogos {
	position: absolute;
}
.productRotatorLogo {
	position: absolute;
	bottom: 25px;
	left: 5px;
	padding: 0 10px;
	visibility: hidden;
}
#productRotatorControl {
	position: absolute;
	right: 10px;
	bottom: 30px;
}
#productRotatorControl .box {
	width: 16px;
	height: 16px;
	background-image: url(/images/black_45.png);
	float: right;
	margin: 1px;
}
#productRotatorControl .boxActive {
	width: 14px;
	height: 14px;
	background-image: none !important;
	background-color: #fff;
	border: 1px solid black;
}
