	/********************************** TAB STYLE *****************************************/
		/*--------------------------------------------------
		  REQUIRED to hide the non-active tab content.
		  But do not hide them in the print stylesheet!
		  --------------------------------------------------*/
		#tab_rotator .ui-tabs-hide {
		 display:none;
		}
		#tab_rotator .tab1 {
		width: 95px;
		color:#fff;
		}
		/*--------------------------------------------------
		  .tabber = before the tabber interface is set up
		  #tab_rotator = after the tabber interface is set up
		  --------------------------------------------------*/
		#tab_rotator .tabber {
		 margin-left: 0px;
		 margin-top: 10px;
		 font-size: 0.6875em;
		}
		#tab_rotator {
		 margin: 0;
		 padding: 0;
		 text-align: left;
		 position: relative;
		 z-index: 1;
        width: 100%;
        float:none;
        }

		/*--------------------------------------------------
		  ul.ui-tabs-nav = the tab navigation list
		  li.tabberactive = the active tab
		  --------------------------------------------------*/
		#tab_rotator .ui_ul_container {
		    height: 20px;
		    background-color: #161616;
		    position: absolute;
		    width: 100%;
		    top:361px;
		    }
		#tab_rotator ul.ui-tabs-nav
		{
		    padding-top: 0;
            display: block;
			line-height:20px;
		    width: 272px;
		    margin-left: 270px;
		}
		#tab_rotator ul.ui-tabs-nav li
		{
			list-style: none;
			margin: 6px 6px 0 0;
			float: left;
			font-size:.725em;
			height:10px;
			width:10px;
			line-height: 12px;
			position: relative;
			background-color: #585858;

		}
		#tab_rotator ul.ui-tabs-nav li.last	{
        margin: 6px 0 0;
        }
		ul.ui-tabs-nav li a
		{

		}
		#tab_rotator ul.ui-tabs-nav li a:link { color: #fff; }
		#tab_rotator ul.ui-tabs-nav li a:visited { color: #fff; }
		#tab_rotator ul.ui-tabs-nav li a:hover
		{
			color: #FFF;
			filter: alpha(opacity=85);
			opacity: .85;

		}

		#tab_rotator ul.ui-tabs-nav li.ui-tabs-selected a span
		{

		    background-color: #fff;
			font-weight: bold;
		}
		#tab_rotator ul.ui-tabs-nav li.ui-tabs-selected a
		{
			color: #FFF;
		}

		#tab_rotator ul.ui-tabs-nav li.ui-tabs-selected
		{
            background-color: #FFF;
		}


		#tab_rotator ul.ui-tabs-nav li.ui-tabs-selected a
		{
		    filter: alpha(opacity=85);
		    opacity: 0.85;
		}

		/*--------------------------------------------------
		  .tabbertab = the tab content
		  Add style only after the tabber interface is set up (#tab_rotator)
		  --------------------------------------------------*/
		#tab_rotator .ui-tabs-panel {
			width:100%;
			overflow: hidden;
			clear: both;
      position: relative;
      z-index: 0;
			/*background-image:url(../images/tab_body_bg.jpg);
		/* font-size: .625em;*/
		 /* If you don't want the tab size changing whenever a tab is changed
			you can set a fixed height */
		 /* height:200px; */
		 /* If you set a fix height set overflow to auto and you will get a
			scrollbar when necessary */
		 /* overflow:auto; */
		}
		#tab_rotator item a {
			color:#2C65A2;
		}
		/* If desired, hide the heading since a heading is provided by the tab */
		#tab_rotator .tabbertab h2 {
		 display:none;
		}
		#tab_rotator .tabbertab h3 {
		 display:none;
		}

		/* Example of using an ID to set different styles for the tabs on the page */
		#tab_rotator#tabx1 {
		}

		#tab_rotator#blogtab {
			margin-right: 10px;
		}

		#tab_rotator#blogtab .tabbertab {
			padding: 0px;
			margin:0px
		/*	overflow: auto;*/
		}

		#tab_rotator .tabphoto {
			float: left;
			font-size: 11px;
			border:0;
			position: relative;
		}

		#tab_rotator .tabphoto a img {
			border:0;
		}

		#tab_rotator .tabphoto a.art_link {
		    line-height: 0 !important;
		    display: block;
		}

		#tab_rotator .tab_content, div.photo_info {

		}

		#tab_rotator .tab_content tr, .tab_content td {
			vertical-align: top;
		}

		#tab_rotator #nav-fragment a {
			display: block;
			color: #fff;

		}

		#tab_rotator #nav-fragment a.last {
			display: block;
			color: #fff;
			margin-right: 0px !important;
		}

		#tab_rotator .ui-tabs-nav-item{
			overflow: hidden;
		}

		#tab_rotator .ui-tabs-nav-item a span{
		}

		#tab_rotator .ui-tabs-nav-item a span img{
		    border:none;
		}

		#tab_rotator .tab_teaser_text {
			color: #FFFFFF;
			padding: 4px 12px;
            bottom: 0px;
			width:606px;
			background:#161616;
			}
		#tab_rotator h4 {
            font-size: 12px;
            font-weight: normal;
            margin-left: 2px;
            margin-top:0;
            padding-top:0;
            padding-left:9px;
            margin-bottom: 6px;
            }
        #tab_rotator h3 {padding-left:9px;}
		#tab_rotator h4 a {
			color:#FFFFFF;
		}

		#tab_rotator h4 span {
            float:right;
		}

		#tab_rotator ul.footer a, #tab_rotator p.read_more a, #tab_rotator p.date a {
			color: #000;
		}

		#tab_rotator .more_links {
			position: absolute;
			top: 262px;
			left: 400px;
			opacity: .7;
		}
