#tpcont{
	margin: 0 auto;
	background: #fff;
	text-align: left;
	float: right;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

#tpcont .tpslide{
	position: relative;
}

#tpcont .buttons{
	padding: 5px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #0B2B4C;
	-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;
}
