#rotator { 
	width: 440px; 
	padding-left: 180px; 
	position: relative; 
	border: none;
	height: 250px; 
	background: #999999;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#rotator ul, #rotator div {
	display: block;	
}
#rotator ul.ui-tabs-nav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width: 176px; 
	z-index: 999 !important;
}
#rotator ul.ui-tabs-nav li { 
	width: 138px;
	height: 43px;
	border: 1px solid #c7c7c7; 
	padding: 8px 10px 10px 30px; 
	font-size: 12px; 
	line-height: 13px;
	color: #474747; 
	font-weight: bold;
	background-image: url('images/nav-item.jpg');
	background-position: top left;
	background-repeat: repeat-y;	
	overflow: hidden;
	text-overflow: ellipsis;
}
#rotator ul.ui-tabs-nav li.last-tab {
	padding-bottom: 8px;
}
#rotator ul.ui-tabs-nav li .headline { 
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	color: black;
}
#rotator ul.ui-tabs-nav li img { 
	float: left; 
	margin: 2px 5px; 
	background: transparent;
	padding: 2px; 
	border: 1px solid #eee;
}
#rotator ul.ui-tabs-nav li span { 
	line-height: 18px; 
}
#rotator li.ui-tabs-nav-item a { 
	display: block; 
	height: 44px; 
	overflow: hidden;
	background: transparent;
	line-height: inherit;
	color: inherit;
	color: #474747; 
	text-decoration: none !important;
	outline: none;
}
#rotator li.ui-tabs-nav-item a: hover { 
	background-color: #f2f2f2; 
}
#rotator li.ui-tabs-selected { 
	background-image: url('images/selected-item.jpg') !important;
	width: 170px !important;
	z-index: 999 !important;
	color: white;
}
#rotator ul.ui-tabs-nav li.ui-tabs-selected a,
#rotator ul.ui-tabs-nav li.ui-tabs-selected a span.headline { 
	background: transparent;
	color: white;
	
}
#rotator .ui-tabs-panel { 
	width: 394px; 
	height: 240px; 
	background-color: #999999; 
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	padding: 10px 10px 0 40px;
	margin: 0 0 0 0;
}
#rotator .ui-tabs-panel object { 
	width: 404px !important;
	height: 250px !important;
	margin: -15px 0 0 0 !important;
	padding: 0 !important;
}
#rotator .ui-tabs-panel .info { 
	position: absolute; 
	top: 190px; 
	left: 10; 
	height: 65px; 
	padding-top: 5px;
	background: url('images/transparent-bg.png'); 
	width: 444px;
	margin-left: -40px;
}
#rotator .info h2 { 
	padding: 5px 5px 5px 35px; 
	margin: 0;
	overflow: hidden; 
	font-size: 18px;
	line-height: 18px;
	height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 95%;
	color: white; 
}
#rotator .info p { 
	margin: 0 5px; 
	font-size: 14px; 
	line-height: 16px; 
	color: white;
	padding-left: 30px;
	width: 95%;	
	height: 16px;
	overflow: hidden;
}
#rotator .info a { 
	text-decoration: none; 
	color: #fff; 
}
#rotator .info a: hover { 
	text-decoration: underline; 
}
#rotator .ui-tabs-hide { 
	display: none; 
}