
/*************************************************************

    Полупрозрачная боковая навигация

*************************************************************/

.base-nav {
	font-family: Arial, "MS Trebuchet", sans-serif;
	/* display: block before hiding */
	display: block;

	/* link is above all other elements */
	z-index: 999;

	/* link doesn't hide text behind it */
	opacity: .5;

	/* link stays at same place on page */
	position: fixed;

	/* round the corners (to your preference) */
        -webkit-border-radius:24px;
        -moz-border-radius:24px;
        border-radius:24px;

	text-align: center;
	background-color: #555;
}

.base-imgs-nav {
	font-family: Arial, "MS Trebuchet", sans-serif;
	/* display: block before hiding */
	display: inline;

	/* link is above all other elements */
	z-index: 999;

	/* link doesn't hide text behind it */
	opacity: .9;

	/* link stays at same place on page */
	position: fixed;

	/* round the corners (to your preference) */
        -webkit-border-radius:24px;
        -moz-border-radius:24px;
        border-radius:24px;

	/*text-align: center;*/
	background-color: #555;
}

.nav {
	font-size: 24px;
	/* make it big and easy to see (size, style to preferences) */
	line-height: 48px;
	padding: 10px;
}

.small-nav {
	font-size: 14px;
	/* make it big and easy to see (size, style to preferences) */
	line-height: 24px;
	padding: 10px;
}

.small-img-nav {
	/* make it big and easy to see (size, style to preferences) */
	padding: 10px;
}

.img-nav img {
         margin-top: -5px;
         height: 35px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        border-radius:10px;
}

.ancor_nav {
	color: #fff;
}

.artcl_func {
	color: yellow;
}

.base-nav #artclList {
    font-weight: bold;
}

.info {
	display: block;
	position: fixed;
	padding: 10px;
	text-align: right;
        border: none;
	z-index: 999;
	background-color: transparent;
}
