/* PORTFOLIO PAGE STYLES */
#portfoliopage .vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 460px;	 
	width: 142px;
	border-top:3px solid #006400;
	background: url(../images/thumbscroller_background.png) no-repeat;
}

/* root element for scrollable items */
#portfoliopage .items {	
	position:absolute;
	height:20000em;	
	margin-top: 29px;
}

/* single scrollable item */
#portfoliopage .items div {
	margin: 15px 0;
	padding:0px 10px 0 10px;
	font-size:12px;
	height:100px;
	width: 120px;
}

/* elements inside single item */
#portfoliopage .items img {
	float:left;
	height:100px;
	width:120px;
	border:1px solid green;
	cursor: pointer;
}

#portfoliopage .items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#portfoliopage #actions {
	width:140px;
	height: 45px;
	margin:0 1px;
	position: relative;
	z-index: 5;	
	background: url(../images/topaction2.png);
}

#portfoliopage #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
	display: block;
	width: 68px;
	height: 20px;
	text-align: center;
	padding-top: 10px;
}
#portfoliopage .prevPage{
	float: left;
}
#portfoliopage .nextPage{
	float: right;
}

#portfoliopage #actions a:hover {
	text-decoration:underline;
	color:#000;
}

#portfoliopage .disabled {
	visibility:hidden;		
}

#portfoliopage #whitegrad{
	width: 142px;
	height:111px;
	background: url(../images/whitegrad.png);
	position: relative;
	top: 305px;
}

#portfoliopage{
	width: 720px;
	height: 600px;
}
#portfoliopage #portfoliobigbox{
	width: 560px;
	height: 460px;
	float: left;
}
#portfoliopage #thumbscroller{
	width: 140px;
	height: 460px;
	float: right;
}
/* styling for the image wrapper  */ 
#portfoliopage #image_wrap { 
    /* dimensions */ 
    width:560px; 
    margin:0; 
    padding:5px 0; 
 
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
}
#portfoliodesc{
	background: url(../images/portfoliodescbackground.png) top left no-repeat;
	width: 560px;
	height: 103px;
	margin: 10px 0 0 0;
	padding: 10px;
}
#mainbody h2.portfoliotitle{
	text-align: left;
	margin: 0 0 10px 0;
}
#mainbody h6.portfoliourl{
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;	
	color: #777777;
	font-family: verdana, tahoma, arial;
}
#mainbody h6.portfoliourl a{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: blue;
	font-family: verdana, tahoma, arial;
}
#mainbody h6.portfoliourl a:hover{
	text-decoration: underline;
	color: #71AE6C;
}
#portfoliodesc p{
	width: 540px;
}
/* END OF PORTFOLIO PAGE STYLES */



