.tp-leftarrow.default {
    background: rgba(0, 0, 0, 0) url("large_left.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100;
	position: absolute; margin-top: -20px; left: 20px;
}
.tp-rightarrow.default {
    background: rgba(0, 0, 0, 0) url("large_right.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100;
	position: absolute; margin-top: -20px; right: 20px;
}