#tabs{ 
	position:relative; 
	border:5px solid #ccc; 
	background:#fff;
}
#tabs ul.ui-tabs-nav{ 
	position:absolute; 
	top:6px; left:75%; 
	list-style:none; 
	padding:0; margin:0; 
	width:24%; 
}
#tabs ul.ui-tabs-nav li {
	padding: 1px 0;
	font-size: 12px;
	color: #666;
	width: 98%
}

#tabs ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 5px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
	height: 85%;
	max-width: 50%;
}

#tabs ul.ui-tabs-nav li p {
	font-size: 11px;
	font-family: Verdana;
	line-height: 18px;
	white-space: normal;
}

#tabs li.ui-tabs-nav-item a {
	display: block;
	height: 60px;
	color: #333;
	background: transparent;
	line-height: 20px;
	width: 87%
}

#tabs li.ui-tabs-nav-item a:hover {
	background: #f2f2f2;
}

#tabs li.ui-tabs-selected {
	background: url('../images/selected-item.gif') top left no-repeat;
}

#tabs .ui-tabs-panel{ 
	width:75%; height:100%;
	padding:2px; 
	background:#999; position:relative;
}
#tabs .ui-tabs-panel .info {
	position: absolute;
	top: 75%;
	left: 0;
	height: 25%;
	width: 100%;
/* 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/transparent-bg.png'); */
	background:  url('../images/transparent-bg.png');
	
}
/* #tabs .ui-tabs-panel .info[class]{ */
/* 	background:  url('../images/transparent-bg.png'); */
/* } */


#tabs .ui-tabs-panel img {
	max-height: 100%;
	width: 100%;
}

#tabs .info h5 {
	font-size: 18px;
	font-family: Georgia, serif;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}

#tabs .info p {
	margin: 0 5px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #f0f0f0;
}

#tabs .info a {
	text-decoration: none;
	color: #fff;
}

#tabs .info a:hover {
	text-decoration: underline;
}

.ui-tabs-vertical .ui-tabs-nav { 
	padding: .2em .1em .2em .2em;
	float: right;
	width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
	/*border-right-width: 1px;*/
}

.ui-tabs-vertical .ui-tabs-panel {
	float: left;
}