

	/* zoomOnPhoto */
	figure.zoomOnPhoto {
		border : solid 1px #333333;
		float : left;
		margin : 0px 0px 1em 0px;
		position : relative;
	}
		figure.zoomOnPhoto img {
			vertical-align : top;
		}
		figure.zoomOnPhoto div {
			border : solid 1px #333333;
			display : none;
			height : 128px;
			overflow : hidden;
			position : absolute;
			right : -129px;
			top : -1px;
			width : 128px;
		}
			figure.zoomOnPhoto div img {
				position : absolute;
			}
	figure.zoomOnPhoto:hover {}
		figure.zoomOnPhoto:hover div {
			display : block;
		}
	
	/* animatedClassName */
	figure.zoomOnPhoto.step_0 div {opacity : 0.00; -moz-opacity : 0.00; -khtml-opacity : 0.00; filter : alpha(opacity=0);}
	figure.zoomOnPhoto.step_1 div {opacity : 0.25; -moz-opacity : 0.25; -khtml-opacity : 0.25; filter : alpha(opacity=25); display:block;}
	figure.zoomOnPhoto.step_2 div {opacity : 0.50; -moz-opacity : 0.50; -khtml-opacity : 0.50; filter : alpha(opacity=50); display:block;}
	figure.zoomOnPhoto.step_3 div {opacity : 0.75; -moz-opacity : 0.75; -khtml-opacity : 0.75; filter : alpha(opacity=75); display:block;}
	figure.zoomOnPhoto.step_4 div {opacity : 1.00; -moz-opacity : 1.00; -khtml-opacity : 1.00; filter : alpha(opacity=100); display:block;}
	figure.zoomOnPhoto.step_5 div {opacity : 1.00; -moz-opacity : 1.00; -khtml-opacity : 1.00; filter : alpha(opacity=100); display:block;}
	figure.zoomOnPhoto.step_6 div {opacity : 0.75; -moz-opacity : 0.75; -khtml-opacity : 0.75; filter : alpha(opacity=75); display:block;}
	figure.zoomOnPhoto.step_7 div {opacity : 0.50; -moz-opacity : 0.50; -khtml-opacity : 0.50; filter : alpha(opacity=50); display:block;}
	figure.zoomOnPhoto.step_8 div {opacity : 0.25; -moz-opacity : 0.25; -khtml-opacity : 0.25; filter : alpha(opacity=25); display:block;}
	figure.zoomOnPhoto.step_9 div {opacity : 0.00; -moz-opacity : 0.00; -khtml-opacity : 0.00; filter : alpha(opacity=0);}


/*
	background : #333333 url(../images/shinyButton_link.png);
	background : #1c1c1c url(../images/shinyButton_hover.png);
	background : #1b4c6b url(../images/shinyButton_active.png);
	background : #ffffff url(../images/button_passive.png);
*/
