﻿body {
}

.metronews
{
  width:400px;
  height:380px;
  position: relative;
  overflow: hidden;
}
.metronews .PP-ImageHolder
{
  width:400px;
  height: 300px;
  float:left;
  cursor: pointer;
}
.metronews .PP-Display
{
    width:400px;
    height:300px;
    overflow:hidden;
	position: absolute;
	top: 0px;
	left: 0px;
    background-color:#000;
    cursor:pointer;
    background-repeat:no-repeat;
}
.metronews .PP-Thumbs
{
  position: absolute;
  width:220px;
  color: white;
  z-index: 10;
}

.metronews .PP-Title
{
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  background-image: url(/TopletsResources/PhotoToplet/images/Metronews/titlebar.png);
  top: 240px;
  left: 0px;
  width:400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.metronews .PP-Abstract
{
  font-family: Verdana;
  font-size: 11px;
  float: left;
  font-weight:bold;
  line-height:16px;
  padding:3px 0 0 0;
}

.metronews .PP-Abstract:before
{
  content: url(/TopletsResources/PhotoToplet/images/Metronews/raquo.gif);
  padding-right:3px;
}

.metronews .PP-Abstract a
{
  font-family: Verdana;
  font-weight: bold;
}

.metronews .PP-Thumbs .imgthumb
{
  background-color: #8c9292;
  cursor: pointer;
  float: left;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
}
.metronews .PP-Thumbs .imgthumbon
{
  background-color: #0072ae;
  cursor: pointer;
  float: left;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  color: White;
  text-align: center;
}

.metronews .PP-ThumbHolder
{
  position: absolute;
  top: 285px;
  right: 0px;
  color: blue;
  height: 18px;
  width: 80px;
  overflow: hidden;
}
.metronews .PP-Prev
{
  position: absolute;
  top: 58px;
  left: 11px;
  color: white;
  cursor: pointer;
  display: none;
}
.metronews .PP-Next
{
  position: absolute;
  top: 58px;
  left: 172px;
  color: white;
  cursor: pointer;
  display: none;
}