/*custom CSS*/

.tp-rightarrow.default{
	background: url(../images/arrow_right.png) no-repeat;
	width: 30px;
	height: 100px;
}
.tp-rightarrow:hover{
	background: url(../images/arrow_right2.png) no-repeat;
}
.tp-leftarrow.default{
	background: url(../images/arrow_left.png) no-repeat;
	width: 30px;
	height: 100px;
}
.tp-leftarrow:hover{
	background: url(../images/arrow_left2.png) no-repeat;
}
