.sss {
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('../images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}


p.titletext {
	color: #FFF;
	font-size: 1.5em;
	font-family: Arial, Sans Serif;
	font-weight: 500;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	position: absolute;
	width: 100%;
	left: 50%;
	margin: 0px 0px 5px -225px;
	bottom: 0;
}

.yellow {
	color: #FFF;
	background: #DB2;
}

.title {
	width: 100%;
	display: block;
	padding: 20px 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;

}

.background {
	width: 100%;
	height:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.slide {
	padding-top: 70%;
	width: 100%;
	text-align: center;
}









