.slider_all_blocks {display:none;}

#kol_kore_slider
{
	overflow:hidden;
	height:530px;
	width:1750px;
	margin:0 auto;
	position:relative;
	z-index:3;
}
#kol_kore_slider .arrow
{
	float:right;
	height:530px;
	width:100px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:center;
}
#kol_kore_slider .arrow span
{
	display:inline-block;
	margin-top:220px;
	height:50px;
	width:50px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#kol_kore_slider .arrow.right span
{
	background-image:url('images/arrow right.png');
	float:right;
}
#kol_kore_slider .arrow.right:hover span
{
	background-image:url('images/arrow right2.png');
}
#kol_kore_slider .arrow.left span
{
	background-image:url('images/arrow left.png');
	float:left;
}
#kol_kore_slider .arrow.left:hover span
{
	background-image:url('images/arrow left2.png');
}
#kol_kore_slider .img_area
{
	float:right;
	height:530px;
	width:1550px;
	overflow:hidden;
}
#kol_kore_slider .img_area .inner
{
	float:right;
	height:530px;
	width:2700px;
	overflow:hidden;
	position:relative;
	right:0px;
}
#kol_kore_slider .img_area .slider_block
{
	float:right;
	display:inline-block;
	height:530px;
	width:500px;
	margin-left:25px;
	overflow:hidden;
	background-color:white;
	box-sizing: border-box;
	border:1px solid #F2F2F2;
	position:relative;
}
#kol_kore_slider .img_area .slider_block .img
{
	overflow:hidden;
	height:350px;
	width:500px;
	text-align:center;
}
#kol_kore_slider .img_area .slider_block .img img
{
	height:350px;
	width:500px;
}
#kol_kore_slider .img_area .slider_block .block_title
{
	overflow:hidden;
	margin:0 50px;
	margin-top:30px;
	height:80px;
	line-height:40px;
	font-size:28pt;
	color:black;
	text-align:center;
}
#kol_kore_slider .img_area .slider_block .block_desc
{
	overflow:hidden;
	height:60px;
	line-height:60px;
	font-size:16pt;
	color:#F03A46;
	margin:0 15px;
	text-align:center;
}
#kol_kore_slider .img_area .slider_block .block_link
{
	overflow:hidden;
	height:40px;
	margin:0 15px;
	display:none;
}
#kol_kore_slider .img_area .slider_block .block_link .link_desc
{
	display:inline-block;
	float:right;
	height:40px;
	line-height:40px;
	color:#D8C79B;
	font-size:12pt;
	font-weight:bold;
}



#kol_kore_slider .img_area .slider_block .block_hover
{
	display:block;
	height:530px;
	width:500px;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	opacity:0;
	position:absolute;
	top:0px;
	overflow:hidden;
}
#kol_kore_slider .img_area .slider_block:hover .block_hover {opacity:1;}
#kol_kore_slider .img_area .slider_block .block_hover .icon
{
	display:block;
	margin-top:90px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('images/big_plus_icon.png');
}
#kol_kore_slider .img_area .slider_block .block_hover .icon_desc
{
	display:block;
	height:70px;
	line-height:70px;
	font-size:24pt;
	color:white;
	font-weight:bold;
}
