/* TOP ROW */

#ul {
	height:20px;
	width:38px;
	background-image:url(../images/light/ul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#um {
	height:20px;
	background-image:url(../images/light/um.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#ur {
	height:20px;
	width:38px;
	background-image:url(../images/light/ur.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* MIDDLE ROW */

#ml {
	width:38px;
	background-image:url(../images/light/ml.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#mm {
	position:relative;
}

#mr {
	width:38px;
	background-image:url(../images/light/mr.gif);
	background-repeat: repeat-y;
}

/* BOTTOM ROW */

#ll {
	width:38px;
	height:38px;
	background-image:url(../images/light/ll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#lm {
	height:38px;
	background-image:url(../images/light/lm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#lr {
	width:38px;
	height:38px;
	background-image:url(../images/light/lr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



#image-border {
    position:relative;
	margin:0;
}

/*
#photo {visibility:hidden;}
*/

#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:-10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}

#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 101%;
	background: transparent url(../images/light/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;	
}

#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/light/prev_btn.png') center center;
	cursor: pointer;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/light/next_btn.png') center center;
	cursor: pointer;
}
