.featured {
	width:600px;
	height:297px;
	padding:10px;
	top:-21px;
	left:330px;
	position:absolute;
	/*background:url('/assets/images/bg/featured_work_bg.jpg') no-repeat left top;*/
	background:#f6f6f6;
	overflow:hidden;
	}
.featured ul.content {
	width:600px;
	height:297px;
	padding:0;
	display:block;
	background:url('/assets/images/loading.gif') no-repeat center center;
	list-style:none;
	margin:0;
	overflow:hidden;
	font-size:100%;
	line-height:1;
	z-index:50;
	}
.featured ul.content li {
	width:600px;
	height:297px;
	position:relative;
	overflow:hidden;
	}
.featured ul.content li span.grad {
	width:600px;
	height:297px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:url('/assets/images/bg/featured_work_overlay.png') no-repeat center center;
	}
.featured ul.content li span.text,
.featured ul.content li span.more {
	position:absolute;
	bottom:42px;
	left:0;
	padding:13px 20px 10px;
	background:#026688;
	opacity: .85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
	-khtml-opacity: .85;
	-moz-opacity: .85;
	}
.featured ul.content li span.more {
	bottom:15px;
	padding:5px 20px;
	background:#0089b0;
	color:#fff;
	opacity: .65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: .65;
	-moz-opacity: .65;
	}
.featured ul.content li a:hover span.text{
	background:#026688;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	}
.featured ul.content li a:hover span.more {
	background:#0089b0;
	opacity: .90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-khtml-opacity: .90;
	-moz-opacity: .90;
	text-shadow:2px 2px 0 #014e6a;
	}
.featured ul.content li a {
	text-decoration:none!important;
	cursor:pointer;
	}
.featured ul.content li span strong {
	font-size:180%;
	color:#fff;
	margin:0;
	line-height:1;
	text-shadow:2px 2px 0 #014e6a;
	}

.featured #featured_tabs {
	bottom:30px;
	}
#featured_tabs {
	list-style:none;
	right:20px;
	font-size:93.8%;
	position:absolute;
	line-height:1;
	z-index:100;
	}
#featured_tabs a {
	height:23px;
	padding:7px 0 0 2px;
	width:28px;
	text-align:center;
	display:block;
	/*text-indent:-9999px;*/
	float:left;
	font-weight:bold;
	color:#fff!important;
	background-image:url('/assets/images/bg/featured_nav_bg.png');
	background-repeat:no-repeat;
	background-position:center top;
	text-decoration:none;
	}
#featured_tabs a:hover,
#featured_tabs a.activeSlide,
#featured_tabs a.activeSlide:hover {
	background-image:url('/assets/images/bg/featured_nav_bg.png');
	background-repeat:no-repeat;
	background-position:center -32px;
	text-decoration:none;
	}
	

#work_image #featured_tabs {
	bottom:40px!important;
	}
	
#work_image {
	width:440px;
	height:570px;
	padding:10px 10px 0;
	margin-bottom:20px;
	background:url('/assets/images/bg/work_detail_bg.png') no-repeat left top;
	}
#work_image .slides {
	width:440px;
	height:560px;
	display:block;
	background:url('/assets/images/loading.gif') no-repeat center center ;
	}
	
#work_image #slides_nav {
	position:absolute;
	top:210px;
	width:445px;
	z-index:100;
	}
#work_image #slides_nav span {
	width:60px;
	height:100px;
	display:block;
	float:left;
	}
#work_image #slides_nav span.next {
	float:right;
	}
#work_image #slides_nav a {
	width:60px;
	height:100px;
	display:block;
	text-indent:-9999px;
	float:right;
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
	background:url('/assets/images/bg/prev.png') no-repeat right center ;
	}
#work_image #slides_nav a#next {
	background:url('/assets/images/bg/next.png') no-repeat left center ;
	}
#work_image #slides_nav a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	}
	

	
