.entry-photo img {
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin: 0 auto 15px auto;
}
.entry-photo.is-photo {
  text-align: center;
}
.entry-photo .entry-excerpt {
  margin-left: 220px;
}
.photo-listing ul {
  margin-left: 55px;
  padding: 2.7px 0 2.7px 0;
  list-style: none;
}
.photo-listing ul li {
  float: left;
  padding: 2.7px;
}

.mt-main-index .photo-listing ul {
  margin-left: 0;
}
.mt-main-index .photo-listing ul li {
  margin-right: 7px;
}

.mt-main-index .photo-listing li {
  position: relative;
  margin-bottom: 7px;
}

.mt-main-index .photo-listing li .thumbnail {
  position: relative;
}

.mt-main-index .photo-listing li .label {
  position: absolute;
  bottom: 2px;
  background: black;
  text-align: center;
  font-size: 10px;
  width: 125px;
  opacity: .8;
  overflow: hidden;
}

.mt-main-index .photo-listing li .label span {
  color: white;
  text-transform: uppercase;
}

.mt-main-index h2 { 
  font-size: 16px;
}
.mt-main-index .photo-listing h2,
.mt-main-index #featured-photo h2 { margin-bottom: 10px; }
.mt-main-index #featured-photo .entry-title {
  font-size: 24px;
} 
.mt-main-index #featured-photo { 
  margin-bottom: 15px;
}
.mt-main-index #featured-photo .thumbnail { 
  float: left; 
  margin-right: 15px;
}
.mt-main-index #featured-photo .entry-asset .entry-title,
.mt-main-index #featured-photo .entry-asset .asset-footer {
  margin: 0;
} 
.mt-main-index #featured-photo .asset-footer {
  margin-top: 20px;
  border-top: 1px dotted #ccccc8;
  padding: 10px 0 0 0;
  color: #666662;
  position: relative;
  line-height: 18px;
  clear: both;
}
.mt-main-index #featured-photo .entry-asset { 
  padding: 0;
  margin: 0;
}
.mt-main-index #featured-photo .asset-meta-two { 
  margin-bottom: 10px;
}

/* Albums Widget */
.widget-archive-album ul {
  margin: 0px;
}
.widget-archive-album ul li {
  border-bottom: 1px solid #E7EEF3;
  float: left;
  vertical-align: middle;
  height: 60px;
  overflow: hidden;
  margin: 0;
  width: 130px;
  padding-top: 5px;
}
.widget-archive-album ul li.odd {
  margin-right: 18px;
}
.widget-archive-album ul li a {
  border: 0;
  display: normal;
}
.widget-archive-album ul li span {
  display: block;
  float: left;
}
.widget-archive-album ul li span.photo {
  width: 50px;
}
.widget-archive-album ul li span.album-name {
  width: 150px;
  margin-left: 8px;
}

.widget-archive-album ul li {
}
.widget-archive-album ul li span.album-name {
  width: 70px;
}
.widget-archive-album ul li span.photo img {
  max-width: 42px;
  max-height: 42px;
}
.photo img { border: 1px solid #ccc; padding: 2px; }

/* End Albums Widget *****************************************************/

/* Browse Gallery Widget */
.gallery-item { display: block !important; }
#s-gallery .sidebar-item-content { width: 300px !important; padding: 10px; position:relative; }
#s-gallery .sidebar-item-content { padding: 10px !important; }

div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden;          
    width:280px;
    height:95px; 
    margin-top:24px;
} 
a.next { margin-top: 0px; margin-left: 5px; position: absolute; right: 30px; }
a.prev { margin-top: 0px; margin-right: 5px;  position: absolute; }
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;         
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 3px;
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(left.png) no-repeat;
	float:left;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(right.png);
        clear:right;
}
/* End Gallery Widget *****************************************************/