﻿.centeringDiv
{
  #position:absolute;
   top: 50%;
   display: table-cell; 
   vertical-align: middle;
   left:50%;
   text-align:center;
}

.centeringDiv2
{
   #position: relative; 
   top: -50%;
   left:-50%;
         
}

/********/
.galleryContainer
{
	position:relative;
	width:800px;
	height:700px;
	background: Black url("../img/style/GalleryBottom.gif") no-repeat;
	margin-top:10px;
	overflow:hidden;
	 
}


.galleryImageBgd
{
	position:absolute;
	top:50px;
	left:145px;
	width:450px;
	height:450px;
	background-color:Black;
}
.galleryImageArea
{
	position:absolute;
	top:50px;
	left:145px;
	width:450px;
	height:450px;
	/*background-color:Black;*/
}
.galleryContainer .imageContainer
{
	width:450px;
	height:450px;
	position:relative;
	display:table;
 
}

.container
{
	position:relative;
	width:700px;
	height:700px;	
}

.galleryContainer .layer
{
	position:absolute;
	width:700px;
	height:700px;	
}

.galleryContainer .overlay
{
	position:absolute;
	width:700px;
	height:700px;
	top:0px;
	left:0px;
	background:Transparent url("../img/style/GalleryTop.gif") no-repeat;
	
}

.galleryContainer .overlay .captionArea
{
	margin-top:490px;margin-left:150px;width:440px;height:80px;
	 font-size:8pt;
	 color:Gray;
	 position:relative;
	 display:table;
}

.galleryTitle
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
	font-weight:bold;
}
.galleryTitle A{color:Fuchsia}


/*********************************** Gallery Viewer *********************/

/*main gallery*/
.galleryBackground
{
	position:relative;width:700px;height:700px;display:table;    
	background:Black;
	margin-top:10px;
}
/*Control*/
.galleryControlArea
{
	position:absolute;
	width:110px;
	height:700px;
	background-color:Yellow;
	top:0px;
	left:650px;
	z-index:50;
}
.galleryControlArea .player
{
	z-index:2000;
	width:100px;
	height:60px;
	background-color:Yellow;
	padding:5px;
}
.galleryControlBackground
{
    position:absolute;
    top:5px;
    left:5px;
    width:100px;
    height:50px;
    margin:auto;
    text-align:center;
    filter: alpha(opacity=90);
    opacity:0.9;
    background: Transparent url("../img/galleryplayer/galleryplayer.gif") top no-repeat; 
}

.galleryControlArea .scrollListContainer
{
	margin-left:10px;
	background-color:Black;
	width:90px;
	height:620px;
	overflow:hidden;
}


.galleryControlItem
{
    width:29px;
    height:50px;
    filter: alpha(opacity=70);
    opacity:0.7;
    cursor:pointer;
    display:inline;
    position:relative;
}



.galleryControlArea .scrollListContainer
{

	margin-left:10px;
	background-color:Black;
	width:90px;
	height:620px;
	overflow:hidden;
	position:relative;
	
}

.galleryControlArea .scrollListContainer .scroller
{
	width:90px;	
	top:0px;
	position:relative;
}

.thumbNailContainer
{
	width:90px;
	cursor:pointer;
}

.thumbNailContainer img
{
	width:90px;
	height:90px;
	
}

.thumbNailContainer .hover
{
	width:80px;
	height:80px;
	border:solid 5px red;
}

/******** end control ***********/


/*********** list ***********/

.galleryThumb
{
	width:160px;
	position:relative;
	 background: Transparent url("../img/style/GalleryItemBgd.jpg") no-repeat;
	 margin:20px;
	padding:20px;
 
 
}

.galleryThumb .screen
{
	position:relative;
	display:table;
	width:150px;
	height:90px;
	margin:auto;
	padding:5px;
	
	
}

.galleryThumb .screen img{border:none}


.galleryThumb .caption
{
	width:170px;
	padding-top:15px;
	margin:auto;
	min-height:50px;
	text-align:center;	
	
}

.galleryThumb .caption A{color:White; font-weight:bold}
.galleryThumb .caption A:hover{text-decoration:none}




/*********************/

/*
.pager
{
	background-Color:White;
	color: Black;
	font-weight:bold;
	text-align:right;
	font-size:8pt;	
	padding:3px;
}

.pagerLinks
{
	float:right;
	padding-right:10px;
}
.pagerLinks .linkSection
{
	float:left;
	height:10px;	
	line-height:10px;
	vertical-align:bottom;
}
*/
/**************/
/************/



/************** ani scroller *************/

.scrollContainer
{
	overflow:hidden;
	position:relative;
}

.scrollContainer .scrollSection
{
	margin:auto;
	text-align:center;
	position:relative;
	left:0px;
}

/************* horizontal list **********/

.scrollBgd
{
	background-color:Black;
}

.scrollListContainer
{
	overflow:hidden;
	width:480px;
	height:60px;
	position:relative;	
	margin:auto;
	float:left;

	
}
.scrollListContainer .scrollSection
{
	/*margin:auto;*/
	position:relative;
	left:0px;
	height:60px;
	left:0px;
}

.scrollListContainer .thumb
{
    float:left;
    display:table;
    width:60px;
    height:60px;
    text-align:center;         
    position:relative;
    
}

.scrollListContainer .thumb img
{
	border:solid 1px black;
	pointer:cursor;
}

.scrollControl
{
	width:20px;
	margin-top:12px;
	float:left;
	height:50px;
	cursor:pointer;
	
}

/********** gallery sort order **********/

.imgThumbContainer
{
    position:absolute;
    left:0px;
    top:0px;
    cursor:crosshair;
    z-index:1;
}

.imgThumbSection
{
    width:100px;
    /* make height set as min-height not working in ie5.5*/
    height:100px;
    padding:5px;
    margin-top:10px;
    position:relative;
    display:table;
    float:left;
    border:solid 1px Gray;
    cursor:pointer;    
    background-color:White;
}
.imgThumbSection .labelText
{
    text-align:center;
    width:90px;
    word-wrap:break-word;
    margin:auto;
    font-size:x-small;
}

