/* @override http://www.neotericdesign.com/sandbox/_library/neogallery.css */

/* BEGIN Gallery Portfolio styles */

    
    #portfolio-gallery-holder{
      overflow:hidden;
    }
    
    #portfolio-gallery{
      height: 40px;
      margin: 5px 0 0;
      padding:0;
      position:relative;
      z-index: 150;
      background-color: #fff;
    }
    
    #portfolio-gallery dt{
      float:left;
      font-size:14px;
      list-style-type: none !important;
      font-weight:bold;
      margin:0;
    }
    
    dl.gallery-disabled dd{
      display:none;
    }
    
    dl#portfolio-gallery dt a{
      display:block;
      border-right:1px solid #ddd;
      /*border-left:0 none;*/
      width: 51px;
      height: 40px;
      line-height:40px;
      text-align:center;
      color:#4a4a4a;
    }
    
    /* Two Rows stylings */
	.tworows .dd-wrapper{
      top:80px;
    }
    
    #portfolio-gallery.tworows{
      height:80px;
    }
    
    dl#portfolio-gallery.tworows dt a{
      border-bottom:1px solid #ddd;
      height: 39px;
      line-height: 39px;
    }
	
   
    dl#portfolio-gallery dt a.last-item {
      width:58px;
      border-right:0 none;
    }
    
    dl#portfolio-gallery dt a:hover, dl#portfolio-gallery dt a.selected{
      background-color: #369;
      color: #fafafa;
    }
    

    #portfolio-image{
      padding:0;
      margin:0 0 50px;
      position:relative;
      z-index:10;
      overflow:hidden;
    }
    
    #portfolio-image, .dd-wrapper{
		height: 400px;
	}
    
    
   #content #portfolio-image img{
      position:absolute;
      top:0;
      bottom:0;
      padding: 0;
    }
    
    img {
      z-index:11;
    }
    
    img.new{
      z-index: 99;
    }
    
    .dd-wrapper{
      background-image:url('../_images/black88.png');
      background-color: transparent!important;
      position:absolute;
      z-index:199!important;
      top:40px;
      right:0;
      width:260px;
    }
    
    dl#portfolio-gallery dd{
      color:#fff;
      margin: 20px 30px 20px 22px;
      width: 200px;
    }
    
    dl#portfolio-gallery dd h3 {
		font-family: 'helvetica neue', helvetica, arial, sans-serif;
		font-weight: bold;
      	font-size: 20px;
      	line-height: 23px;
      	color: #fff;
      	margin: 0px !important;
      	padding: 0px !important;
    }
    
    dl#portfolio-gallery dd p{
      font-size: 13px;
      color: #eee;
      line-height: 20px;
      margin: 2px 0px 16px 0px;
      padding: 0px;
    }
    
    dl#portfolio-gallery dd p a {
	color: #bfcfde;
	border-bottom: 1px dotted #86a2bb;
	}
	
	dl#portfolio-gallery dd p a:hover {
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	}
	
	    
/* END Portfolio Gallery*/