
.no-touch #thmlvCycleNext, .no-touch #thmlvCyclePrev {
	display: block;
}

.page:not(.page-template-thmlv-page-gallery-php) .thmlvCyclePager {
	bottom: 5px;
	position: absolute;
	right: 5px;
	text-align: center;
	width: 100%;
	z-index: 101;
}

.page:not(.page-template-thmlv-page-gallery-php) .thmlvCyclePager span {
	border-width: 0;
	height: 10px;
	margin: 0 4px;
	width: 10px;
}

.page-template-thmlv-page-gallery-php .thmlvCyclePager, .single .thmlvCyclePager {
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;	
}

.thmlvCyclePager span {
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-ms-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px;
	border-style: solid;
	border-width: 3px;
	cursor:pointer;
	display:inline-block;
	height:18px;
	margin-right:4px;
	text-indent: -999px;
	-webkit-transition:all,0.2s;
	-moz-transition:all,0.2s;
	-o-transition:all,0.2s;
	transition:all,0.2s;
	-webkit-transition-timing-function:cubic-bezier(0.39,0.575,0.565,1);
	-moz-transition-timing-function:cubic-bezier(0.39,0.575,0.565,1);
	-o-transition-timing-function:cubic-bezier(0.39,0.575,0.565,1);
	transition-timing-function:cubic-bezier(0.39,0.575,0.565,1);
	width:18px;
}

.thmlvCyclePager span:hover, .thmlvCyclePager span.cycle-pager-active {
	border-style: solid;
	border-width: 3px;
}

.thmlvCycleSlideshow {
	overflow: hidden;
	position: relative;
}

.thmlvCycleSlideshow:hover #thmlvCyclePrev {
	left: 0px;
	opacity: 1;
}

.thmlvCycleSlideshow:hover #thmlvCycleNext {
	opacity: 1;
	right: 0px;
}

.thmlvCycleSlideshow ul {
	display: block;
	list-style-type: none;
	overflow: hidden;
}

.thmlvCycleSlideshow ul li {
	list-style-type: none;
	max-width: 100%;
	text-align: center;
	width: 100%;
}

#thmlvCycleNext, #thmlvCyclePrev {
	background-color: #707070;
	background-image: url('../images/cycle.png');
	background-position: 0 0;
	display: none;
	height: 80px;
	left: 0px;
	line-height: 100px;
	margin: 0 0 0 30px;
	cursor: pointer;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	text-indent: 9999px;
	top: 42%;
	width: 80px;
	z-index: 101;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#thmlvCycleNext {
	background-position: -80px 0;
	left: auto;
	margin: 0 30px 0 0;
	right: -45px;
}

#thmlvCyclePrev {
	left: -45px;
}

#thmlvCycleNext:hover, #thmlvCyclePrev:hover {
	background-color: #404040;
}

.thmlvInnerSlideshow {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
}

.thmlvSlideInactive {
	background-color: #e4e4e4 !important;
}