.show
{
  position: relative;
  width: 600px;
  height: 400px;
  float: right;
  display: inline;
}

.show img
{
  border:0; 
}

.show #descript
{
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  font-weight: bold; 
  
}

.show .back
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 255; 
}

.show .forward
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 255;
}

.show .overlay
{
  background: black;
  color: white;
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.show ul, .show li
{
  list-style:none;
  margin: 0px;
  padding: 0px;
}

.news
{
  margin: 0 0 10px 0;
  border: 1px solid black
}
marquee
{
  width: 80%
}

.quiz
{
  float: left;
  width: 260px;
  display: inline;
}

.quiz fieldset
{
  border: none;
}

.sign
{
  text-align: center;
}

.newsCol
{
  position: relative;
  width: 600px;
  float: right;
  display: inline;
}

.newsCol h4, .quiz h4
{
  text-align: center;
  margin: 0px;
}