﻿body {
}

.wheelsphotoplayer .PP-ImageHolder
{
	position: relative;
	width: 400px;
	height: 200px;
	background-color: Black;
}

.wheelsphotoplayer .PP-Prev, .wheelsphotoplayer .PP-Next, .wheelsphotoplayer .PP-Play, .wheelsphotoplayer .PP-Pause
{
	width: 14px;
	height: 14px;
	cursor: pointer;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
    top: 4px;
    border: solid 1px;
    color: Black;
}

.wheelsphotoplayer .PP-Prev
{
	background-image: url(/topletsresources/PhotoToplet/images/prev.gif);
	left: 6px;
}

.wheelsphotoplayer .PP-Next
{
	background-image: url(/topletsresources/PhotoToplet/images/next.gif);
	left: 40px;
}

.wheelsphotoplayer .PP-Play
{
	background-image: url(/topletsresources/PhotoToplet/images/play.gif);
	left: 22px;
}

.wheelsphotoplayer .PP-Pause
{
	background-image: url(/topletsresources/PhotoToplet/images/pause.gif);
	left: 22px;
}

.wheelsphotoplayer .PP-Controls
{
	width: 400px;
	height: 25px;
	background-color: Black;
	position: relative;
}

.wheelsphotoplayer .PP-Controls .PP-mouseover 
{
	color: White;
}

.wheelsphotoplayer .PP-ThumbHolder
{
	position: relative;
	height: 25px;
	width: 320px;
	float:right;
	right: 4px;
	padding-right: 2px;
	overflow: hidden;
}

.wheelsphotoplayer .PP-Thumbs
{
    position:absolute;
    color:#FFF;
}

.wheelsphotoplayer .PP-Thumbs .imgthumb, .wheelsphotoplayer .PP-Thumbs .imgthumbon, .wheelsphotoplayer .PP-Thumbs .PP-mouseover
{
	width: 18px;
	height: 18px;
	padding: 2px;
    text-align: center;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: White;
    float: left;
    cursor: pointer;
    border: none none none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/topletsresources/PhotoToplet/images/buttonon.gif);
    text-decoration: none;
}

.wheelsphotoplayer .PP-Thumbs .imgthumbon
{
    background-image: url(/topletsresources/PhotoToplet/images/buttonoff.gif);
}

.wheelsphotoplayer .PP-Thumbs .PP-mouseover
{
   opacity:.50;
   filter: alpha(opacity=50); 
   -moz-opacity: 0.50;
}

.wheelsphotoplayer .PP-Display
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

.wheelsphotoplayer .PP-Abstract{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 400px;
    height: 60px;
    z-index: 60;
    overflow:hidden;
    }

.wheelsphotoplayer .PP-ImageMask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 200px;
	z-index: 50;
	}

.wheelsphotoplayer .PP-mouseover{
	/*cursor: pointer;
	text-decoration: underline;
	color:White;*/
	}

.wheelsphotoplayer .PP-Abstract:hover{
    cursor: pointer;
    text-decoration: underline;
    color:White;
    }

.wheelsphotoplayer .PP-Background{
	opacity:.50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.50;
    background-color: Black;
    position: absolute;
	bottom: 0px;
	left: 0px;
	width: 400px;
    height: 60px;
    z-index: 25;
}

.wheelsphotoplayer .PP-Title, .wheelsphotoplayer .PP-Body
{
   color: White;
   margin: 5px;
   font-family: Arial;
}

.wheelsphotoplayer .PP-Title
{
   font-size: 20px;
   font-weight: bold;
}

.wheelsphotoplayer .PP-largetitle
{
   font-size: 13px;
   font-weight: bold;
}

.wheelsphotoplayer .PP-Body
{
   font-size: 11px;
}
