body{
    background-image: url("../images/texture2.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
}
div#gallery{
    width: 975px;
    margin-left:auto;
    margin-right:auto;}
div#gallery div#bigImages{border-bottom: solid 2px #4682b4;padding:10px 0px;} 
div#gallery div#bigImages img#bossImage{width: 600px; margin-left: 190px;} 
div#gallery div#smallImages{position: relative; text-align: center; border-bottom: solid 2px #4682b4;} 
img.smallImage{width: 70px; height: 50px; cursor: pointer; margin-left:80px;} 
div#pagesInfo{
       margin-left:auto;
	   margin-right:auto;
       text-align: center;
	   margin-top:10px;
       font-family:trebuchet;
       font-size:1.2em;
       color:#888888;
	   } 
div#pagesInfo span#pagesNumber{color: #4682b4; font: bold 10pt verdana; margin-right: 30px;} 
div#pagesInfo span#cPageNumber{color:#4682b4; font: bold 10pt verdana;}
h3 {
         font:18px MonoCondensed;
		 color:#696969;/*dimgray*/
		 text-align:center;
} 
.hypertext {
       font-family: trebuchet, helvetica, sans-serif; 
       font-size:1.2em; 
       padding:0px 30px 0px 5px;	  
	   text-decoration:none;
	   border:none;
}/*����������� �� ���������� ��������*/
a:link {
        color: #6666cc;
        text-decoration:none;
}
a:visited {
        color: #6666cc;
        text-decoration:none;
}
a:hover {
        text-decoration:underline;
}