/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	width:100%;
}

.slide .heading{
	background: #f40000;
    opacity: 1;
    padding: 0 20px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
	
	color: #ffffff;
    font-size: 72px;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
	
	font-family: kanit, sans-serif;
	letter-spacing: -1px;
	
	position: relative;
	
    display: block !important;
}
.slide .paragraph{
	background: #81898d;
    opacity: 1;
    padding: 10px 20px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
	
	    color: #ffffff;
    font-size: 28px;
    text-shadow: none;
    line-height: 1.25;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
	
	font-family: kanit, sans-serif;
	
	position: relative;
	
    display: block !important;
}

.cycle-slideshow .slide{
	padding: 14% 0;
	width: 100%;
	height: 100%;
}
.cycle-slideshow .slide > div:first-of-type{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cycle-pager { 
  text-align:center; width: 100%; z-index: 300; position: absolute; bottom: 5px; right:0px; left: 0; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 36px; width: 16px; height: 16px; 
     color: #fff; padding:3px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #10157b;}
.cycle-pager > * { cursor: pointer;}
