#wrapper {width:300;height:250; margin:0 auto}
.slider {position:relative;overflow:hidden;width:300px;height:250px;}
.slidercontent {position:absolute;left:2px;display:inline;}

.link {cursor:pointer; color:#666}
.link:hover {color:#000}
.section {padding:0px}

.slidercontent span{
	font-size: 16px;
	font-weight:bold;
	top:150px;
	min-width:300px;
	min-height:40px;
	text-align:right;
    color: #fff;
	background-color:#000000;
}
