﻿.LargImgFrame 
{
}

.LargImgWrapper 
{
    text-align: center;
}

.EditImageWrapper a img
{
	width: 16px;
	height: 16px;
}
.EditImageWrapper 
{
	text-align: left;	
}

/* SCROLL PART */
.ScrollTable {
	direction: ltr;
	width: 400px;
	margin: 0px auto;
}

div#hold	{ 
	position:relative; overflow:hidden;
	width:328px; height:68px; z-index:100;
}

div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:328px; height:68px; 
	clip:rect(0px, 328px, 68px, 0px); 
	overflow:hidden;	
	z-index:1; 
}

div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1;
}

.ThumbHolder {
	width: 65px;
	height: 68px;
}

.ThumbImage {
	width: 55px;
	height: 55px;
	border: 0;
	position:relative;
	margin: 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.Description
{
	text-align: left;
	width: 400px;
	margin: 0px auto;
}