#tpcont{
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

#tpcont .tpslide{
	position: relative;
}

#tpcont .buttons{
	padding: 5px 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #000000;
	-moz-border-radius: 5px;
}

#tpcont .buttons span{
	color: #ffffff;
	padding: 0 5px;
	cursor: pointer;
	
}

#tpcont .buttons span.active,
#tpcont .buttons span:hover{
	color: #191919;
	background: #ffffff;
}

#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;
}