/* Buttons */

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

/*main container*/
#tpcontainer{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/transparent.png) #fff;
}

#tpcontainer .tpcontainer-inner{
	padding: 10px 20px;

}

 /*others*/
td,p,div,tr, form, input{ 
font-size:11px; 
font-weight:none;
}

/*mod_tpslide.css*/
#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: #7c246e;
	-moz-border-radius: 10px;
}

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

#tpcont .buttons span.active,
#tpcont .buttons span:hover{
	color: #191919;
	background: #ffffff;
	-moz-border-radius: 4px;

}

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