.SimulateLink { cursor:pointer; text-decoration:underline; }
.SimulateLink:hover { text-decoration:none; }


.galleryItem
{
	position:relative;
	z-index:1;
	clear:both;
	overflow:hidden;
	width:100%; /* needed for safari */
    height:430px;
}


html #content .galleryItem img { margin:0; padding:0; }

.itemList { padding: 0 0 10px 0; }

.scrollWindowRightArrow,
.scrollWindowLeftArrow 
{
    position:relative;
    z-index:10;
    width:35px;
    height:96px;
}
.scrollWindowRightArrow:hover { background-position:center bottom  } 
.scrollWindowRightArrow:active { background-position:center bottom; margin-right:-6px; } 
.scrollWindowLeftArrow:hover { background-position:center bottom; } 
.scrollWindowLeftArrow:active { background-position:center bottom; margin-left:-6px; } 

.scrollWindowLeftArrow { float:left; background:url(../images/gallery-left-arrow.png) no-repeat center top; padding-left:6px; cursor:pointer; }
.scrollWindowRightArrow { float:right; background:url(../images/gallery-right-arrow.png) no-repeat center top; padding-right:6px; cursor:pointer; }

.scrollWindowRightArrow span, .scrollWindowLeftArrow span {display:none;}


* html .scrollWindowRightArrow img, * html .scrollWindowLeftArrow img { position:static; }

.viewingWindow
{
    height:100%;
    left:0;
    margin:0 4% 0 4%;
    overflow:hidden;
    position:absolute;
    width:92%;
}

.galleryItem ul
{
	height:74px;
	list-style:none;
	position:relative;
	z-index:3;
	margin:0;
}
.galleryItem ul li
{
	float:left;
	list-style:none;
	z-index:2; 
	position:relative;
	height:74px;
	background-image:none;
    margin:0 1px;
    text-align:center;
}


