.hesperiden.tparrows{
	cursor:pointer;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
	border-radius:50%;
}
.hesperiden.tparrows:hover{
	background:rgba(0,0,0,1);
}
.hesperiden.tparrows:before{
	font-family:"revicons";
	font-size:
	20px;
	color:rgb(255,255,255);
	display:block;
	line-height:40px;
	text-align:center;
}
.hesperiden.tparrows.tp-leftarrow:before{
	content:"\e82c"; 
	margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before{
	content:"\e82d";
	margin-right:-3px
}
.hesperiden.tp-bullets{
	position: absolute;
}
.hesperiden.tp-bullets:before{
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box; 
	border-radius:8px
}
.hesperiden .tp-bullet{
	width:12px;
	height:12px;
	position:absolute;
	background:rgb(153,153,153);
	background:-moz-linear-gradient(top,rgb(153,153,153) 0%,rgb(225,225,225) 100%);
	background:-webkit-linear-gradient(top,rgb(153,153,153) 0%,rgb(225,225,225) 100%);
	background:-o-linear-gradient(top,rgb(153,153,153) 0%,rgb(225,225,225) 100%);
	background:-ms-linear-gradient(top,rgb(153,153,153) 0%,rgb(225,225,225) 100%);
	background:linear-gradient(to bottom,rgb(153,153,153) 0%,rgb(225,225,225) 100%);
	filter:progid:dximagetransform.microsoft.gradient(   startcolorstr="rgb(153,153,153)",endcolorstr="rgb(225,225,225)",gradienttype=0 );
	border:3px solid rgb(229,229,229);
	border-radius:50%;
	cursor:pointer;
	box-sizing:content-box
}
.hesperiden .tp-bullet:hover,.hesperiden .tp-bullet.selected{
	background:rgb(102,102,102)
}
.hesperiden .tp-bullet-image{
}
.hesperiden .tp-bullet-title{
}