#portfolio #content{
	background: #f5f5f5;
	
}
#content{
	padding: 20px 0;
}
#content h2#ptH2{
	background: url(images/portfolioH2.png);
	width: 319px;
	height: 87px;
	text-indent: -9999px;
	margin: 0 auto;
}
.projectViewer{
	background: url(images/portfolio/ptBg.png) no-repeat;
	width: 908px;
	height: 358px;
	margin: 0 auto;
}
div.scrollable{
	width: 900px;
	height: 350px;
	position:relative; 
    overflow:hidden; 
}
div.scrollable div.items{
	width:20000em; 
    position:absolute; 
}
.items .wrapper{
	width: 900px;
	float: left;
}
.items .askLaw .info h2{
	font-size: 38px;
}
.items .bigImg{
	margin: 30px 10px 0 15px;
	width: 449px;
	float: left;
	display: inline;
}
.info{
	width: 300px;
	float: right;
	padding: 120px 100px 0 0;
	text-align: left;
}
.info h2{
	font-size: 48px;
	text-shadow: 1px 0 0 #fff;
	color:#747474;
	font-family: Arial;
}
.info .thumb{
	margin-top: 30px;
	cursor: pointer;
}

.nextPage,.prevPage{
	float: right;
	display: block;
	cursor: pointer;
	width: 17px;
	height: 17px;
	margin-top: 7px;
	text-indent: -9999px;
	display: inline;
}
.nextPage{
	background: url(images/portfolio/ptNext.png);
	margin-left: 10px;
	margin-right: 40px;
}
.prevPage{
	background: url(images/portfolio/ptPrev.png);
	margin-right: 20px;
}
.navi{
	float: right;
	margin-top: 10px;
	display: inline;
}
.navi a{
	display:block;
	width:14px;
	height:14px;
	font-size: 1px;/*for IE6*/
	background:url(images/portfolio/ptNavBtn.gif);
	cursor: pointer;
	margin-right: 10px;
	float: left;
	display: inline;
}
.navi .active{
	background: url(images/portfolio/ptNavBtn.gif) left -16px;
}


.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
     border:10px solid rgba(82, 82, 82, 0.698); 
 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
  
       
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(images/portfolio/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}