/*===========網路相簿===============*/
#neilalbum_block2{
	position: relative;
		width: inherit;	
}


/*=======區塊滑動樣式===============*/

#neilalbum_block2 #blockstyle0 .als-container{
	position: relative;
    width: 101%;
    left: 0px;
}

#rdivfalse #neilalbum_block2 #blockstyle0 .als-container{
	position: relative;
    width: 100.7%;
    left: 0px;
}


 

#neilalbum_block2  #blockstyle0 #neilalbumcenterimg{
	position: relative;
	height: 227px;
    display:flex;
    align-items:center;
    justify-content:center;	
	overflow: hidden;
}
#neilalbum_block2  #blockstyle0 #neilalbumcenterimg img{
min-height: 227px;
}


#neilalbum_block2 #blockstyle0 .thumbnail{
	position: relative;
	width: 97%;
	padding: 5px;
	border: 1px solid #ccc9c9;
	margin: 10px 0px 0px 0px;
	border-radius: 6px;		
}



#neilalbum_block2 #blockstyle0 #sorttitlebox{
	position: relative;
	margin-top: 5px;
	  	background:  #ccc9c9 url(../../img/modules/) no-repeat left top;
	  	height: 37px;
	  	padding: 2px 5px;	
color: #000000;
	  line-height: 155%;
	  overflow: hidden;
	text-align: center;	  
	font-size: 110%;
}

#neilalbum_block2 #blockstyle0 #sorttitlebox a{
color: #000000;
}

#neilalbum_block2 #blockstyle0 #sorttitlebox a:hover{
color: #991818;
}

#neilalbum_block2 #blockstyle0 #titlebox{
	position: relative;
	margin: 5px 0px;
	padding: 0px 5px;
	height: 65px;
	  overflow: hidden;	
	 	font-size: 105%;  
	 	  line-height: 160%;
	text-align: center;	  
}

#neilalbum_block2 #blockstyle0 #titlebox a{
color: #1d1d1d;
}

#neilalbum_block2 #blockstyle0 #titlebox a:hover{
color: #CB3B29;
}

/*============左右按鈕===========*/
#neilalbum_block2 #blockstyle0  .owl-nav .owl-prev{
	position: absolute;
	top: 90px !important;
   z-index: 1000;
   left: -10px;
background:  url(../../img/modules/neilalbum/thin_right_arrow_333.png) no-repeat left top;
width: 69px;
height: 76px;
transform:scale(0.7,0.7);
}

#neilalbum_block2 #blockstyle0  .owl-nav .owl-next{
	position: absolute;
	top: 90px !important;
   z-index: 1000;
   right: 0px;
background:  url(../../img/modules/neilalbum/thin_left_arrow_333.png) no-repeat left top;
width: 69px;
height: 76px;
transform:scale(0.7,0.7);
}
#neilalbum_block2 #blockstyle0  .owl-nav .owl-next span,
#neilalbum_block2 #blockstyle0  .owl-nav .owl-prev span{
opacity: 0;
}