div.plr_gallery
{
	margin:12px -31px 12px 0px;
}

div.plr_gallery div.image
{
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	margin:0px 12px 12px 0px;
}
div.plr_gallery div.image img
{
	border-width:0px;
}

body.plr_gallery_popup
{
	position:relative;
	padding:0px;
	margin:0px;
	height:100%;
	
	background-image:url("../images/gallery-bottom.gif");
	background-position:center bottom;
	background-repeat:repeat-x;
	text-align:left;
}

body.plr_gallery_popup div.container
{
	position:relative;
	padding:12px;
	height:100%;
}

body.plr_gallery_popup div.container img
{
	display:block;
	margin:0px auto 0px auto;
}

.gallery_caption
{
	padding:0px 20px 0px 20px;
	margin-bottom:35px;

	text-align:center;
	font-size:.9em;
	font-weight:bold;
	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
}
.gallery_controls
{
	width:70px;
	height:83px; /* total:68px + 15px */
	margin:12px auto 24px auto;
	background-image:url("../images/gallery-logo.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
}

a.gallery_close, a.gallery_close:visited, a.gallery_close:hover
, a.gallery_prev, a.gallery_prev:visited, a.gallery_prev:hover
, a.gallery_next, a.gallery_next:visited, a.gallery_next:hover
{
	display:block;
	position:relative;
	width:14px;
	height:15px;
	margin:0px;
	padding:0px;
	outline:none;
	
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-10000px;
}

a.gallery_prev
, a.gallery_prev:visited
, a.gallery_prev:hover
{
	float:left;
	background-image:url("../images/gallery-previous.gif");
}
a.gallery_close
, a.gallery_close:visited
, a.gallery_close:hover
{
	margin:0px auto 0px auto;
	background-image:url("../images/gallery-close.gif");
}
a.gallery_next
, a.gallery_next:visited
, a.gallery_next:hover
{
	float:right;
	background-image:url("../images/gallery-next.gif");
}
