.button-light{
	display: block;
	width: 16em;
	font-size: 100%;
	background-color: #298fe8;
	padding: 1em;
	margin-left: auto;
	margin-top: 1em;
	margin-right: auto;
	/*margin-top: 2em;*/
}
.button-light a{
	color:#FFFFFF;
	font-family: OpenSansBold;
}
.block-light{
	display: inline-block;
	/* width: auto; */
	background-color: rgba(255, 255, 255, 0.4);

	opacity: 0.5;
	font-family: OpenSansBold;
	font-size: 130%;
	padding: 0.2em;
	/* text-align: center; */
	margin-top: 1em;
	overflow: hidden;
}
.head-text-light{
	color: #000000;
	overflow: hidden;
	text-align: center;
	font-family: 'OpenSansLight';
}

.ajax-content-wrap ul {
    margin-bottom: 0px;
}


.slide_next{
	position: fixed;
	top:45%;
	right: 0;
	cursor: pointer;
	color: #fff;
	width:50px;
	height: 60px;
	background-color: rgba(255,255,255, 0.4);
	/*opacity: 0.4;*/
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.slide_next:hover{
    background-color: rgba(255,255,255, 0.8);
    /*background-position: bottom right;*/
	/*opacity: 0.8;*/
}
.slide_prev{
	position: fixed;
	top:45%;
	left:0;
	cursor: pointer;
	color: #fff;
	width:50px;
	height: 60px;
	/*background-color: #ffffff;*/
	/*opacity: 0.8;*/
    background-color: rgba(255,255,255, 0.4);
    -webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	/*background: url('/static/images/slider/slider-arrows.png') no-repeat;*/
	/*background-position: top left;*/
}


.icon-salient-left-arrow{
	position: absolute;
	background: transparent;
	font-size: 21px;
	height: 32px;
	left: 13px;
	line-height: 64px;
	top: -2px;
}

.slide_prev:hover{
    background-color: rgba(255,255,255, 0.8);
    /*background-position: bottom left;*/
	/*opacity: 0.8;*/
}

.button-dark{
	display: block;
	width: 17em;
	font-size: 100%;
	background-color: transparent;
	padding: 1em;
	margin-top: 1em;
	margin-right: auto;
	margin-top: 2em;
	border: 3px solid #ffffff;
}
.block-dark{
	display: inline-block;
	/*background-color: #000000;*/
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.5;
	font-family: OpenSansBold;
	font-size: 130%;
	padding: 0.2em;
	margin-top: 1em;
	overflow: hidden;
}
.slide-block-text{
	font-family:  OpenSansLight;
}

#slide-0{
	position: absolute;
	margin-top: 14%;
	margin-left: 39%;
	text-align: center;
}

#slide-1{
	position: absolute;
	margin-top: 17%;
	margin-left: 59%;
	/* text-align: center; */
}
#slide-2{
	position: absolute;
	margin-top: 17%;
	margin-left: 37%;
	text-align: center;
}
#slide-3{
	position: absolute;
	margin-top: 15%;
	margin-left: 17%;
}
#slide-4{
	position: absolute;
	margin-top: 14%;
	margin-left: 39%;
	text-align: center;
}

.total{
	color:#000000;
	position: absolute;
	top: 35px;
	/*left: 31px;*/
	left: 80px;
	height: 10px;
	line-height: 10px;
	display: none;
	font-size: 10px;
}
.current{
	color:#000000;
	position: absolute;
	top: 14px;
	/*left: 15px;*/
	left: 60px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	display: none;
}

.icon-salient-right-line{
	top: 17px;
	line-height: normal !important;
	font-size: 26px !important;
	background: transparent;
	color:#000000;
	display: none;
}
.icon-salient-right-arrow{
	position: absolute;
	background: transparent;
	font-size: 21px;
	height: 32px;
	right: 13px;
	line-height: 64px;
	top: -2px;
}
.total-right{
	color:#000000;
	position: absolute;
	top: 35px;
	/*left: 31px;*/
	right: 58px;
	height: 10px;
	line-height: 10px;
	display: none;
	font-size: 10px;
}
.current-right{
	color:#000000;
	position: absolute;
	top: 14px;
	/*left: 15px;*/
	right: 80px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	display: none;
}

@media (max-width: 480px) {
	.slide_prev{
		top:60%;
	}
	.slide_next{
		top:60%;
	}
	#slide-0{
		margin-top: 35%;
		margin-left: 18%;
		text-align: center;
	}

	#slide-1{
		margin-top: 35%;
		margin-left: 18%;
		text-align: center;
	}
	#slide-2{
		margin-top: 35%;
		margin-left: 18%;
		text-align: center;
	}
	#slide-3{
		margin-top: 35%;
		margin-left: 18%;
		text-align: center;
	}
	#slide-4{
		margin-top: 35%;
		margin-left: 18%;
		text-align: center;
	}
}