/*---------------------------Slideshow Classes---------------------------------------*/
#slideshow {
	position:relative;
    height:261px;
    width:730px;
    overflow:hidden;
}

#slideshow #slideshow_violator {
    position:absolute;
    left:18px;
    bottom:18px;
    z-index:200;
}


#slideshow #slideshow_violator #slide_navigation a {
	text-indent:-9999px;
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin-right:12px;
	cursor:pointer;
	overflow:hidden;
	background:transparent url("../images/slide_navigation_noactive.png")/*tpa=https://www.naftogazbank.com/templates/oksi/js/slider/images/slide_navigation_noactive.png*/ no-repeat 0 0;
}

#slideshow #slideshow_violator #slide_navigation a:hover {
	background:transparent url("../images/slide_navigation_hover.png")/*tpa=https://www.naftogazbank.com/templates/oksi/js/slider/images/slide_navigation_hover.png*/ no-repeat 0 0; }

#slideshow #slideshow_violator #slide_navigation a.activeSlide {
	background:transparent url("../images/slide_navigation_hover.png")/*tpa=https://www.naftogazbank.com/templates/oksi/js/slider/images/slide_navigation_hover.png*/ no-repeat 0 0;
}