/************ Large Pics ************/
/* prev, next, prevPage and nextPage buttons */
a.prev-large, a.prevPage-large {
	display:block;
	width:18px;
	height:38px;
	background:url(/css/images/left.png) no-repeat;
  float: left;
	margin-top: 438px;
	cursor:pointer;
	font-size:1px;
}
a.next-large, a.nextPage-large {
	display:block;
	width:18px;
	height:38px;
	background:url(/css/images/right.png) no-repeat;
	margin-top: 438px;
  float: right;
	cursor:pointer;
	font-size:1px;
  clear:right;
}

/* mouseover state */
a.prev-large:hover, a.next-large:hover, a.prevPage-large:hover, a.nextPage-large:hover {
}

/************ Thumbnails ************/
/* prev, next, prevPage and nextPage buttons */
a.prev-small, a.prevPage-small {
	display:block;
	width:18px;
	height:38px;
	background:url(/css/images/left.png) no-repeat;
  float: left;
	margin-top: 68px;
	cursor:pointer;
	font-size:1px;
}
a.next-small, a.nextPage-small {
	display:block;
	width:18px;
	height:38px;
	background:url(/css/images/right.png) no-repeat;
	margin-top: 68px;
  float: right;
	cursor:pointer;
	font-size:1px;
  clear:right;
}

/* mouseover state */
a.prev-small:hover, a.next-small:hover, a.prevPage-small:hover, a.nextPage-small:hover {
}
img.image:hover {
  cursor: pointer;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi-large {
	margin-left:0px;
	margin-top: 15px;
	width:778px;
	height:810px;
}
div.navi-small {
	margin-left:0px;
	width:778px;
	height:110px;
}




