#GGallery-shader
{
	display: none;
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 500;
	cursor:pointer;
}

#GGallery
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 501;
	margin: 0 auto;
}

#GGallery ul
{
	clear: both;
	list-style: none;
	overflow: hidden;
}

#GGallery ul li
{
	list-style: none;
	
	display: none;
	overflow: hidden;
}

#GGallery ul li:first-child
{
	display: inherit;
}

#GGallery #GGallery-head
{	
	margin: 0px;
	padding: 0px;
	clear:both;
	height: 50px;
	width: 900px;
	vertical-align: middle;
	display: table-cell;
	
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #4a4a4a;
	
	background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px solid #afb5ba;
	
	position:relative;
}

#GGallery #GGallery-head li
{
	display: inline;
	
	margin: 0px;
	padding: 0px;
}

#GGallery #GGallery-head li:first-child
{
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}

#GGallery #GGallery-head .GGallery-esc
{
	position: absolute;
	top: 13px;
	right: 12px;
	width: 22px;
	height: 22px;
	background-color: #c54a54;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border: 1px solid #930914;
	
	background-image: url('../images/ggallery/exit.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	cursor: pointer;
}

#GGallery-images
{
	float:left;
	margin: 0px;
	padding: 0px;
	clear:both;
	width: 900px;
	min-height: 50px;
	position: relative;
	border-bottom: 1px solid #afb5ba;
	background-color: #ffffff;
	position: relative;
}

#GGallery-images li
{
	position:relative;
	width: 800px;
	min-height: 50px;
	background-color: #ffffff;
	line-height:100%;
	text-align: center;
	float:left;
}

#GGallery-images li img
{
	vertical-align:middle;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#GGallery-images #GGallery-prev
{
	position: relative;
	float:left;
	width: 49px;
	min-height: 50px;
	
	border-right: 1px solid #afb5ba;
	
	background: #f0f0f0; /* Old browsers */
	
	background-image: url('../images/ggallery/left_arrow.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	cursor: pointer;
}

#GGallery-images #GGallery-prev:hover
{
	background-color: #dddddd;
	background-image: url('../images/ggallery/left_arrow_blue.png');
}

#GGallery-container
{
	width: 800px;
	min-height: 50px;
	float:left;
	position:relative;
}

#GGallery-images #GGallery-next
{
	position: relative;
	float:left;
	width: 49px;
	min-height: 50px;
	
	border-left: 1px solid #afb5ba;
	
	background: #f0f0f0; /* Old browsers */
	
	background-image: url('../images/ggallery/right_arrow.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	cursor: pointer;
}

#GGallery-images #GGallery-next:hover
{
	background-color: #dddddd;
	background-image: url('../images/ggallery/right_arrow_blue.png');
}

#GGallery-image-subtitles
{
	float: left;
	clear: both;

	width: 850px;
	margin: 0px;
	padding: 25px;
	padding-top: 18px;
	
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4a4a4a;
	
	border-bottom: 1px solid #afb5ba;
	
	background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

#GGallery-image-subtitles li
{
	float: left;
	width: 824px;
	
	margin-top: 12px;
	padding: 12px;
	
	font-size: 12px;
	font-weight: bold;
	
	border: 1px solid #afb5ba;
	background-color: #ffffff;
}

#GGallery-main-subtitles
{
	float: left;
	clear: both;

	width: 850px;
	margin: 0px;
	padding: 25px;
	padding-top: 18px;
	
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4a4a4a;
	
	border-bottom: 1px solid #afb5ba;
	
	background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e1e1',GradientType=0 );
}

#GGallery-main-subtitles li
{
	float: left;
	width: 824px;
	
	margin-top: 12px;
	padding: 12px;
	
	font-size: 12px;
	font-weight: bold;
	
	border: 1px solid #afb5ba;
	background-color: #ffffff;
}

#GGallery #GGallery-footer
{	
	margin: 0px;
	padding: 0px;
	clear:both;
	height: 50px;
	width: 900px;
	vertical-align: middle;
	display: table-cell;
	
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #4a4a4a;
	
	background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px solid #afb5ba;
	
	position:relative;
}

#GGallery #GGallery-footer li
{
	display: inline;
	
	margin: 0px;
	padding: 0px;
}

#GGallery #GGallery-footer li:first-child
{
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
}

#GGallery #GGallery-footer .GGallery-esc
{
	position: absolute;
	top: 13px;
	right: 12px;
	width: 22px;
	height: 22px;
	background-color: #c54a54;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border: 1px solid #930914;
	
	background-image: url('../images/ggallery/exit.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	cursor: pointer;
}

#GGallery-footer
{
	float: left;
	clear: both;
	line-height: 50px;
}