﻿.photoplayer .PP-ImageHolder
{
	position:relative;
	width:320px;
	height:240px;
	background-color:Black;
}

.photoplayer .PP-Prev, .photoplayer .PP-Next, .photoplayer .PP-Play, .photoplayer .PP-Pause
{
	width: 14px;
	height: 14px;
	cursor: pointer;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
    top: 4px;
    border: solid 1px;
    color: Black;
}

.photoplayer .PP-Prev
{
    width:64px;
    height:20px;
	background-image:url(/css/CityNews/images/btn-prev-pic.gif);
	left:450px;
	top:5px;
}

.article-image .photoplayer .PP-Prev
{
	left:185px;
}

.article-image .photoplayer .PP-Next
{
	left:255px;
}

    *html .photoplayer .PP-Prev,
    *:first-child + html .photoplayer .PP-Prev
    {
	    left:320px;
    }
.photoplayer .PP-Next
{
	width:64px;
    height:20px;
    background-image:url(/css/CityNews/images/btn-next-pic.gif);
	left:520px;
	top:5px;
}
    *html .photoplayer .PP-Next,
    *:first-child + html .photoplayer .PP-Next
    {
	    left:390px;
    }
.photoplayer .PP-Play
{
    background-image: url(/topletsresources/PhotoToplet/images/play.gif);
    left:22px;
}

.photoplayer .PP-Pause
{
	background-image: url(/topletsresources/PhotoToplet/images/pause.gif);
	left: 22px;
}

.photoplayer .PP-Controls
{
	width: 300px;
	height: 25px;
	/*background-color: Black;*/
	position: relative;
}



.photoplayer .PP-ThumbHolder
{
	position: relative;
	height: 25px;
	width: 220px;
	float:right;
	right: 4px;
	padding-right: 2px;
	overflow: hidden;
}

.photoplayer .PP-Thumbs
{
    position:absolute;
    color:#FFF;
}

.photoplayer .PP-Thumbs .imgthumb, .photoplayer .PP-Thumbs .imgthumbon, .photoplayer .PP-Thumbs .PP-mouseover
{
	width: 18px;
	height: 18px;
	padding: 2px;
    text-align: center;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    float: left;
    cursor: pointer;
    border: none none none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/topletsresources/PhotoToplet/images/buttonoff.gif);
}

.photoplayer .PP-Thumbs .imgthumbon
{
    background-image: url(/topletsresources/PhotoToplet/images/buttonon.gif);
}

.photoplayer .PP-Thumbs .PP-mouseover
{
   opacity:.50;
   filter: alpha(opacity=50); 
   -moz-opacity: 0.50;
}

.photoplayer .PP-Display, .photoplayer .PP-Abstract
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

.photoplayer .PP-Abstract
{
   display: none;
   z-index: 30;
}

.photoplayer .PP-Title, .photoplayer .PP-Credit, .photoplayer .PP-Body
{
   text-align:left;
   margin: 5px;
   font-family: Verdana;
}

/*.photoplayer .PP-Title, .photoplayer .PP-Credit
{
    padding-left:20px;
}*/
.photoplayer .PP-Title
{
   font-size: 13px;
   font-weight: bold;
   font-family: Arial;
}

.photoplayer .PP-Credit
{
}

.photoplayer .PP-Body
{
   font-size: 13px;
}

.photocredit { display:none; }

.PP-Property {
border-top:1px dotted #666666;
left:25px;
padding:5px 0 0;
position:relative;
text-align:left;
top:5px;
width:560px;}

.PP-Caption
{
   clear:both; 
}

