hr.separator{
border-top:1px solid #ccc;
    display: block;
}
#_31_gallery .buttons-container li{
text-align:right;
direction: rtl;	
float:right;
}
#_31_gallery{
display:block;
padding:0px 0px 0px 10px;
margin-top: 10px;
}
#_31_gallery a, #_31_gallery a:visited {
color:#00BBFF;
text-decoration:none;
outline:none;
}
#_31_gallery a:hover{
text-decoration:underline;
}
#_31_gallery .pic{
/*float:left;*/	
display: inline-block;
margin:0 5px 5px 0;
border:5px solid white;
width:175px;
height:125px;
max-width:175px;
max-height:125px;
background-color: rgba(25,25,25,5);	
background-position: 50% 0%;
background-repeat: no-repeat;
overflow: hidden;		
}
#_31_gallery .pic > img{	
width:175px;
height:125px;
text-indent:-99999px;
z-index: 1;			
}
#_31_gallery .boxcaption{ 	
float: left; 
position: relative;
z-index: 2;
top: 125px;
left: 0px;	
background: #000; 
height: 100px;
width: 175px; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}	
#_31_gallery .boxcaption .title{ 
text-align: center; 
color:white;
font-size: 14px;
}		
