﻿@charset "gb2312";
/* Picasa View */
* body {height: auto; overflow-y: auto}
* html{overflow-x: auto; overflow-y: auto}

#PicasaMask {position: fixed; _position: absolute; z-index: 9998; top: 0; left: 0; background: #000; overflow: hidden}
#PicasaView {position: fixed; _position: absolute; z-index: 9999; left: 0; top: 0; overflow: hidden}
	#PV_Picture {position: absolute; z-index: 0; cursor: move}
	#PV_Loading {position: absolute; z-index: 1}
	#PV_Error {position: absolute; z-index: 2}
	#PV_PerHint {position: absolute; z-index: 3; width: 62px; height: 28px; text-align: center; font: bold 13px/28px Tahoma; color: #fff; background: url(Picasa_PerHint.gif); cursor: default}
	#PV_Hint {position: absolute; z-index: 3; height: 25px; color: #fff; font: 12px/25px Tahoma, "宋体"; text-align: center}
	#PV_Control {position: absolute; z-index: 4; height: 54px; background: #262825; border-top: solid 1px #353837; overflow: hidden}
		#PV_Items {position: absolute; z-index: 5; padding: 1px 0 0; margin: 0; list-style: none; height: 35px; overflow: hidden}
			#PV_Items li {float: left; width: 36px; padding: 0; margin: 0; list-style: none; cursor: pointer}
			#PV_Items img {border: none; width: 35px; height: 35px;}
		#PV_Buttons {position: absolute; z-index: 6; margin: 20px auto 0 auto}
			#PV_Buttons a {float: left; color: #808080; text-align: center; text-decoration: none}
			#PV_Zoom {float: left; width: 100px; margin-top: 8px}
				#PV_Zoom a {float: right; width: 28px; height: 19px; font: 11px/19px Tahoma; margin-left: 1px; background-image: url(Picasa_Button.gif)}
				#PV_Zoom a:hover {color: #ccc; background-position: 0 -20px}
				#PV_Zoom a.seled {color: #fff; background-position: 0 -40px}
			#PV_Select {float: left; width: 78px; height: 30px; margin: 0 15px; background-image: url(Picasa_Button.gif); overflow: hidden; display:none;}
				.PV_Btn_Normal {background-position: -120px 0}
				.PV_Btn_PrevOver {background-position: -120px -40px}
				.PV_Btn_SildeOver {background-position: -120px -120px}
				.PV_Btn_NextOver {background-position: -120px -80px}
				#PV_Select a {margin: 0; height: 30px}
				#PV_Btn_Prev {width: 24px}
				#PV_Btn_Slide {width: 30px}
				#PV_Btn_Next {width: 24px}
			#PV_AutoPlay {float: left; width: 100px; margin-top: 8px; display:none;}
				#PV_AutoPlay a {width: 70px; height: 19px; line-height: 19px; font-size: 12px; background-image: url(Picasa_Button.gif); background-position: -40px 0}
				#PV_AutoPlay a:hover {color: #ccc; background-position: -40px -20px}
				#PV_AutoPlay a.seled {color: #fff; background-position: -40px -40px}
	#PV_guanbi {position: absolute; top:10px; right:16px; z-index: 9999;background: url(close.png) no-repeat center center; height: 30px; width:30px; }

