@charset "UTF-8";

#bannerContainer{}

.photoTrim{width:650px; height:250px; overflow:hidden; position:relative;}
.showPhotoIconBt{width:50px; height:50px;}

.photoLoader{background: url(./img/loading.gif) no-repeat; background-position:50% 50%;}
.photoArea{ background-color:white;}

.newsTitle{font-size:1.5em; letter-spacing:0.1em; color:black;}

#pjDesc{font-size:1em; width:500px; margin-top: 20px;}

#pjCresits{margin-top:20px; width:300px; /*color: rgb(22, 168, 176);*/ color: rgb(150,150,150);}
.listArea{line-height:1.8;}
.listTitle{margin-bottom:5px; font-size:0.95em; border-bottom:1px solid rgb(220,220,220)/*rgb(22, 168, 176)*/;}
.programLeft{float:left; width:25%; margin-bottom:5px; font-size:0.95em;}
.programRight{float:left; width:70%; margin-bottom:5px; font-size:0.95em;}

#pjPhotoCap{font-size:0.9em; padding-top:5px; text-align:left; color: rgb(180,180,180); margin-bottom:10px;}

.photoSumContainer{padding:10px 0; width: 650px; background:rgb(200,200,200);
	box-shadow: 0 10px 10px -3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 10px 10px -3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 10px 10px -3px rgba(0,0,0,0.1) inset;
}

.photoSum{float:left; width:10px; height:10px; background-color:rgb(250,250,250); margin:0 2px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
}
.photoSum_n{float:left; width:10px; height:10px; background-color:rgb(40, 90, 160); margin:0 2px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
}
.photoSumImg{width:100%;}

.npBt{cursor:pointer; color: rgb(200,200,200);
/*	background:rgb(200,200,200);  padding:2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.photoDir{position:absolute; width:20px; height:20px; top: 5px; cursor:pointer;}
/*.svg .photoDir{background-image: url(./img/photoDir.svg)}
.no-svg .photoDir{background-image: url(./img/photoDir.png)}*/
.photoDir{background-image: url(./img/photoDir.png)}

.photoDirL{left:10px; background-position:0 0;}
.photoDirR{right:10px; background-position:100% 0;}