Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
/* #siteNotice {display: none !important;} // убрать сообщение */

/*Easy Paginate Styles*/
.slider{	
	width:400px;
	height:300px;
	position:relative;
	overflow: hidden; /* important */
	}
		
ul#items{
	padding:0;
	width: 400px; /* important to be same as image width or wider */
	height:280px;
   	top: 0; /* important */
   	margin-left: 0; /* important */
	overflow:hidden;
	}
ul#items li{
	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
	}
ul#items span{
	position: absolute; /* important */
        left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 10px;
        width: 380px;
        background-color: #000;
        filter: alpha(opacity=70); /* here you can set the opacity of box with text */
        -moz-opacity: 0.7; /* here you can set the opacity of box with text */
        -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
        opacity: 0.7; /* here you can set the opacity of box with text */
        color: #fff;
        top: 0;
	}
	
ol#pagination li{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Button_Icon_Turquoise.svg/10px-Button_Icon_Turquoise.svg.png) no-repeat 0 0;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:10px 2px;
	}
ol#pagination li:hover{background:url(//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Button_Icon_Cyan.svg/10px-Button_Icon_Cyan.svg.png) no-repeat 0 0;}
ol#pagination li.current{color:#f00;font-weight:bold;background:url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Button_Icon_BlueSky.svg/10px-Button_Icon_BlueSky.svg.png) no-repeat 0 0;}