* {
	margin: 0px; padding: 0px;
}
body {
	background: url("../bg.jpg") center rgb(0, 0, 0); color: rgb(255, 255, 255); overflow: hidden; font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.container {
    position: absolute; 
    top: 50%; 
    left: 50%;
    margin: -180px 0 0 -320px; }

.pp_loading {
	background: url("../icons/loader.gif") no-repeat center rgb(255, 255, 255); margin: -35px 0px 0px -35px; border-radius: 10px; left: 50%; top: 50%; width: 70px; height: 70px; display: none; position: fixed; z-index: 999; opacity: 0.7; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.pp_next {
	border: 1px solid rgb(17, 17, 17); top: 50%; width: 32px; height: 32px; text-align: center; color: rgb(255, 255, 255); margin-top: -16px; position: fixed; cursor: pointer; box-shadow: 0px 0px 3px #000; -moz-box-shadow: 0px 0px 3px #000; -webkit-box-shadow: 0px 0px 3px #000;
}
.pp_prev {
	border: 1px solid rgb(17, 17, 17); top: 50%; width: 32px; height: 32px; text-align: center; color: rgb(255, 255, 255); margin-top: -16px; position: fixed; cursor: pointer; box-shadow: 0px 0px 3px #000; -moz-box-shadow: 0px 0px 3px #000; -webkit-box-shadow: 0px 0px 3px #000;
}
.pp_next {
	background: url("../icons/next.png") no-repeat center rgb(34, 34, 34); right: -40px;
}
.pp_prev {
	background: url("../icons/prev.png") no-repeat center rgb(34, 34, 34); left: -40px;
}
#pp_thumbContainer {
	left: 0px; width: 100%; height: 65px; bottom: 0px; position: fixed;
}
#pp_thumbContainer .album {
	width: 200px; height: 65px; bottom: -90px; position: absolute;
}
.album .descr {
	background: rgb(34, 34, 34); padding: 5px; border: 1px solid rgb(17, 17, 17); left: -16px; width: 169px; text-align: center; bottom: 0px; color: rgb(255, 255, 255); position: absolute; cursor: pointer; box-shadow: 1px 1px 4px #000; -moz-box-shadow: 1px 1px 4px #000; -webkit-box-shadow: 1px 1px 4px #000; text-shadow: 0px 0px 1px #fff;
}
.pp_back {
	background: rgb(34, 34, 34); padding: 5px; border: 1px solid rgb(17, 17, 17); left: -16px; width: 169px; text-align: center; bottom: 0px; color: rgb(255, 255, 255); position: absolute; cursor: pointer; box-shadow: 1px 1px 4px #000; -moz-box-shadow: 1px 1px 4px #000; -webkit-box-shadow: 1px 1px 4px #000; text-shadow: 0px 0px 1px #fff;
}
.pp_back {
	left: -100px; width: 80px; bottom: 120px; text-transform: uppercase;
}
#pp_thumbContainer .content {
	top: 0px; height: 155px; position: absolute; cursor: pointer;
}
#pp_thumbContainer img {
	border: 5px solid rgb(255, 255, 255); box-shadow: 1px 1px 7px #000; -moz-box-shadow: 1px 1px 7px #000; -webkit-box-shadow: 1px 1px 7px #000;
}
#pp_thumbContainer .content span {
	display: none;
}
.pp_preview {
	left: 50%; top: 150%; position: fixed;
}
.pp_preview img {
	border-width: 10px 10px 45px; border-style: solid; border-color: rgb(255, 255, 255); left: 0px; top: 0px; position: absolute; box-shadow: 1px 1px 7px #000; -moz-box-shadow: 1px 1px 7px #000; -webkit-box-shadow: 1px 1px 7px #000;
}
.pp_descr {
	left: 0px; width: 100%; height: 45px; text-align: center; bottom: 0px; color: rgb(0, 2, 28); line-height: 45px; font-size: 20px; position: absolute;
}
