body{
	padding: 0;
	margin: 0;
}

.contentWrap #featured img{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#btnOpen{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	background: #e7222c url(../img/btn_open.gif) no-repeat;
	z-index: 2;
	cursor: pointer;
}
#btnOpen:hover{
	background-color: #075195;
}
#featured,
#featured1,
#featured2,
#featured3,
#featured4{ 
	width:675px; 
	padding-right:250px; 
	position:absolute; 
	/*border:5px solid #ccc; */
	height:250px; overflow:hidden;
	background:#C5D4E1;
    border-color: #B1C7DA #608DB6 #608DB6 #B1C7DA;
    border-style: solid;
    border-width: 1px 1px 3px;
	padding: 0px 0;	
}
ul.ui-tabs-nav{ 
	position:absolute; 
	top: 0px; 
	left: 0; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:124px; 
	height:250px;
	overflow:auto;
	overflow-x:hidden;
}
ul.ui-tabs-nav li{ 
	padding:1px 0; 
	padding-left:1px;  
	font-size:12px; 
	color:#666; 
}
ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #075195;
}
ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
	display: none;
}
li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}
li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	/*background:url('../img/gallery/projects/selected-item.gif') top left no-repeat;  */
}
ul.ui-tabs-nav li.ui-tabs-selected a, 
ul.ui-tabs-nav li.ui-tabs-active a{ 
	background:#075195; 
}
.ui-tabs-panel{ 
	width:460px; 
	height:250px; 
	background:#999; 
	position: absolute;
	right: 0;
}
.itemsInList  .ui-tabs-panel{
	right: inherit;
	left: 170px;
}
.ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('../img/gallery/projects/transparent-bg.png'); 
	width: 100%;
}
.ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
.info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
.info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
.info a{ 
	text-decoration:none; 
	color:#fff; 
}
.info a:hover{ 
	text-decoration:underline; 
}
 .ui-tabs-hide{ 
	display:none; 
}

.ui-tabs-panel .info{
		display:none;
	}