.gk_is_wrapper-style1{
	overflow: hidden;
	position: relative;
}
.gk_is_wrapper-style1 .gk_is_image{
	display: block;
	position: relative;
	overflow: hidden;
}
.gk_is_wrapper-style1 .gk_is_text_bg{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 95;
}
.gk_is_wrapper-style1 .gk_is_text{
	padding: 0 20px;
	width: auto;
	position: absolute;
	z-index: 96;
	color: #fff;
	
}
.gk_is_wrapper-style1 .gk_is_thumbs{}

.gk_is_wrapper-style1 .gk_is_preloader{
	width: 100%;
	height: 100%;
	height:360px;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #efefef url('../images/loader.gif') no-repeat center center;
}

.gk_is_wrapper-style1 .gk_is_slide{
	position: absolute;
	left: 0;
	top: 0;
}
.gk_is_wrapper-style1 .gk_is_text h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.is_style1-tip{
	border: 1px solid #57afdc;
	background: #fff;
	padding: 3px;
}
.is_style1-text{
	color: #3a3a3a;
}

.is_style1-text span{}

ul.tick_buttons {
    background: url('../images/tick_bg.png') no-repeat 0 0;
    width:100%;
    height:45px;
	position:absolute;
	bottom:0;
	z-index:99;
	list-style:none;
	list-style-image:none;
}

ul.tick_buttons li{
	float: left;
	padding: 0px 0px 0 0!important;
	margin-right: 3px; 
    position:relative;
    top:16px;
    left:25px;
    width: 70px;
    text-align:center;
    color:#366609;
    font-size:13px;
    font-weight:bold;
    height:13px;
	cursor:pointer;
	line-height:13px;
}

ul.tick_buttons li.active {
	background: url('../images/tick_active.png') no-repeat 50% 50%;	
}

a.readmore {
	display:block;
	margin: 10px 0 0;
    font-weight:bold;
	color:#8cc63f;
}



.gk_is_wrapper-style1 a.play,
.gk_is_wrapper-style1 a.pause {
	font-weight:bold;
    font-size:13px;
    color:#366609;
    padding:0 0 0 20px; 
	display: block;
	float: left;
	height: 21px;
	margin-left: 2px;
    width:60px;
	position:absolute;
	right:140px;
	z-index:99;
	bottom:10px;
}

.gk_is_wrapper-style1 a.play{
    background: transparent url('../images/play.png') no-repeat;
	display:none;
}

.gk_is_wrapper-style1 a.pause{
	/*background-position: -63px 0;*/
    background: transparent url('../images/pausa.png') no-repeat;
}

