﻿p { text-align: left }
p a, li a{ color: #ffffff }
p a:hover, li a:hover { color: #ffffff; text-decoration: underline }
a:active, a:focus { outline:none }
object { outline: none } 
img { border: 0 }
img { border-style: none }
img{	-khtml-user-select: none;
		-o-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
} 

body {
	font-family: Verdana, Arial, sans-serif, mingliu;
	background-image:url();
    background-repeat:no-repeat;
	background-color:#9CC;
	margin: auto;
	text-align: left;
}

.photoCaption1 { 
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	color: #006699;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-left: 5px;
}

.photoCaption2 { 
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-left: 5px;
}




/* Fade Mag Effect */


span.roll {
    background:url(../images/photos/mag.png) center center no-repeat #000;
    height: 126px;
    position: absolute;
    width: 190px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
	cursor: hand;
} 


span.piano {
    background:url(../images/photos/mag.png) center center no-repeat #000;
    height: 228px;
    position: absolute;
    width: 152px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
	cursor: hand;
} 


span.map {
    background:url(../images/photos/mag.png) center center no-repeat #000;
    height: 288px;
    position: absolute;
    width: 461px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
	cursor: hand;
} 