﻿.smallFadingThumb:hover { cursor: pointer; }
.smallFadingThumb
{
	opacity: 0;
	filter:alpha(opacity=0);
}

.smallFadingThumbContainer
{
    margin:0;
    padding:0;
	vertical-align: middle;
	width:65px;
	height:65px;
	padding:5px;
    clear:both;
    cursor:pointer;
}

div.leftSide
{
	clear: both;
	width: 100px;
	margin-left: -5px; /* Make up for the 5px padding each thumb has */
	
}

/* root element for scrollable */
div.scrollable
{
	position: relative;
	overflow: hidden;
	height: 375px;
	width: 100px;
}

/* root element for scrollable items */
div.scrollable div.items
{
	position: relative; /* we require very large space for height to cintain all possible items */
	height: 99999em;
}

.navLinksContainer
{
    position:relative;
    left:-12px;
    top:10px;
}

/* prev, next, prevPage and nextPage buttons */
a.prevPage, a.nextPage
{
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/arrow/bm_uparrow01.png) no-repeat;
	margin-bottom: 5px;
	cursor: pointer;
}

a.play, a.pause
{
	display: block;
	width: 50px;
	height: 50px;
	background: url(/images/arrow/bm_play01.png) no-repeat;
	cursor: pointer;
}

a.pause
{
	background: url(/images/arrow/bm_pause01.png) no-repeat;
}

/* mouseover state */
a.play:hover
{
	background: url(/images/arrow/bm_play_over01.png) no-repeat;
}
a.pause:hover
{
	background: url(/images/arrow/bm_pause_over01.png) no-repeat;
}

/* mouseover state */
a.nextPage:hover
{
	background: url(/images/arrow/bm_dnarrow_over01.png) no-repeat;
}
a.prevPage:hover
{
	background: url(/images/arrow/bm_uparrow_over01.png) no-repeat;
}

/* disabled navigational button */
a.disabled
{
	visibility: hidden !important;
}

/* next button uses another background image */
a.nextPage
{
	background-image: url(/images/arrow/bm_dnarrow01.png);
	clear: right;
}

.emptyGalleryCausesText
{
	font-size: 14px;
}
.emptyGalleryCausesText, .emptyGalleryErrorText
{
	margin-left: 10px;
}
.emptyGalleryContainer
{
	border: 1px solid #c1c1c1;
	text-align: left;
}
.emptyGalleryContainer ul
{
	padding-left: 25px;
	font-size: 12px;
	list-style-type: decimal;
}
.emptyGalleryErrorText
{
	font-size: 18px;
	color: Red;
}

