﻿
a.pd_next_photo,
a.pd_loading{
	z-index:999999;
	cursor:pointer;
	border:1px solid #aaa;
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	opacity:0.8;
	margin:-25px 0px 0px -25px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
a.pd_loading{
	display:none;
	background:#B8B8B8 url(../images/loading.gif) no-repeat 50% 50%;
}
a.pd_next_photo{
	background:#B8B8B8 url(../images/next.png) no-repeat 50% 50%;
}
a.pd_next_photo:hover,
a.pd_loading:hover{
	opacity:1.0;
}
.pd_options_bar a.viewall,
.pd_options_bar a.shuffle,
.pd_options_bar a.backdesk
{
	outline:none;
	padding:0px 15px 0px 50px;
	line-height:47px;
	text-decoration:none;
	font-size:24px;
	color:#333;
	text-shadow:1px 1px 1px #f0f0f0;
	height:50px;
	float:right;
	margin:5px 10px 0px 0px;
	-moz-box-shadow:1px 1px 2px #666;
	-webkit-box-shadow:1px 1px 2px #666;
	box-shadow:1px 1px 2px #666;
	opacity:0.8;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.pd_options_bar a.viewall{
	background:#B8B8B8 url(../images/viewall.png) no-repeat 10px 50%;
}
.pd_options_bar a.shuffle{
	background:#B8B8B8 url(../images/shuffle.png) no-repeat 10px 50%;
}
.pd_options_bar a.backdesk{
	background:#B8B8B8 url(../images/backdesk.png) no-repeat 10px 50%;
}
.pd_options_bar a.viewall:hover,
.pd_options_bar a.shuffle:hover,
.pd_options_bar a.backdesk:hover
{
	opacity:1.0;
	text-shadow:1px 1px 1px #fff;
	-moz-box-shadow:1px 1px 2px #fff;
	-webkit-box-shadow:1px 1px 2px #fff;
	box-shadow:1px 1px 2px #fff;
}
.pd_container{
	position:relative;
	float:left;
	margin-top:50px;
	width:800px;
	height:200px;
}
.pd_photo{
	position:absolute;
	z-index:10;
	border:7px solid #f9f9f9;
	border-bottom:28px solid #f9f9f9;
	width:170px;
	height:170px;
	top:0px;
	left:0px;
	display:none;
	-moz-box-shadow:1px 1px 5px #555;
	-webkit-box-shadow:1px 1px 5px #555;
	box-shadow:1px 1px 5px #555;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.pd_photo img{
	width:170px;
	height:170px;
}
.pd_photo span.delete{
	position:absolute;
	width:16px;
	height:16px;
	right:-16px;
	top:2px;
	cursor:pointer;
	background:#fff url(../images/close.png) no-repeat center center;
	-moz-border-radius:0px 8px 8px 0px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	-moz-box-shadow:1px 1px 5px #555;
	-webkit-box-shadow:1px 1px 5px #555;
	box-shadow:1px 1px 5px #555;
}
.pd_paperball{
	background:transparent url(../images/paperball.png) no-repeat center center;
	position:absolute;
}