@charset "utf-8";
/* CSS Document */

#slider1 {
	width: 960px; /* important to be same as image width */
	height: 260px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 960px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 150px !important;
	height: 250px;
}
.bannertext {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 150px;
}
.details .detailstxt ul {
}
.details .detailstxt li {
	margin-left: 30px;
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(../imgs/red_bullet.png);
}
.rtcontainer .imgs {
	margin-top: 35px;
}
.detailstxt ol {
}
.detailstxt ol li {
	background-image: url(none;);
}
