#slider1 {
	width: 580px; /* important to be same as image width */
	height: 420px; /* important to be same as image height */
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
}
#slider1Content {
	width: 580px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color:#000;
}
.slider1Image {
	position: relative;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 420px;
	text-align:center;
}
.slider1Image img{
	height: 420px;
	}
.slider1Image span {
	position: absolute;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	margin: 0px;
	width: 580px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	height: 40px;
	line-height: normal;
	text-align:left;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 16px;
}
.left {
	top: 0;
	left: 0;
	width: 300px !important;
	height: 360px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sliderLeft {
	background-color: #906;
	width: 340px;
	float: left;
	min-height: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.sliderLeft h1{
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 22px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-style: italic;
}
.sliderLeft h2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 10px;
	padding-top: 0px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
.sliderLeft p {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 8px;
	line-height: 16px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.sliderLeft a{
	font-weight: normal;
	color: #F6C;
	font-style: italic;
}
