﻿.ImageGalleryPlate
	{
		width: 745px;
	}

.ImageGalleryListItem
	{
		width: 175px;
		background-image: url('../Images/Design/Gallery/list_bg-rep.jpg');
		background-repeat: repeat-y;
		height: 208px; font-size:12px;
		float:left;
		margin-right:11px;
		margin-bottom:6px;
	}
	
.ImageGalleryListItemTop
	{
		width: 175px;
		background-image: url('../Images/Design/Gallery/list_bg.jpg');
		background-repeat: no-repeat;
		background-position: top;
		height: 193px;
	}
	
.ImageGalleryListItemPadding
	{
		padding-top: 24px;
		padding-left: 12px;
		padding-right: 15px;
		line-height: 16px;
	}
.ImageGalleryItemHeader
	{
		font-weight: bold; padding-top: 8px;
	}
.ImageGalleryItemText
	{
	
	}
.ImageGalleryItemLink
	{
		
	}
	
.ImageGalleryListItemBottom
	{
		width: 175px;
		background-image: url('../Images/Design/Gallery/list_bg-bottom.jpg');
		background-repeat: no-repeat;
		height: 15px;
		line-height: 0px;
		font-size: 0px;
	}


.GalleryGrayPlate
{
    background-image:url('../Images/Design/Gallery/PlateGrayTopLeft.gif');
    background-repeat:no-repeat;
    background-color:#464646;
    width:740px;
}

.GalleryGrayPlateTopRight
{
    background-image:url('../Images/Design/Gallery/PlateGrayTopRight.gif');
    background-repeat:no-repeat;
    background-position:top right;
}

.GalleryGrayPlateBottomRight
{
    background-image:url('../Images/Design/Gallery/PlateGrayBottomRight.gif');
    background-repeat:no-repeat;
    background-position:bottom right;
}

.GalleryGrayPlateBottomLeft
{
    background-image:url('../Images/Design/Gallery/PlateGrayBottomLeft.gif');
    background-repeat:no-repeat;
    background-position:bottom left;
}

.GalleryViewInside
{
    padding:22px 18px 23px 18px;    
}

.GalleryViewSubject
{
    font-size:16px;
    line-height:18px;
    color:#FFFFFF;
    padding-top:5px;
    font-family:Trebuchet MS;
}

.GalleryViewImage
{
    border:solid 6px #FFFFFF;
    width:415px;
    height:277px;
    float:left;
    background-color:#FFFFFF;
    text-align:center;
}

.GalleryViewImg
{
    height:277px;
    /*height: auto !important;
	max-height: 227px;*/
    width:415px;
    /*width: auto !important;
	max-width: 415px;*/
}

.GalleryViewList
{
    float:right;
    width:260px; height:289px;
    background-color:#626262;
    background-image:url('../Images/Design/Gallery/GalleryViewListBgTopLeft.gif');
    background-repeat:no-repeat;
    position:relative;
}

.GalleryViewListTopRight
{
    background-image:url('../Images/Design/Gallery/GalleryViewListBgTopRight.gif');
    background-repeat:no-repeat;
    background-position:top right;
    width:260px; height:289px;
}

.GalleryViewListBottomRight
{
    background-image:url('../Images/Design/Gallery/GalleryViewListBgBottomRight.gif');
    background-repeat:no-repeat;
    background-position:bottom right;
    width:260px; height:289px;
}

.GalleryViewListBottomLeft
{
    background-image:url('../Images/Design/Gallery/GalleryViewListBgBottomLeft.gif');
    background-repeat:no-repeat;
    background-position:bottom left;
    width:250px; height:289px;
}

.GalleryViewListInside
{
   padding-top:8px;
}

.GalleryViewItem
{
    border:solid 1px #FFFFFF;
    float:left;
    margin-left:11px;
    margin-bottom:14px;
    margin-top:2px;
    height:47px; width:70px;
    cursor:pointer;
}

.GalleryViewItem img
{
    width:70px; height:47px;
}

.GalleryViewItemSelected
{
    border:solid 1px #d2201f;    
}

.GalleryViewHeader
{
    padding-bottom:13px;
}

/*
###################################
	GallleryContent Paging
###################################
*/
.GalleryContentPaging
{
	width: 732px;
}
.GalleryContentPaging .Paging
	{
		position: relative;
		height: 38px;
		width: 732px;
	}
.GalleryContentPaging .PagingPrev
	{
		position: absolute;
		width: 32px;
		height: 30px;
		top: 8px;
		left: 0px;
	}
.GalleryContentPaging .PagingLinks
	{
		padding-top: 13px;
		width: 732px;
		text-align: center;
	}
.GalleryContentPaging .PagingNext
	{
		position: absolute;
		width: 32px;
		height: 30px;
		top: 8px;
		right: 0px;
	}
.GalleryContentPaging .PagingItem
	{
		display: inline-block;
		padding-left: 5px;
		padding-right: 6px;
		font-size: 11px;
		line-height: 16px;
	}
	
	/*
###################################
	GalleryListContent Paging
###################################
*/
.GalleryListContentPaging
{
    position:absolute;
	width: 246px;
	left:8px;
	bottom:7px;
}

.GalleryListContentPaging .Paging
	{
		position: relative;
		height: 19px;
		width: 246px;
	}
.GalleryListContentPaging .PagingPrev
	{
		position: absolute;
		width: 32px;
		height: 19px;
		top: 0px;
		left: 0px;
	}
.GalleryListContentPaging .PagingLinks
	{
		width: 246px;
		text-align: center;
		padding-top:0px;
		color:#FFFFFF;
		font-size:11px;
		font-family:Verdana;
	}
.GalleryListContentPaging .PagingNext
	{
		position: absolute;
		width: 32px;
		height: 19px;
		top: 0px;
		right: 0px;
	}
	
	

.LoadingImage
    {
        background-image:url('../Images/Design/Gallery/loading.gif');
        background-position:center;
        background-repeat:no-repeat;
    }
    
    
    
