
.taoCMSPhotoGallery{
width: 100%;
float: left;
}
.taoCMSPhotoGallery .thumbGallery{
width: 100%;
float: left;
margin: 0;
padding: 0;
}
.taoCMSPhotoGallery .thumbGallery li{
list-style: none;
float: left;
width: 160px;
padding: 12px 0;
margin: 12px 6px;
border: 1px solid #ccc;
height: 92px;
text-align: center;
}
.taoCMSPhotoGallery .thumbGallery li .image{
width: 108px;
text-align: center;
height: 75px;
margin: 0 auto 6px auto;
overflow: hidden;
}
.taoCMSPhotoGallery .thumbGallery li .image img{
border: 1px solid #ccc;
max-width: 100px;
max-height: 75px;
}
.taoCMSPhotoGallery .thumbGallery li .title{
float: left;
width: 100%;
font-weight: normal;
}
.taoCMSPhotoGallery.indvphoto{
width: 90%;
float: left;
margin: 0 4%;
}
.taoCMSPhotoGallery.indvphoto .photo{
width: 100%;
float: left;
text-align: center;
}
.taoCMSPhotoGallery.indvphoto .photo img{
max-width: 100%;
}
.taoCMSPhotoGallery.indvphoto .title{
width: 100%;
float: left;
text-align: center;
margin: 6px 0 0 0;
font-size: 15px;
}
.taoCMSPhotoGallery.indvphoto .author{
width: 100%;
float: left;
font-style: italic;
color: #999;
text-align: center;
}
.taoCMSPhotoGallery.indvphoto .description{
width: 100%;
float: left;
text-align: left;
}
.taoCMSPhotoGallery #paging_links { display: block; clear: both; width: 100%; text-align: center; float: left; margin: 12px 0px; padding: 4px 0px; text-transform: lowercase; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight:normal;}


.taoCMSPhotoGallery .prev_link_inactive, .taoCMSPhotoGallery .next_link_inactive{ border: 1px solid #aaa; background: #ddd; color: #aaa; padding: 2px 4px; margin: 0 1px; }


.taoCMSPhotoGallery .home_link a, 
.taoCMSPhotoGallery .prev_link a, 
.taoCMSPhotoGallery .next_link a, 
.taoCMSPhotoGallery .page_link a{
border: 1px solid #000; background: #bbb; color: #000; padding: 2px 4px; margin: 0 1px; 
}

.taoCMSPhotoGallery .home_link a:hover, 
.taoCMSPhotoGallery .prev_link a:hover, 
.taoCMSPhotoGallery .next_link a:hover, 
.taoCMSPhotoGallery .page_link a:hover{
background: #666;
color: #fff;
}

.taoCMSPhotoGallery .page_link.currentpage a{
background: #666;
color: #fff;
}
