/************************
	-	NAVIGATION	-
*************************/

.tp-bullets.simplebullets.round .bullet { 
	width: 15px;
	height: 10px;
	margin-top: 0;
	margin-right: 2px;
}
.tp-bullets.simplebullets.round .bullet.last	{
	margin-right: 2px;
}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tp-leftarrow,
.tp-leftarrow.default {
	width: 30px;
	height: 120px;
	margin-left: -20px;
	margin-top: -60px;
	background-image: url(../images/revslider/large_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tp-rightarrow,
.tp-rightarrow.default	{
	width: 30px;
	height: 120px;
	margin-right: -20px;
	margin-top: -60px;
	background-image: url(../images/revslider/large_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}