


#leftcontent-portfolio-details #content {
	width: 270px;
	height: 325px;
	float: left;
	overflow: hidden;
	color: #666;
	padding-right: 5px;
		}



#leftcontent-enhance #content {
	width: 300px;
	height: 325px;
	float: left;
	overflow: hidden;
	color: #666;
	padding-right: 5px;
		}




#main {
			width: 315px;
			height: 325px;
			
		}

	#content {
	width: 310px;
	height: 325px;
	float: left;
	overflow: hidden;
	color: #666;
	padding-right: 5px;
		}

		.text {
			margin: 10px;
		}

		.vScrollbar {
			float: left;			
		}
		
		.hScrollbar {
			clear: both;	
			}

		.vTrack {
			height: 300px;
			width: 8px;
			position: relative;
			background: #ddd;
			overflow: hidden;			
		}
		
		.hTrack {
			float: left;
			height: 8px;
			width: 255px;
			position: relative;
			background: #ddd;
			overflow: hidden;			
		}			

		.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 10px;
	overflow: hidden;
	background-color: #CCC;
		}
		
		.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 8px;
	width: 8px;
	overflow: hidden;
	background-image: url(up.png);
	padding-bottom: 3px;
	background-repeat: no-repeat;
		}
		
		
		
			.arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 8px;
	width: 8px;
	overflow: hidden;
	background-color: ;
	background-image: url(down.png);
	background-repeat: no-repeat;
	margin-top: 3px;
		} 
		
		
		.arrowLeft, .arrowRight, .corner {
	float: left;
	
			}
			
		.corner {
			background: #000;
			}				
