html {
	padding:0;
	margin: 0;
}
body {
	color: #333333;
	/*font-family: "lucida grande", tahoma, verdana, arial, sans-serif;*/
	font-size: 11px;
	padding: 0;
	margin: 0;
	/*text-align: left;*/
	line-height: 1.25em;
}
#image_wrap {
	width: 680px;
	height:210px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}
#mctop div.image_wrap {
	width: 680px;
	height:210px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}


#image_wrap_l {
	width: 320px;
	height:240px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}
#image_wrap_r {
	width: 320px;
	height:240px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}


.image_stack img { /* css style for photo stack */
	border: none;
	text-decoration: none;
	position: absolute;
	margin-left:0px;
	width: 120px;
	height: 73px;
}
.image_stack { /* css style for photo stack */
	width: 170px;
	height:140px;
	position: absolute;
	/*margin:10px 10px;*/
	margin:10px 0;
	text-align:center;
	line-height: 1.25em;
}
.image_stack img { /* css style for photo stack */
	position: absolute;
	border: 4px solid #FFF;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	/* Firefox */
	-moz-transition: all 0.2s ease;
	/* WebKit */
	-webkit-transition: all 0.2s ease;
	/* Opera */
	-o-transition: all 0.2s ease;
	/* Standard */
	transition: all 0.2s ease;
}
.image_stack #photo1 {  /* position of last photo in the stack */
	top: 36px;
	left: 42px;
}
.image_stack #photo2 {/* position of middle photo in the stack */
	top: 30px;
	left: 36px;
}
.image_stack #photo3 {/* position of first photo at the top in the stack */
	top: 24px;
	left: 30px;
	right: 100px;
}
.image_stack .rotate1 {/* rotate last image 15 degrees to the right */
	-webkit-transform: rotate(15deg); /* safari and chrome */
	-moz-transform: rotate(15deg);/*firefox browsers */
	transform: rotate(15deg);/*other */
	-ms-transform:rotate(15deg); /* Internet Explorer 9 */
	-o-transform:rotate(15deg); /* Opera */
}
.image_stack .rotate2 {/* css not used*/
	-webkit-transform: rotate(0deg); /* safari and chrome */
	-moz-transform: rotate(0deg);/*firefox browsers */
	transform: rotate(0deg);/*other */
	-ms-transform:rotate(0deg); /* Internet Explorer 9 */
	-o-transform:rotate(0deg); /* Opera */
}
.image_stack .rotate3 {/*rotate first image 15 degrees to the left*/
	-webkit-transform: rotate(-15deg); /* safari and chrome */
	-moz-transform: rotate(-15deg); /*firefox browsers */
	transform: rotate(-15deg);/*other */
	-ms-transform:rotate(-15deg); /* Internet Explorer 9 */
	-o-transform:rotate(-15deg); /* Opera */
	cursor: pointer;
}

.image_stack p.up
{
	background:url(/images/ico_up02.gif) no-repeat 20px 0;
}