/*
 * jch-basics 0.1
 *
 */
.vertical-reel { float: right; height: 800px; }
.vertical-reel-content {float: left; position: absolute; height: 200px; top: 0; left: 0 }

.vertical-reel ul { list-style:none }
.vertical-reel
{ width: 32%; margin-top: 220px; height: 100%}

.vertical-reel img
{ 
width: 100%;
margin-bottom: 20px; 
}

vertical-reel.right ul li a img
{ border: solid 1px #fff;  margin-bottom: 20px; box-shadow: 3px 3px 3px #666; }

.vertical-reel.right ul li a img:hover
{ border: solid 1px #558655 }

.vertical-reel li.active a img
{ border: solid 1px #558655;
  box-shadow: 3px 3px 3px #666;	}

.left.vertical-reel
{ width: 500px; }