

#gallery_frame
{
	position: relative;
	height: 600px;
	width: 100%;

}

#picture_label
{
	font-size: 18pt;
	color: Gray;
	font-family: 'Arial';
	text-align: center;
}

.scrollbar_hor
{
	 overflow:scroll;

}


.transON
{
	background-color: #f5f5f5;
	filter: alpha(opacity=100);
	width: 75px;
}

.transOFF
{
	background-color: #f5f5f5;
	filter:alpha(opacity=25);
	width:75px;
}


.MIDThumbnail_Image
{
	height:75px;
	cursor:pointer;
}

.MIDThumbnail_Element
{
	top:0%;
	width:100%;
}

.MIDThumbnail_Element_TD
{
	background-color: #f5f5f5;
	filter:alpha(opacity=25);
	width:75px;
}
.MIDThumbnail_Element_TD_Empty
{

	width:75px;
	visibility:hidden;
}
.MIDThumbnail_SubContainer
{
	width:100%;
	top:0%;
	left:0%;
}

.MIDThumbnail_Container
{
	left: 15%;
	width: 100%;
	height: 110px;
	z-index: 51;
	overflow : auto;
}
.MIDThumbnail_Area
{
	left: 0%;
	width: 100%;
	position: absolute;
	top: 510px;
	height: 120px;
	z-index: 50;
}


.MIDLabel_Container
{
	position:relative;
	width:100%;
	height:20px;
	top:60;
	left:0%;
	
}


.MIDArrows_Container
{
	position:relative;
	width:100%;
	height:20px;
	top:-330px;
	left:0%;
	
}


.MIDLabel_Box
{
	font-size: 20pt;
	left: 25%;
	width: 100%;
	color: gray;
	font-family: 'Bradley Hand ITC' , Papyrus;
	height: 20px;
	text-align: left;
}


.MIDFrame_BAR
{
	width: 100%;
	height: 300px;
	background-color: #5f5d56;
}
.MIDFrame_Container
{
	z-index: 50;
	left: 0%;
	width: 100%;
	position: relative;
	top: 300px;
}


.TOPFrame_BAR
{
	width: 100%;
	height: 10px;
	background-color: #5f5d56;
}
.TOPFrame_Container
{
	z-index: 51;
	left: 0%;
	width: 100%;
	position: relative;
	top: -13px;
}


.InnerFrame_Shadow
{
	
}


.InnerFrame_IMG
{
	height:400px;
}

.InnerFrame_Main
{
	z-index: 99;
	left: 0%;
	width: 100%;
	position: absolute;
	top: 100px;
}

.Next_Gallery_Container
{
	left: 0%;
	width:100%;
	position: relative;
	top: 0px;
}

.img_right_arrow
{
	position:absolute;
	right:0%;

}

.img_left_arrow
{
	position:absolute;
	left:0px;

}

.gallery_select
{
	 width:130px;
}



DIV
{

}

TD
{

}




