﻿.back
{
}


.mmil_title
{
    font-size:1.3em;
    color:#E7E4D7;
    padding-top:0px;
    margin-top:0px;
    padding-bottom:15px;
    padding-left:0px;
}

.mmil_caption
{
    color:#fff;
    
}


a.mmil_button 
{
    height:16px;
    display:inline-block;
    color:white;
    font-size: .8em;
    font-weight: bold;
    padding: 3px 5px 0px 0px;
    margin-top:3px;
    text-align: center;
    text-decoration: none;
     text-shadow: 2px 2px 2px #000;
     white-space:nowrap;
 }

a.mmiltitle_button
{
    color: #E7E4D7;
    text-decoration: none;
}

a.mmil_button:visited, a.mmil_button:link
{
    color:#fff;
    text-decoration: none;
}

a.mmil_button:visited, a.mmil_button:link
{
    color:#fff;
    text-decoration: none;
}

a.mmiltitle_button:visited, a.mmiltitle_button:link
{
    color:#E7E4D7;
    text-decoration: none;
}

a.mmil_button:hover 
{
    text-decoration: underline;
}

    
    
.pagination {

position:relative;
top:-20px;
text-align:center;
}

.pagination a {
    background: url(pager.png) 0 0px no-repeat transparent;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.pagination a.selected {
    background-position: -12px 0px;
    cursor: default;
}

.pagination a span 
{
 display:none;   
}


.mmil_content
{
    width:195px;
    padding: 12px 10px 10px 0px;
    float:right;
}
.mmil_contenthtml
{
    width:610px;
    padding: 14px 15px 0px 15px;
    color:#E7E4D7;
}
 
.mmil_img
{
  float: left; 
  width: 400px; 
  padding-left:12px;
  padding-top:12px;
  }
  
  .mmil_img img
  {
      border: 1px solid #91908A;
  }
        
/*.mmil_img_shadow
{
    background: url(shadowAlpha.png) no-repeat bottom right !important;
    margin: 13px 13px 0px 10px;
    float:left;
}


.mmil_img_shadow img
{ 
   position: relative;
  display: block;
  margin: -3px 6px 4px -3px;
}
*/
.mmil_byline
{
    width:400px;
    text-align:left;
    font-size: .9em;
    color: #91908A;
    display:inline-block;
}
    


/*
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }*/


.mmil_slide
{
    position:relative;
}

    .mmil_slide .info a, .mmil_slide .info a:visited, .mmil_slide .info a:hover, .mmil_slide .info a:link
    {
        color: #fff;
        text-decoration:none;
    }

.mmil_slide .info {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    display:none;
    position: absolute;
    bottom: 0;
    padding-bottom:20px;
}

.mmil_slide .info   h2 {
    font-size: 1.3em;
    padding: 10px 4px 4px 10px;
    color:white;
    margin:0;
}
.mmil_slide .info   p {
    font-size: 12px;
    padding: 0 0 30px 10px;
    color:white;
    margin:0;
}

.clearfix
{
    float: none;
    clear: both;
}

a.next,a.next:hover,a.next:visited,a.next:link {
	background: url(right.png) no-repeat transparent;
	width: 21px;
	height: 33px;
	display: block;
	position: absolute;
	top: 45%;
    right: 0px;
}

a.prev,a.prev:hover,a.prev:visited,a.prev:link {
	background: url(left.png) no-repeat transparent;
	width: 21px;
	height: 33px;
	display: block;
	position: absolute;
	top: 45%;
    left:0px;
}


a.prev span, a.next span {
	display: none;
}
