/*--------------------------------------------------------------- NEW CSS---------------*/

.wrapper {
	width:965px;
	border-top:0px solid #92a5bc;
	border-bottom:0px solid #92a5bc;
	margin:0;
	padding:0;
	border:0px solid #000000;
}
#rotator {
	background:transparent;
	color:#000;
	position:relative;
	margin:0;
	padding:0;
	height:220px;
}
img.rotator-photo {
	position:absolute;
	left:20px;
	top:20px;
	display:block;
}
.rotator {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:250px;
}

#rotator h2 {
	font-family:Verdana;
	margin:0px 0px 0px 0px;
	padding-top:15px;
	padding-bottom:5px;
	font-weight: normal!important;
	font-size:15px;
	color: #2e87c2;
    border-bottom:1px solid #999999;
	border-bottom-style:dashed;
}

#rotator p {
	font-family:Verdana;
	margin:10px 15px 0px 0px;
	font-size:12px;
	line-height:22px;
	color:#585858;
	border:0px solid #FFFFFF;
	height:60px;
}

/*-------------------------------------------------------------------*/
#rotator ul {
	position:absolute;
	background:url(../images/rotatorbuttons.png) no-repeat top left;
	bottom:0;
	right:0;
	z-index:1;
	padding:0;
	margin:0;
	margin-right:12px;
	margin-bottom:10px;
	_margin-bottom:3px;
	width:198px;
	height:17px;
	
}
#rotator li {
	display:inline;
}
#rotator li a {
	float:left;
	width:22px;
	height:0px;
	padding-top:23px;
	margin-right:7px;
	overflow:hidden;
	background-image:transparent;
	display:block;
	color:#585858;
}
#rotator li#rotator-6-link a {
	
}
#rotator li a.active, #rotator li a:hover {
  background-image:url(../images/rotatorbuttons.png);
}
#rotator li#rotator-1-link a.active, #rotator li#rotator-1-link a:hover {
	background-position: 0px 22px;
}
#rotator li#rotator-2-link a.active, #rotator li#rotator-2-link a:hover {
	background-position: -29px 22px;
}
#rotator li#rotator-3-link a.active, #rotator li#rotator-3-link a:hover {
	background-position: -58px 22px;
}
#rotator li#rotator-4-link a.active, #rotator li#rotator-4-link a:hover {
	background-position: -88px 22px;
}
#rotator li#rotator-5-link a.active, #rotator li#rotator-5-link a:hover {
	background-position: -116px 22px;
}
#rotator li#rotator-6-link a.active, #rotator li#rotator-6-link a:hover {
	background-position: -145px 22px;
}
li#rotator-pauseplay-link a, li#rotator-pauseplay-link a:hover {
	background-image:url(../images/rotatorbuttons.png);
	background-position:-174px 22px;
	margin-right:0;
}
.playing li#rotator-pauseplay-link a, .playing li#rotator-pauseplay-link a:hover {
	background-position:-174px 0px;
}

/*-------------------------------------------------------------------*/


/* Tabs 
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:14px;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
ul.ui-tabs-nav {
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	width:190px;
	padding:0;
	padding-bottom:3px;
	margin:0;
	margin-right:15px;
	border-top:0px solid #FFF;
	text-align:right;
	border:0px solid #00FF00;
}
/* Non-Selected Tabs
li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	font-size:13px;
	font-weight:normal;
	color:#fff;
	padding:0;
	margin:0;
	margin-left:10px;
	
	border-left:0px solid #FFF;
	border-right:0px solid #c5ced9;
}
/* Hovered Tab 
#rotator .ui-tabs-nav-item a:hover, #rotator .ui-tabs-nav-item a:active {
		color:#333;
}
#rotator .ui-tabs-nav-item a span {
	float:left;
	cursor:pointer;
	padding:3px 5px 2px 5px;
}
/* Active Tab 
#rotator .ui-tabs-selected a:link, #rotator .ui-tabs-selected a:visited, #rotator .ui-tabs-

selected a:hover, #rotator .ui-tabs-selected a:active {
		color:#000;
	background-color:#FCAA1C;
	border:1px solid #FFCA6E;
}*/
