.gallery-table {
	margin: 0;
	padding: 0;

	width: 100%;

	background-color: white;
	border: 1px solid #B2BACB;
}

.gallery-table td {
	margin: 1px;
	padding: 0;

	vertical-align: top;
}

.gallery-table .nav-td {
	width: 300px;
	padding: 0 10px 10px 10px;
}

.gallery-table .nav-td ul {
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;

	list-style: none;
}

.gallery-table .nav-td ul .selected {
	list-style-type: square;
}

.gallery-table .nav-td a {
	text-decoration: none;
}

.gallery-table .nav-td .selected-a {
	border-bottom: 1px solid #65799a;
	padding-bottom: 2px;
}

.gallery-table .nav-td .ul-album a {
	text-decoration: underline;
	font-size: 10px;
}

.gallery-table .nav-td .ul-album li {
	margin-bottom: 3px;
}

#carousel {
	width: 550px;
	height: 480px;
	
	padding: 0px;
}

#carousel table {
	width: 100%;
	height: 100%;

	border-collapse: collapse;
}

#carousel table td {
	margin: 0px;
	padding: 0px;
}

#carousel table .image {
	text-align: center;
}

#carousel table .description {
	width: 540px;
	height: 46px;
	
	position: absolute;
	margin-top: -48px;
	
	*top: 600px;
	*margin-left: -482px;

	color: #000000;
	text-align: left;
	padding: 2px 5px 0 5px;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;

	background-image: url('/v/i/v.png');
}

#carousel table .previews {
	height: 100px;
	background-color: #738ab2;
}

#carousel table .previews .current {
	border: 3px solid #ffffff;
	background-color: #ffffff;
}

#carousel table .previews .hidden {
	display: none;
}

#carousel table .previews table {
	width: 100%;
	height: 100%;
}

#carousel table .previews td {
	vertical-align: middle;
	text-align: center;
}

#carousel table .previews .buttonleft {
	display: none;
}

#carousel table .previews td img {
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	
	background-color: transparent;
}

#carousel table .previews td img.hover {
	background-color: #ffffff;
}

#carousel table .previews .leftbtn,
#carousel table .previews .rightbtn
{
	width: 50px;
}

.nav-td {
	display: none;
}
