/****************************************/
/* The Worx Group 2008 Site */
/* Copyright (c) The Worx Group - 2008 */
/* portfolio.css */
/****************************************/
.content { width:900px; background:#fff; /* padding-top:5px; */ position:relative; }
.content a { cursor:pointer; }
/****************************************/
/* Categories */
/****************************************/
.categories { width:900px; background:#efedea url(../images/bg_port_cat.gif) repeat-y right; margin-bottom:1px; }
	.categories ul { list-style:none; padding:10px 10px 10px 15px; margin:0; border:0; }
	.categories li { display:inline; padding:0px 10px 0px 0px; margin:0; font-size:11px; font-weight:bold; }
	.categories a { color:#333333; text-decoration:none; }
	.categories a:hover { text-decoration:underline; }
	.tabs-hide { display:none; } /* For tabs transparency */

/****************************************/
/* Slider */
/****************************************/
.sliderGallery { height:190px; background:#FFF url(/images/portfolio/slider_bg.gif) no-repeat; overflow:hidden; position:relative; border-bottom:1px solid #999; }
	.sliderGallery UL { position:absolute; list-style:none; white-space:nowrap; margin:0; padding:10px 0 0 10px; border:0; }
	.sliderGallery UL LI { float:left; position:relative; width:162px; height:140px; background-position:top; background-repeat:no-repeat; text-align:center; margin:0 0 0 5px; }
	.sliderGallery UL LI a { position:absolute; bottom:0px; left:0px; width:170px; padding-top:120px; }
	.sliderGallery UL LI a:hover { color:#ff6600; text-decoration:none; }
	.slider { width:864px; height:21px; margin:0 20px; position:absolute; bottom:10px; background:url(/images/portfolio/slider_slider_bg.jpg) no-repeat; cursor:pointer; }
	.handle { position:absolute; cursor:move; height:20px; width:124px; text-align:center; top:2px; z-index:100; }
/****************************************/
/* Portfolio Showcase */
/****************************************/
.showcase { position:relative; width:900px; height:425px; }	
	.portfolio_home { padding:100px; position:relative; z-index:9;  }
		.portfolio_home h1 { font-size:45px; color:#666; line-height:1.3em; }
		.portfolio_home h1 span { color:#FF6600; }
		
	.showcaseItem { display:none; position:relative; z-index:1; }
		.showcase_left { position:absolute; top:15px; left:15px; width:265px; height:395px; }
			.showcase_client { height:24px; color:#ff6600; font-size:18px; }
			.showcase_project { height:15px; padding-bottom:14px; font-weight:bold; }
			
			.acc_wrap { height:344px; }
				.showcase_menu { float:left; width:265px; height:344px; position:relative; overflow:hidden; }
					.showcase_menu .acc_body { height:263px; }
	
		.showcase_right { position:absolute; top:15px; right:15px; width:589px; height:399px; }
			.showcase_frame { position:absolute; top:0px; left:0px; z-index:1; }
			.enlarge_view { position:absolute; top:8px; right:10px; z-index:9; }