/* directional nav
 ================================================== */
.sangar-slideshow-container > .default div.sangar-slider-nav > span {
	width: 40px;
	height: 40px;
}

.sangar-slideshow-container > .default div > span.sangar-arrow-right {
	background: ;
	right: 0px;	
}

.sangar-slideshow-container > .default div > span.sangar-arrow-left {
	background: ;
	left: 0px;
}

.sangar-slideshow-container > .default div > span.sangar-arrow-down {
	background: ;
	bottom: 0px;	
}

.sangar-slideshow-container > .default div > span.sangar-arrow-up {
	background: ;
	top: 0px;
}

/* timer
 ================================================== */
.sangar-slideshow-container > .default div.sangar-timer div.sangar-timer-mask {
	background-color: #00c1ef;
}

/* pagination nav
 ================================================== */
.sangar-slideshow-container > .default .sangar-pagination-wrapper {
	background: #111111;
}

.sangar-slideshow-container > .default ul.sangar-pagination-bullet > li {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	color: #bbbbbb;
	width: 12px;
	height: 12px;
	overflow: hidden;
	padding: 0px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	background-color: rgba(255, 255, 255, 0.5);
	border-width: 3px;
	border-style: solid;
	border-color: transparent;
	background-clip: content-box;
}

.sangar-slideshow-container > .default ul.sangar-pagination-bullet > li.sangar-pagination-active {
	color: #616161;
	background: none;
	margin-left: auto;
	margin-right: auto;
	margin-left: 10px;
	border-color: #ffffff;
}

.sangar-slideshow-container > .default ul.sangar-pagination-bullet > li.sangar-bullet-number {
	padding: 8px 6px 5px 6px;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	border: 1px solid #2d2d2d;
	width: 18px;
	height: 18px;
	background: #4c4c4c;
	font-weight: bold;
}

.sangar-slideshow-container > .default ul.sangar-pagination-bullet > li.sangar-bullet-number.sangar-pagination-active {
	color: #4c4c4c;
	background: #d3d3d3;
	width: 18px;
	height: 18px;
}

/**
 * sangar-sangar-pagination-type-text
 */
.sangar-slideshow-container > .default ul.sangar-pagination-type-text.sangar-pagination-content-horizontal > li {
	padding: 23px 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 16px;
	background-color: #111111;
}

.sangar-slideshow-container > .default ul.sangar-pagination-type-text.sangar-pagination-content-vertical > li {
	padding: 23px 15px;
	font-weight: bold;
	text-align: left;
    color: #fff;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 16px;
	background-color: #111111;
}

.sangar-slideshow-container > .default ul.sangar-pagination-type-text > li:hover {
	background-color: #000000;
}

.sangar-slideshow-container > .default ul.sangar-pagination-type-text > li.sangar-pagination-active {
	background-color: #00afea;
}

/**
 * sangar-pagination-type-image
 */
.sangar-slideshow-container > .default ul.sangar-pagination-type-image > li.sangar-pagination-active {
	background: none;
}

.sangar-slideshow-container > .default ul.sangar-pagination-type-image > li.sangar-pagination-active > div:before {
	border: 2px solid #cccccc;
}

.sangar-slideshow-container > .default ul.sangar-pagination-type-image > li:hover {
    background: none;
}



