﻿.news_backButtonLink
{
  position: absolute;
  left: 5px;
  top: 540px;
  width: 54px;
  height: 56px;
  display: block;
  background-position: left top;
  background-image: url(../../images/stoneback__.png); /*border: solid 2px yellow;*/
  z-index:701;
}

.news_backButtonLink:hover
{
  background-position: left -56px;
  cursor: pointer;
}

.news_BlackBg
{
  position: absolute;
  display: none;
  background-image: url(../../images/newsTextBg.jpg);
  left: 0px;
  top: 0px;
  width: 800px;
  height: 600px;
  z-index: 399; /*cursor: pointer;*/
}

.news_largeItem
{
  width: 800px;
  height: 450px;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 400; /*border: solid 1px red;*/
}

.news_scrollablediv
{
  overflow: auto;
  width: 750px; /* 800 - 50 di larghezza scrollbar --> OK*/
  height: 450px; /*dovrebbe essere 485 - 50 di padding*/
  display: block;
  /*border:solid 1px yellow;*/
  padding:25px;
}

.newsCell_
{
  width: 112px;
  height: 117px;
}

.newsCell
{
  width: 112px;
  height: 117px;
  /*border: solid 1px red;*/
  background-image: url(../../images/blankStonesNavigator.png);
  font-family: Lucida Console, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
}

.newsCell:hover
{
  background-image: url(../../images/newsSel.png);
  cursor: pointer;
}

.newsSel
{
  /*background-image: url(../../images/newsSel.png);*/
  font-weight: bold;
}

.newsMain
{
  background-image: url(../../images/newsBg.jpg);
  height: 600px;
  width: 800px;
  text-align: center;
}
