#slider1 {
	width: 605px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: right;
	height: 385px;
}

#slider1Content {
	width: 605px;
	float: left;
	padding: 0px;
	height: 385px;
}

#slider1Content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.slider1Image {
	float: left;
	display: none;
}
.slider1Image span {
	margin: 0px;
	padding: 0px;
}
.tdWhiteRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9c9c9c;
	text-decoration: none;
	text-align: left;
}

.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
    left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 380px;
}
.right {
	right: 0;
	bottom: 0;
	width: 180px !important;
	height: 380px;
}
ul { list-style-type: none;}

