/* --------------- Pager.Button.Previous --------------- */

a.imagegalleryPagerButtonPrevious
{
	display:block; 
	background-image:url(../images/Previous.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

a.imagegalleryPagerButtonPrevious:hover
{
	cursor:pointer;
	background-image:url(../images/Previous_Focused.png); 
}

a.imagegalleryPagerButtonPreviousDisabled
{
	cursor:default;
	display:block; 
	background-image:url(../images/Previous_Disabled.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

/* --------------- Pager.Button.Next --------------- */

a.imagegalleryPagerButtonNext
{
	display:block; 
	background-image:url(../images/Next.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

a.imagegalleryPagerButtonNext:hover
{
	cursor:pointer;
	background-image:url(../images/Next_Focused.png); 
}

a.imagegalleryPagerButtonNextDisabled
{
	cursor:default;
	display:block; 
	background-image:url(../images/Next_Disabled.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

/* --------------- Pager.Button.Page --------------- */

a.imagegalleryPagerPageNumber
{
	text-decoration:none;
	font-size:15px !important;
	padding:2px;
}

a.imagegalleryPagerPageNumber:hover
{
	color:#FF6633 !important;
}

span.imagegalleryPagerPageNumberCurrentPage
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	font-size:15px !important;
	padding:2px;
}

/* --------------- Gallerij Tabel --------------- */

.galleryTable
{
	padding:0px;
	margin:0px;
	cursor:default;
	text-align:center;
}

.galleryImage
{
	border-top:1px solid #fa9938;
	border-bottom:1px solid #fa9938;
	border-right:1px solid #ecac6b;
	border-left:1px solid #ecac6b;
	box-shadow: 6px 6px 6px #d2d2d2;
}

.galleryImage:hover 
{
	border: 1px solid #565656;
	opacity:0.80;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	box-shadow: 7px 7px 7px #a4a4a4;  
}

.galleryImageText
{
	text-align:center;
	line-height: 125%;
	color:#666;
	margin: 3px;
	padding: 3px;
}

