#wrapper, #centainer {
	height: 550px;
	width: 720px;
}
#wrapper {
	position: absolute;
	bottom: 50%;
	right: 50%;
	height: 550px;
	width: 720px;
}
#centainer {
	position: relative;
	left: 50%;
	top: 50%;	margin:0 auto;
	text-align:left;
}
#slider {
	width: 720px; 
	height: 500px;
	position: relative; 
	overflow: hidden; 
	background:#fff;
}
#sliderContent {
	width: 700px; 
	height:480px;
	position: absolute;
	top: 10px;
	margin-left: 10px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/14px  Arial, Helvetica, sans-serif;
	padding: 12px 13px;
	width: 674px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#fff;
	display: none;
	bottom: 3px;
	left: 0;
	text-align:center;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 13px;
}
ul {
	list-style-type: none;
}
#home h6{
	text-align:center;
	line-height:25px;
}
