body.galleryImage {
    background-color: #000000;
}

div.imageGallery ul, .galleryImageList, div.content ul.galleryImageList 
{
	padding: 0;
	margin: 0;
	max-width: 100%;
	float: left;
	width: 100%;
}

div.imageGallery ul li.item, .galleryImageList li.item 
{
	float:left;
	margin: 0 8% 20px 0;
}

div.imageGallery ul li.item.third, .galleryImageList li.item.third
{
	margin-right: 0;
}

body.galleryImage .galleryImageList li.item
{
	margin:0 15px 0 0;
}

body.galleryImage .galleryImageList li.item.last
{
	margin-right: 0;
}

a.preview span.imageTitle
{
	display: none;
}

body.galleryImage .galleryImageList li.item img
{
	margin: 0;
}

body.galleryImage .galleryImageList li.item.selected img
{
	border: 1px solid #86B6DE;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

a.preview, a.preview img.preview, body.galleryImage img.preview
{
	margin:0;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}

a.preview span.head
{
	display: inline;
	margin-left:4px;
	color:#616161;
	font:0.95em/1.3em Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

body.galleryImage a.preview span.head
{
	display: none;
}


body.galleryImage{
	background:#0f161d;
	font: 0.8em / 1.41em Arial, Helvetica, sans-serif;
}

/******************************************************************/
.fullImage {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 10;
    margin-bottom: 16px;	
}

.fullImage a.link 
{
	display: inline-block;
    height: auto;
    width: auto;
    position: relative;
}

.extraLine {
    background: none repeat scroll 0 0 #050C14;
    height: auto;
    margin-bottom: 50px;
    margin-top: 25px;
    padding-bottom: 13px;
    padding-top: 13px;
    text-align: center;
    width: 100%;
    z-index: 3;
}

body.galleryImage div.content ul.galleryImageList
{
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	float: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
    vertical-align: middle;	
}

a.arrowRight, a.arrowLeft {
    cursor: pointer;
    font-size: 4.8em;
    height: 675px;
    left: 0;
    line-height: 675px;
    opacity: 0.3;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 50%;
    z-index: 5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */    
}

a.arrowRight:hover, a.arrowLeft:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

a.arrowRight {
    left: auto;
    right: 0;
}

a.arrowLeft em, a.arrowRight em {
    color: #CFCFCF;
    z-index: 20;
}
a.arrowRight em {
    left: auto;
    margin-right: -0.2em;
    position: absolute;
    right: 84px;
}

a.arrowLeft em {
    font-style: normal;
    left: 84px;
    margin-left: -0.2em;
    position: absolute;
}

body.galleryImage ul.path {
	padding: 1.7em 0 2.4em 0.5em;
}
body.galleryImage ul.path li.item a.link{
	text-decoration:underline;
}
.galleryImage {
	text-align: center;
}

.galleryImage .info{
	background-color: Transparent;
	margin: 0 auto;
	padding: 3px;
	display: none;	
}

.galleryImage .download {
	margin-right: 10px;
	font-family: Tahoma;
	font-size: 0.85em;
	color: #999;
	clear: both;
	padding-left: 1.5em;
	background: url('/.style/standard/xhtml/imageGallery/download.gif') 0 3px no-repeat;
}

.galleryImage span.description {
	color: #fff;
	background-color: Transparent;
	margin: 0 auto;
	padding: 3px;
}


.fullImage a.link {
	text-decoration: none;
}


.fullImage span.imageTitle {
	display: none;
}

body.galleryImage h1.heading {
    color: #fff;
	max-width: none;
}

body.galleryImage ul.path li.item a.link, 
body.galleryImage ul.path li.item {
    color: #fff;
}
