/************* REMOVE ************/

html, body {
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

.clear {
	position: relative;
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

#wrapper {
	/*
	position: relative;
	display: block;
	margin: 0 auto;
	width: 650px;
	padding: 10px 10px 40px 10px;
	background-color: black;
	color: #fff;
	text-align: left;*/
}

#inline_gallery {
	border: 1px solid #ccc;
	padding: 10px;
}

#inline_gallery a {
	position: relative;
	float: left;
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 10px 10px 0;
}

#inline_gallery img {
	border: 1px solid #fff;
}

/************* /REMOVE ************/


/************ GERNERIC POPOVER GALLERY ***********/
#pg_overlay {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 90;
	background-color: #000;
}

#pg_toolbox {
	display: none;
	position: absolute;
	/*position: fixed;  */
	width: 511px;
	height: 19px;
	padding: 10px 25px;
	background-color: #fff;
	border: 1px solid black;
	text-align: center;
	z-index: 98;
}

#pg_loading {
	position: absolute;
	/*position: fixed;*/
	display: none;
	width: 59px;
	height: 16px;
	background: transparent url(../images/popover_gallery/loading_white.gif) center center no-repeat;
	z-index: 100 !important;
}

#pg_loading.black {
	background-image: url(../images/popover_gallery/loading_black.gif);
}

#pg_close span, #pg_play span, #pg_prev span, #pg_next span, #pg_plus span, #pg_minus span{
	display: none;
}

#pg_nav {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

#pg_show_thumbs {
	position: absolute;
	display: block;
	left: 30px;
	top: 0px;
	width: 40px;
	height: 26px;
	background:red;
	cursor: pointer;
	background: transparent url(../images/popover_gallery/thumbs_white.gif) center bottom no-repeat;
}

#pg_thumbnails {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	display: none;
	width: 600px;
	padding: 1px 0 0 1px;
	margin: 0;
	background-color: #fff;
	text-align: left;
	border-color: #fff;
	border: none;
}


#pg_thumbnails div {
	margin: 0;
	padding: 0;
	float: left;
	
	margin: 0 1px 1px 0;
	cursor: pointer;	
}

#pg_close, #pg_play, #pg_prev, #pg_next, #pg_slide {
	position: relative;
	float: right;
	display: block;
	width: 19px;
	height: 19px;
	background: transparent url(../images/popover_gallery/close_white.gif) center top no-repeat;
}

#pg_slide {
	float: left;
	width: 88px;
	margin-right: -69px;
	background: none;
}

#pg_play {
	float: left;
	margin-right: 6px;
	background-image: url(../images/popover_gallery/play_white.gif);
}

#pg_play.started {
	background-image: url(../images/popover_gallery/stop_white.gif);
}

#pg_speed {
	position: relative;
	float: left;
	display: block;
	width: 25px;
	height: 19px;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	line-height: 19px;
}

#pg_plus, #pg_minus {
	position: relative;
	float: left;
	display: block;
	width: 19px;
	height: 19px;
	background: transparent url(../images/popover_gallery/plus_white.gif) center top no-repeat;
}

#pg_minus {
	background-image: url(../images/popover_gallery/minus_white.gif);
}

#pg_prev {
	float: left;
	background-image: url(../images/popover_gallery/prev_white.gif);
}

#pg_next {
	float: right;
	background-image: url(../images/popover_gallery/next_white.gif);
}

#pg_close:hover, #pg_play:hover, #pg_prev:hover, #pg_next:hover {
	background-position: center bottom;
}

#pg_content {
	position: relative;
	display: none;
}

#pg_content img {
	position: relative;
	display: block;
	margin: 25px;
	border: none;
}

#pg_frame {
	position: absolute;
	/*position: fixed;*/
	display: none;
	background-color: #fff;
	z-index: 96;
}

#pg_info {
	position: absolute;
	display: block;
	height: 25px;
	left: 25px;
	bottom: -25px;
	line-height: 25px;
	font-size: 11px;
}

#pg_info span {
	position: relative;
	display: block;
	float: left;
	padding-left: 5px;
	margin-right: 6px;
	/*  TODO */
}

#pg_btn_info span {
	display: none;
}

#pg_btn_info {
	position: relative;
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	margin-top: 3px;
	background: transparent url(../images/popover_gallery/info_white.gif) center top no-repeat;
}

#pg_btn_info:hover {
	background-position: center bottom;
}

#pg_desc, #pg_desc_text {
	position: absolute;
	display: none;
	background-color: #000;
}

#pg_desc div, #pg_desc_text div  {
	padding: 20px;
	text-align: left;
	color: #000;
	visibility: hidden;
	font-size: 11px;
}

#pg_desc_text {
	background-color: transparent;
}

#pg_desc_text div {
	color: #fff;
	visibility: visible;
}

