.ig_GalleryColor
{
	background-color: #bbd1e3;
}
ig_GallerySelectedColor
{
	background-color: #FFFFFF;
}

.ig_GalleryTopLeft,
.ig_GalleryTopRight,
.ig_GalleryBottomLeft,
.ig_GalleryBottomRight
{
	height: 6px;
	width: 6px;
	background-image: url(../images/imagegallery/corners.png);
}

.ig_GalleryTopLeft
{
	text-align: left;
	background-position: left top;
}

.ig_GalleryTopRight
{
	text-align: right;
	background-position: right top;
}
.ig_GalleryBottomLeft
{
	text-align: left;
	background-position: left bottom;
}
.ig_GalleryBottomRight
{
	text-align: right;
	background-position: right bottom;
}

.ig_GalleryBackward,
.ig_GalleryBackward_Hover,
.ig_GalleryPrevious,
.ig_GalleryPrevious_Hover,
.ig_GalleryNext,
.ig_GalleryNext_Hover,
.ig_GalleryForward,
.ig_GalleryForward_Hover
{
	width: 27px;
	height: 26px;
	background-image: url(../images/imagegallery/buttons.png);
	cursor: pointer;
}

.ig_GalleryPlay,
.ig_GalleryPause
{
	width: 30px;
	height: 26px;
	background-image: url(../images/imagegallery/buttons.png);
	cursor: pointer;
}

.ig_GalleryBackward
{
	background-position: 0px 0px;
}
.ig_GalleryBackward_Hover
{
	background-position: -27px 0px;
}
.ig_GalleryPrevious
{
	background-position: -54px 0px;
}
.ig_GalleryPrevious_Hover
{
	background-position: -81px 0px;
}
.ig_GalleryPlay
{
	background-position: -108px 0px;
}
.ig_GalleryPause
{
	background-position: -138px 0px;
}
.ig_GalleryNext
{
	background-position: -168px 0px;
}
.ig_GalleryNext_Hover
{
	background-position: -195px 0px;
}
.ig_GalleryForward
{
	background-position: -222px 0px;
}
.ig_GalleryForward_Hover
{
	background-position: -249px 0px;
}
