﻿div.ImageGallery
{
    position:relative;
    width:210px;
    height:200px;
    background-color:Black;
}

.ImageGallery_NoteContainer
{
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	height:155px
}

.ImageGalleryLink
{
	display:block;
	position:absolute;
	left:0;
	top:0
}

.ImageGalleryLink img
{
	border-style:none
}

.ImageGallery_ThumbSectionBackground
{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:3;
	float:left;
	height:45px;
	width:210px;
	background-color:#ffffff;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.ImageGallery_ThumbSection
{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:4;
	float:left;
	height:45px;
	width:210px;
}

.ImageGallery_LeftButton
{
	float:left;
	width:15px;
	height:25px;
	margin:10px 5px 10px 5px;
	background-image:url('../images/LeftScroll.png');
}

#motioncontainer
{
	float:left;
	position:relative;
	overflow:hidden;
	height:45px;
	width:160px;
}

#motiongallery
{
	position:relative;
	left:0;
	top:10px;
	white-space: nowrap;
}

.ThumbImg
{
	margin:0px 1px 0px 1px;
	border:1px solid #FFFFFF;
}

.ImageGallery_RightButton
{
	float:left;
	width:15px;
	height:25px;
	margin:10px 5px 10px 5px;
	background-image:url('../images/RightScroll.png');
}