/***********************************************************************
* Scraling thmb TAB
***********************************************************************/
.ScrollItem
{
	
	background-color:#EAE1BA;	
}

.ScrollItemHover
{
	background-color:#CCC3A3;/*#EAF1CA;*/
	font-weight:bold;	
}

.SelectedTab 
{
	border: 1px solid #E99503;
	CURSOR: pointer;
	CURSOR: hand;
}

.DefaultItem
{
	border: 1px solid #999999;
	CURSOR: pointer;
	CURSOR: hand;
}

.ScrollDefaultItemHover
{
	border: 1px solid #FCF9E8;
	CURSOR: pointer;
	CURSOR: hand;
}

/***********************************************************************
* Image view
***********************************************************************/
.GalleryMainTable
{
	background-color:#EBEBEB;	
	font-size:11px;
}

TD.GalleryImageTitle
{
	text-align:center;
	font-weight:bold;
	font-size:medium;
	color:#292615;
	padding-bottom:5px;
}

TD.GalleryDescription
{
	text-align:center;
	font-size:13px;
	color:#292615;
}

.galleryImage
{
	border-top: 1px solid #292615;
	border-bottom: 1px solid #292615;
	width: 690px;
	height: 500px;
	overflow: auto;
}

.imageMenu
{
	border-top: 1px solid #292615;
	border-bottom: 1px solid #292615;
	width: 691px;
	overflow: auto;
	padding: 5 5 5 5;
}


/***********************************************************************
* Pager Bar buttons 
***********************************************************************/

.PagerCommon/*,
	.Prev, .PrevOver, .PrevDisable,
	.Next, .NextOver, .NextDisable,
	.Numeric, .NumericOver, .NumericSelect*/
{
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;	
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	PADDING-TOP: 0px;
}

/*.Prev
{
	BACKGROUND: url(../Images/design/back.gif);	
	height:16px;
	width:27px;
	CURSOR: pointer;
	CURSOR: hand;
}

.PrevOver
{
	BACKGROUND: url(../Images/design/back.gif);	
	height:16px;
	width:27px;
	CURSOR: pointer;
	CURSOR: hand;
}

.PrevDisable
{
	BACKGROUND: url(../Images/design/back.gif);	
	height:16px;
	width:27px;
	CURSOR: pointer;
	CURSOR: hand;
}

.Next
{
	BACKGROUND: url(../Images/design/next.gif);	
	height:16px;
	width:27px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NextOver
{
	BACKGROUND: url(../Images/design/next.gif);	
	height:16px;
	width:27px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NextDisable
{
	BACKGROUND: url(../Images/design/next.gif);	
	height:16px;
	width:27px;
	CURSOR: pointer;
	CURSOR: hand;
}

.Numeric
{
	text-decoration: underline;
	font-size: 11px;
	letter-spacing: 1px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NumericOver
{
	font-size: 11px;

	letter-spacing: 1px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NumericSelect
{
	font-size: 11px;
	font-weight:bold;

	letter-spacing: 1px;
}
*/