.box.widget_gk_news_slideshow {
	padding: 0!important;
}
.latest_news_slider {
    position: relative;
    overflow: hidden;
/*    background:#2c2c2c;*/
	height:90px;
}
.latest_news_slider .latest_news_arts_scroll {
    width: 20000px!important;
}
.latest_news_slider .latest_news_arts {
    width: 100%;
}
.latest_news_slider .latest_news_images {
    padding: 0 46px;
}
.latest_news_slider .latest_news_arts,
.latest_news_slider .latest_news_art {
    overflow: hidden
}
.latest_news_slider .latest_news_art img {
	display: block;
    margin: 0!important;
}
.latest_news_slider .latest_news_image_link {
	display: block;
	float: left;
	margin: 0 16px 0 0;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}
.latest_news_art .attachment-latest-news-icon {
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	display: block;
	-webkit-transition: -webkit-transform 0.15s linear;
	   -moz-transition:    -moz-transform 0.15s linear;
	     -o-transition:      -o-transform 0.15s linear;
	        transition:         transform 0.15s linear;
}
.latest_news_art .attachment-latest-news-icon:hover {
	-webkit-transform: scale(1.15) rotate(-1.5deg);
	   -moz-transform: scale(1.15) rotate(-1.5deg);
	    -ms-transform: scale(1.15) rotate(-1.5deg);
	     -o-transform: scale(1.15) rotate(-1.5deg);
	        transform: scale(1.15) rotate(-1.5deg);
}
.latest_news_slider .latest_news_art:hover {
    cursor: pointer
}
.latest_news_slider .latest_news_art:hover .latest_news_header a {
    color: #000;
/*	font-size:11px;*/
}
.latest_news_slider .latest_news_header {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0!important;
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.latest_news_slider .latest_news_header a {
    color: #000!important;
}
.latest_news_slider .latest_news_header a:active,
.latest_news_slider .latest_news_header a:focus,
.latest_news_slider .latest_news_header a:hover {
    color: #0baaf5!important;
}
.latest_news_slider p {
	color: #696969;
	font-size: 12px;
	margin: 0;
}
.latest_news_slider p a {
	display:none;
}
.latest_news_slider .latest_news_art {
	background: #fff;
/*	border: 1px solid #2a2a2a;*/
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
	-webkit-box-shadow: inset 0 0 27px rgba(111, 111, 111, 0.75);
	   -moz-box-shadow: inset 0 0 27px rgba(111, 111, 111, 0.75);
	    -ms-box-shadow: inset 0 0 27px rgba(111, 111, 111, 0.75);
	     -o-box-shadow: inset 0 0 27px rgba(111, 111, 111, 0.75);
	        box-shadow: inset 0 0 27px rgba(111, 111, 111, 0.75);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	margin-right: 30px;
    padding: 15px 18px;
    -webkit-transition: background .3s ease-out;
       -moz-transition: background .3s ease-out;
        -ms-transition: background .3s ease-out;
         -o-transition: background .3s ease-out;
            transition: background .3s ease-out;
}
.latest_news_slider .latest_news_art:hover {
	background: #e2e2e2;
}
.latest_news_slider .latest_news_prev,
.latest_news_slider .latest_news_next {
    height: 26px;
    width: 26px;
    display: block;
    background: transparent url('../../images/ns_interface.png') no-repeat 0 0;
    text-indent: -999em;
    margin-top: -13px;
    cursor: pointer;
}
.latest_news_slider .latest_news_prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.latest_news_slider .latest_news_next {
    background-position: -26px 0;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
.latest_news_slider .latest_news_prev:hover {
    background-position: 0 -26px
}
.latest_news_slider .latest_news_next:hover {
    background-position: -26px -26px
}
.latest_news_slider::selection,
.latest_news_slider::selection {
    background: transparent!important
}
.latest_news_slider::-moz-selection,
.latest_news_slider::-moz-selection {
    background: transparent!important
}
.latest_news_slider::-webkit-selection,
.latest_news_slider::-webkit-selection {
    background: transparent!important
}
/* make element unvisible */
.latest_news_slider .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
