.main_border {border: 1px solid #000000; background-color:#CCCCCC;width:995px;}
p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#424242; margin:15px;}
.tabv {border: 1px solid #cccccc; width: 97%;}
.tabv_title { background-color: #999999;}
body { background-image:url(images/bgm.jpg);}
.left_v { background-image:url(images/kamny.gif); vertical-align:top;}
.cetv {background-color: white; vertical-align:top; height: 750px;}
p.title {
background-color: #A72E37;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
margin-top:15px;
}

#header {background-image: url('images/header.jpg');height: 135px;width: 995px;}
#forhis {margin: 15px;
    color: blue;text-decoration: underline;
    cursor: pointer;width:139px;background-color: #ccc;}
h3 {text-align:center; color: #454545;} 
#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:5px; /*Ширина отступов*/
}
* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}
/*страница минералы*/
#mactiv {background-color: white;color: gray;}
#tabm {padding-left: 15px; background-color: #cccccc;width: 100%;}
/*конец страницы минералов*/
/*страница стихи*/
.skrasnopolsky{cursor: pointer;font-weight: bold;}
.sokunev{cursor: pointer; font-weight: bold;}
.ssuv{cursor: pointer;font-weight: bold;}
.sgor{cursor: pointer;font-weight: bold;}
/*конец страницы стихи*/
#coolmenu a{
font: bold 15px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 14px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
margin-top:7px;
}

html>body #coolmenu a{ 
width: auto;
height:25px;
}
.sevcent  {text-align:center}
.sevcent  img{border: none;}
#coolmenu a:hover{
height:25px;
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #745E18;  /*Цвет текста при наведении курсора*/
}
/* Основной блок */ 
#carousel1 {
    width:875px; 
    height:450px; 
    position: relative; 
    border: 2px solid #cccccc; 
    background:#fff url('images/carousel/bg.jpg'); 
    overflow:scroll;
    margin: 10px auto;}
#carousel2 {
    width:875px; 
    height:450px; 
    position: relative; 
    border: 2px solid #cccccc; 
    background:#fff url('images/carousel/bg.jpg'); 
    margin: 10px auto;
}
#carousel3 {
    width:875px; 
    height:450px; 
    position: relative; 
    border: 2px solid #cccccc; 
    background:#fff url('images/carousel/bg.jpg'); 
    overflow:scroll;
    margin: 10px auto;}



/* Внутренний блок */

#innerCarousel {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    display: block;
}

/* Убираем рамки у картинок внутри ссылок */

#carousel1 img {
    border: none;}
    #carousel3 img {
    border: none;
}

/* Левая кнопка */

#buttonLeft {
    position: absolute;
    width: 31px;
    height: 46px;
    bottom: 20px;
    right: 20px;
    background-image: url('images/carousel/right.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Правая кнопка */

#buttonRight {
    position: absolute;
    width: 31px;
    height: 46px;
    bottom: 20px;
    right: 60px;
    background-image: url('images/carousel/left.png');
    cursor: pointer;
}