#tpcont{
	margin: 0 auto;
	background: #fff;
	text-align: left;
	float:left;
}

#tpcont .tpslide{
	position: relative;
}

#tpcont .buttons{
	padding: 5px 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;

}

#tpcont .buttons span{
	color: #ffffff;
	padding: 0 5px;
	cursor: pointer;
	border:1px solid #000;
	background:#000;
	margin-left:5px;
	
}

#tpcont .buttons span.active,
#tpcont .buttons span:hover{
	background: url(bg.png) 0 0 repeat-x;
	border:1px solid #000;
}

#tpcont #tpslides{
	position: absolute;
}

#tpcont #tpslides div{
	float: left;
}

#tpcont #tpslides .buttons{
	text-align: left;
}

#tpcont .tpslide .buttons{
	text-align: center;
	clear: both;
}

#tpcont .tpslide .mask{
	position: relative;
	overflow: hidden;
}