﻿
.hidden
{
display: none;
}

#prevNext {
width:70px;
height:22px;
margin:10px 0px 0px 0px;
/*margin-bottom: -2.5em;*/
display:table;
float:left;
position: absolute;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}


#rotation_content {
 display:table;
 float:left;
 width:940px;
 height:183px;		
}

#slides {
 margin-top:32px;
 display:table;
 float:left;
 width:940px;
 height:158px;
 background-image:url(images/rotation_content_bg.gif);
 background-repeat:repeat-x;
}

#rotation_nav {
 display:table;
 width:940px;
 height:22px;
}

#rotation_nav_left {
 display:table;
 float:left;
 width:32px;
 height:22px;
 margin-left:9px;
}

#rotation_nav_right {
 display:table;
 float:left;
 width:32px;
 height:22px;	
 margin:0;
}

#rotation_content01 {
 display:table;
 float:left;
 width:469px;
 height:156px;	
 margin-top:1px;
 background-color:#f8fde3;
}

#rotation_content02 {
 display:table;
 float:right;
 width:469px;
 height:156px;	
 margin-top:1px;
 background-color:#d9ebf3;
}