#rotator{ 
width:600px;
position:relative; 
height:250px; 
margin-right:0;
background:#fff;
}



#rotator ul.ui-tabs-nav{
position:absolute;
top:0;
left:392px;
list-style:none;
padding:0;
padding-bottom:2px;
margin:0;
width:180px;
height:248px;
z-index:100;
/*background-image:url('/content/redesign/images/rotator_drop.png');
background-repeat:repeat-y;
background-position:3x 50%;*/
}

#rotator ul.ui-tabs-nav li{ 
padding:1px 0 2px 12px;
height: 48px;
font-size:13px; 
background-image:url('/content/redesign/images/rotator_drop.png');
background-repeat:repeat-y;
background-position:5px 50%;
}

#rotator ul.ui-tabs-nav li span{ 
font-size: 13px;
line-height:16px; 
width:148px;
}

#rotator li.ui-tabs-nav-item a{ 
display:block; 
width:148px;
height:16px; 
color:#333;
background-image:url('/content/redesign/images/rotator-tab-unselected.png');
background-repeat:no-repeat;
line-height:20px;
text-left;
padding: 5px 0px 25px 30px;
text-decoration:none;
font-size:13px;
}

#rotator li.ui-tabs-nav-item a:hover{ 
background-image:url('/content/redesign/images/rotator-tab-hover.png');
background-repeat:no-repeat;
color:#fff
}

#rotator li.ui-tabs-selected{ 
background:url('/content/redesign/images/rotator-tab-selected.png') left no-repeat;
background-repeat:no-repeat;
width:168px;
}

#rotator ul.ui-tabs-nav li.ui-tabs-selected a{ 
background:url('/content/redesign/images/rotator-tab-selected.png') left no-repeat;
background-repeat:no-repeat;
width:148px;
background-position: 0px 50%;
}


#rotator .ui-tabs-panel{ 
width:420px;
height:248px; 
position:relative;
}


#rotator .ui-tabs-panel img{ 
width:420px; 
height:247px;
border:1px solid #ccc;
border-right:2px solid #fff;
}

#rotator .ui-tabs-panel .info{ 
position:absolute; 
bottom:0;
left:0; 
padding:4px 4px 4px;
height:auto;
width:415px; 
background: url('/content/redesign/images/transparent.png'); 
}

#rotator .info  a { 
text-decoration:underline;
font-weight:bold;
}

#rotator .info a:hover {
text-decoration:none;
}


#rotator .info h2{ 
font-size:18px; 
color:#fff; padding:0 0 2px 5px; margin:0;
overflow:hidden; 
}

#rotator .info p{ 
margin:0 5px;
font-size:12px; 
line-height:15px; color:#f0f0f0;
}

#rotator .info a{ 
text-decoration:none; 
color:#fff; 
}

#rotator .info a:hover{ 
text-decoration:underline; 
}

#rotator .ui-tabs-hide{ 
display:none; 
}
