@charset "UTF-8";
/* CSS Document */
 
 
.album-wrapper .photo {  
        width: 180px;  
        background-color: #efefef;  
        text-align: center;  
        vertical-align: middle;  
        float: left;  
        padding: 0px;  
        margin: 5px;  
 } 
	 
.page-wrapper .feedIcon {  
      vertical-align: middle;  
      padding: 0 10px;  
}  

 .album-wrapper .photo img {  
        border: none; 
		display:hidden;
 }  
 
.album-wrapper .photo a{  
 width: 180px; 
 height:100px;
 padding: 0px; 
 margin: 0px; 
}
 
.album-wrapper .photo {  
     width:180px; 
     background-color: #545454;
	 background-position:center center;
	 background-repeat:none;
     text-align: center;  
     vertical-align: middle;  
     float: left;  
     padding: 0;  
     margin: 5px; 
	 height:150px;
	 overflow:hidden;
}  

.album-wrapper .photo .small { 
    font-size: 9px;
	color:#CCC;
}  

.album-wrapper .photo h2 { height:14px; overflow:hidden; }
   

.paginationstyle{ /*Style for demo pagination divs*/
float:right;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
/*margin: 0 15px;*/
}

.pager b{ font-size:18px; color:red; }

.paginationstyle a, .paginationstyle .currentPage{ /*Pagination links style*/

text-decoration: none;
/*border: 1px solid #333;*/
color:#333;
background-color: none;
font-size:11px;
font-weight:normal;
padding:4px;
margin:0 5px 0 5px;
float:left;
display:block;

}

.paginationstyle a:hover, .paginationstyle a.selected{
color: white;
background-color: #333;
font-weight:normal;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: white;
background-color: #333;
font-size:11px;

font-weight:normal;
}

#gallerypaginate {
	
	width:auto;
	display:block;
	clear:both;
	
}

#gallerypaginate a{

	display:block; 
	width:auto;
	
	
}


.photosets { margin:0px 0 5px 10px; width:100%;  }

.photosets li p{ margin:1px; font-size:9px; text-transform:uppercase; letter-spacing:1px; color:#999; padding:1px; text-indent:0px; display:block; }
  
.photoset { list-style-type:none; width:77px; height:115px; background:#fefefe; display:inline; margin:2px 8px 10px 2px; float:left; text-align:center;}

.photoset img {padding-top:1px; }
 
 
#media #RightCol300abs ul,#media #RightCol300abs li{ padding-top:0; margin-top:0; margin-left:0px; }
#media #RightCol300abs ul { position:relative; right:0; left:0px; }
 
.photofilters { clear:both; margin:5px 0 5px 0px; padding:0; text-align:left; }





.Acurrent a{ color:#333; font-size:12px; }

.album-wrapper{ margin:0 auto; width:600px; }

.album-heading{ display:block; height:35px; width:100%; margin-bottom:10px;}


 .tagCloud { height:140px; background:url(images/ad-holder.png) no-repeat center center; padding:5px; margin:5px auto 0 auto; width:300px; display:block; clear:both; text-align:center; }



.virtualpage, .virtualpage2, .virtualpage3, .photo{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}
