/* dope little content boxes */

.motwtag {
		position: absolute;
		top: 0px;
		left: 0px;
		cursor: pointer;
		z-index: 1;		
}

#motwbox {
height: 480px;
width: 855px;
position: relative;
background: none;
z-index: 1;
}

#motwbox a { 
	height: 172px;
    overflow: hidden;
    text-decoration: none;
	}

#motwbox a span{
	position:absolute;
	left:-9999px;
	text-decoration: none;

	}
	
#motwbox a span {
	background: black; 
	color: white; 
	height: 80px;
	width: 789px;  
	opacity: 0.80; 
	font-size: 40px; 
	bottom: 60px;
	left: 0;
	margin: auto;
	padding-top: 20px;
	padding-left: 66px;
	padding-bottom: 30px;
    text-decoration: none;
    line-height: 48px;
    vertical-align: middle;
	}

#motwbox a span.zoom-icon{
  background: none;
  visibility:hidden;
  position: absolute;
  bottom: 160px;
  left: 350px;
  color: none;
  opacity: 0.95; 
  z-index: 800;
 }

#motwbox a:hover span.zoom-icon{
  background: none;
  visibility:visible;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: 10;
}

#motwbox a:hover span {
    text-decoration: none;
    background: #990000;
	}
	

#motwbox a img { 
	text-decoration: none;
	border: none;
	}
		