﻿.ContainerHolder .ModuleTitle
{
	margin-bottom:6px;
}

.GalleryHolder .MainImageHolder
{
	float:left;
	clear:both;
	width:498px;
}
.GalleryHolder .GalleryMainImageContainer
{
	border:solid 2px white;
}

.MainImageHolder .LeftArrow
{
	float:left;
	padding-left:15px;
	margin-left:6px;
	margin-top:8px;
	background:url('../images/poprzednie.gif') no-repeat left center;
	cursor:pointer;
}
.MainImageHolder .RightArrow
{
	float:right;
	padding-right:15px;
	margin-right:6px;
	margin-top:8px;
	background:url('../images/nastepne.gif') no-repeat right center;
	cursor:pointer;
}

.GalleryHolder .GalleryRightColumn
{
	width:298px;
	float:left;
	padding-left:23px;
}

.GalleryRightColumn .ThumbnailListContainer
{
	/*height:339px;
	overflow:auto;*/
}

.ThumbnailListContainer .GalleryThumbnailsHolder
{
	float:left;
	/*width:250px;*/
	border-left:solid 2px white;
	border-top:solid 2px white;
}

.GalleryThumbnailsHolder .GalleryThumbnails
{
	
}

.GalleryThumbnails .ImageThumbnail
{
	height:81px;
	float:left;
	border-bottom:solid 2px white;
	border-right:solid 2px white;
}

.GalleryThumbnails .ActiveItem
{
	opacity:0.4;
	filter:alpha(opacity=40);
}

/******scroll container*******/
.jScrollPaneContainer .jScrollPaneTrack
{
	right: 0;
	left: auto;
	background:url('../../../Skins/images/scroll/trackback.gif') repeat-y;
	
}

.jScrollPaneTrack .jScrollPaneDrag
{
	background:url('../../../Skins/images/scroll/dragback.gif') no-repeat;
}

.scroll-pane 
{
	width:282px;
	height:/*304*/332px;
	overflow: auto;
	float: left;
}
/******scroll container*******/




