﻿.Gallery
{
}
.Gallery_Container 
{
}
.Gallery_Container .Current_Picture_Secundary_Wrapper
{
}
.Gallery_Container .Gallery_BottomContainer
{
position:relative;
float:left;
}
.Gallery_Container .Gallery_Current_Picture
{
	
}
.Gallery_Container .Description
{
height:22px;
min-height:20px;
overflow-x:hidden;
text-align:left;
position:relative;
}
.Gallery_Container .Description.description_empty
{
opacity: 0.4;
filter:alpha(opacity=40);
font-style:italic;
}
.Gallery_Container .Description.description_hover
{
}
.Gallery_Container .Description.description_editing
{
}
.Gallery_Container .Description.description_editing,
.Gallery_Container .Description.description_hover
{
padding-bottom:5px;
}
.Gallery_Container .Description span
{
display:block;
height:100%;
line-height:30px;
overflow:hidden;
text-align:left;
padding-left:20px;
padding-right:20px;
}
.Gallery_Container .Description.description_editing span
{
border-width:1px;
border-style:dashed;
border-color:#D3D3D3;
}
.Gallery_Container .Description.description_hover span
{
border-width:1px;
border-style:dashed;
border-color:#778899;
}
.Gallery_Container .Description.description_editing span,
.Gallery_Container .Description.description_hover span
{
line-height:23px;
margin-top:3px;
padding-left:19px;
padding-right:19px;
}
.webkit .Gallery_Container .Description.description_editing span,
.webkit .Gallery_Container .Description.description_hover span
{
line-height:22px;
}
.Gallery_Container .Gallery_Current_Picture .Gallery_Current_Picture_Container
{

}
.Gallery_Container .Gallery_Current_Picture .Gallery_Current_Picture_Container img
{
	width:auto !important;
	height:auto !important;
}
.Gallery_Container .Gallery_Thumbnails
{
	overflow:auto;
	position:relative;
	/*left:-5px;*/
	padding-right:5px;
	padding-bottom:16px;
	padding-top:14px;
}
.ie .Gallery_Container .Gallery_Thumbnails
{	
	overflow-y:hidden;
}
.ie .Gallery_Container.quirks_mode .Gallery_Thumbnails
{
	padding-top:13px;
}
.Gallery_Container .Gallery_Thumbnails ul
{
padding:0px;
margin:0px;
}

.Gallery_Container .Gallery_Thumbnails ul li
{
list-style-type:none;
position:relative;
float:left;
padding:1px;
border:solid 2px transparent;
margin:2px;
}
.ie6 .Gallery_Container .Gallery_Thumbnails ul li
{
border:none 0px;
padding:5px;
margin:0px;
}
.Gallery_Container .Gallery_Thumbnails ul li.Thumbnail_Loaded
{
    background-image:none;
}
.Gallery_Container .Gallery_Thumbnails ul li.thumbnail_selected
{
padding:2px;
margin:1px;
border-color:#444444;
}
.ie6 .Gallery_Container .Gallery_Thumbnails ul li.thumbnail_selected
{
padding:2px;
border:solid 2px inherit;
margin:1px;
}
.Gallery_Container .Gallery_Thumbnails ul li a
{
cursor:pointer;
}
.Gallery_Container .Gallery_Thumbnails ul li 
{
background-image:url(/Images/Spinners/SSNLoader-32x32px.gif);
background-position:center center;
background-repeat:no-repeat;	
position:relative;
}
.Gallery_Container .Gallery_Navigation_Wrapper
{
padding-top:16px;
text-align:center;
}
.ie .Gallery_Container.quirks_mode .Gallery_Navigation_Wrapper
{
padding-top:8px;
}

.Gallery_Container .Gallery_Navigation
{
height:23px;
margin:auto;
}

.Gallery_Container .Gallery_Navigation .Gallery_Navigation_Button
{
background-image:url('../PGM_Sprite.gif');
width:22px;
height:24px;
position:relative;
cursor:pointer;
}

.Gallery_Container .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Previous
{
background-position:0 0;
float:left;
margin-left:-60px;
left:50%;
}
.ie .Gallery_Container.quirks_mode .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Previous
{
margin-left:-61px;
}

.Gallery_Container .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Next
{
background-position:0px -24px;
float:right;
margin-right:-60px;
right:50%;
}

.ie .Gallery_Container.quirks_mode .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Next
{
margin-left:38px;
}

