﻿h2
{
    float:right;
    clear:both;
    width:898px;
    margin:6px 43px 0 0;
    font-size:1.3em;
    color:#FFFFFF;
    text-align:left;
}
#scrollGallery
{
    position:relative;
    float:right;
    clear:both;
    width:918px;
    margin:-13px 22px 0 0;
    padding:0;
    height:310px;
}
    
.scrollWrapper
{
    width:100%;
    position:relative;
    overflow:hidden;
    height:100%;
}
div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
.scrollableArea img
{
    position:relative;
    float:left;
    margin:23px 21px 0 0;
}

div.scrollingHotSpotLeft
{
	width: 230px;
	height: 100%;
	background-image: url(../images/gallery/big_transparent.gif);
	background-repeat: repeat;
	background-position: left center;
	position: absolute;
	z-index: 200;
	left: -100px;
	cursor: url(../images/gallery/cursors/cursor_arrow_left.png), url(../images/gallery/cursors/cursor_arrow_left.cur),w-resize;
}
div.scrollingHotSpotLeftVisible
{
    display:block;
	background-image: url(../images/gallery/arrow-left.jpg);				
	background-color: transparent;
	background-repeat: no-repeat;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity = 35);
	zoom: 1;
}

div.scrollingHotSpotRight
{
	width: 220px;
	height: 100%;
	background-image: url(../images/gallery/big_transparent.gif);
	background-repeat: repeat;
	background-position: right center;
	position: absolute;
	z-index: 200;
	right: -75px;
	cursor: url(../images/gallery/cursors/cursor_arrow_right.png), url(../images/gallery/cursors/cursor_arrow_right.cur),e-resize;
}
div.scrollingHotSpotRightVisible
{display:block;
	background-image: url(../images/gallery/arrow-right.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

div#GalleryNav
{
    position:relative;
    float:right;
    clear:both;
    width:855px;
    margin:8px 43px 0 0;
    font-size:14px;
    color:#FFFFFF;
    text-align:center;
    direction:ltr;
}
div#GalleryNav img
{
    vertical-align:middle;
}
div#GalleryNav span#PrevGallery
{
    visibility:hidden;
    cursor:pointer;
}

div#GalleryNav span#NextGallery
{
    visibility:hidden;
    cursor:pointer;
}


ul.GalleryMenu
{
    float:right;
    clear:both;
    width:900px;
    margin:10px 43px 0 0;
    padding:3px 0 4px 0;
    list-style-type:none;
    background-color:#9F938C;
}
ul.GalleryMenu li
{
    float:right;
    margin:0 15px 0 0;
    padding:0 10px 0 0;
    font-size:14px;
    color:#FFFFFF;
    background-image:url('../images/sep-gallery_menu.png');
    background-repeat:no-repeat;
    background-position:right bottom;
}
ul.GalleryMenu li.first
{
    background-image:none;
}
ul.GalleryMenu li a
{
    color:#FFFFFF;
    text-decoration:none;
}

div.GalleryTxt
{
    float:right;
    clear:both;
    width:100%;
    margin:15px 0 0 0;
    font-size:0.8em;
    color:#FFFFFF;
}
div.GalleryTxt p
{
    margin:0.8em 43px 0 0;
}
