	
@media screen, projection, print {	
    
    /* Album Intro */
     .mainBox-content .albumIntro {
     	display: block;
     	width: 100%;
     }
     
     .mainBox-content .albumIntro .left {
     	margin: 20px 0 20px 20px;
     }
     
     .mainBox-content .albumIntro p {
        position: relative;
        margin-top: 40px;
        min-height: 80px;
        width: 520px;
     }
     
	
     /* Photo View */
    
    .mainBox-content .photosViewBox {
      	width: 100%;
      }
      
    .mainBox-content #photoView {
		position: relative;
		padding-left: 8px;
	} 
	  
	#photoView #photoList {
		position: relative;
		width: 100%;
		overflow: hidden;	
	}
	
	#photoList li {
	   position: relative;	
		float: left;
		list-style-type: none;	
		overflow: hidden;
		margin-right: 10px;
		margin-top: 15px;
		height: 260px;
		width: 193px;
		overflow: hidden;
	}
	
	#photoList .photoDetailsBg {
	   position: absolute;
	   width: 100%;
	   height: 100%;
	}
	
	#photoList .photoDetailsImg {
	   position: absolute;
	   top: 45px;
	   left: 25px;
	   z-index: 20;
	}
	
	#photoList .checkbox {
		display: none;
	}	
	
	#photoList .photoDetails {
	    position: absolute;
	    top: 0;
	    left: 0;
		width: 100%;
	    height: 100%;
	}
	
	#photoList .photoDetails h3 {
	    position: relative;
	    padding-top: 10px;
	    padding-left: 10px;
	    width: 170px;
	    height: 18px;
	    overflow: hidden;
	}
	
	#photoList .photoDetails h3 a {
     	text-decoration: none;
     	color: #000;
     }
	
	#photoList .photoDetails p {
	    display: none;
	}
	
	#photoList .photoDetails .photoDetailsInfo {
	   position: absolute;
	   top: 200px;
	   left: 0px;
	   width: 100%;
	   text-align: center;
	}
	
	#photoList .photoDetails .photoDetailsInfo em {
	   padding: 0 3px;
	}
	
	#photoList .photoDetails .photoDetailsRating {
	   position: absolute;
	   top: 225px;
	   left: 40px;
	}
	
    #photoList .photoDetails .rating-view .ratingImg {
    	margin-right: 3px;
    }
    
    #photoList .photoDetails .rating-view .info {
		display: none;
    }
	 
	#photoView .infoEmpty {
		line-height: 120px;
		text-align: center;
		font-size: 13px;
		font-style: italic;
		display: none;
	}
	
	#photoView #loadingInfo {
		position: relative;
		left: 0;
		padding-top: 150px;
		margin: 0 auto 20px auto;
		width: 350px;
		font-size: 25px;
		text-align: center;
	}
	  
	#photoView #loadingInfo var {
		display: block;
		width: 0;
		height: 3px;
		overflow: hidden;
	}
     
     .mainBox-content .pagesNavi {
      	text-align: right;
      	padding-right: 20px;
      }
	
	
	/* Album Comments Box */
	.albumCommentsBox {
		position: relative;
		display: block;
		padding: 10px 20px 0 20px;
	}
	
	.albumCommentsBox .commentsTable {
		width: 100%;
	}
	
	.commentsTable td.addComment {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		width: 240px;
	}
	
	.addComment .addCommentForm textarea {
     	position: relative;
     	display: block;
     	width: 240px;
     	height: 100px;
     }
     
     .addComment .addCommentForm .right {
     	margin-top: 10px;
     }
	
	.commentsTable td.commentsView {
		padding-top: 20px;
		padding-left: 20px;
	}

	.commentsTable h2 {
		padding-bottom: 20px;
	}
	
	.commentsTable .commentDescription {
     	position: relative;
     	display: block;
     	margin: 10px 0;
     	width: 480px;
        overflow: hidden;
     }
	
	.commentsTable em.author {
     	text-decoration: underline;
     }
     
     .commentsTable .commentInfo {
     	position: relative;
     	display: block;
     	margin-bottom: 20px;
     }
}