/** Rotating Text at Bottoms **/
.Wrapper{
	float:left;
    width:942px;
	padding:2px;
    border: 1px solid #2A0000;
    border: 1px solid lightsteelblue;
}
.rotatepics{
  width:940px;
  height:305px;
  padding:0 0px;
/*  border: 1px solid #2A0000;*/
}
.rotatepics img{
  float: right;
/*  width: 350px;
  height:233px;
  height:175px;*/
  border:none;
}
.rotatepics a, .rotatepics a:visited{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
font: bold 13px Verdana;
}

.rotatenums{
 width:933px;
 clear: left;
 padding:3px 3px;
 background:lightsteelblue;
/* border: 1px solid #2A0000;*/
}
.rotatenums ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align rotatenums interface*/
font-size: 16px;
}

.rotatenums li{
list-style-type: none;
display: inline;
padding-bottom: 2px;
padding-top: 2px;
}

.rotatenums a, .rotatenums a:visited{
padding: 0 5px;
border: 1px solid #2c5781;
text-decoration: none; 
color: #2c5781;
}

.rotatenums a:hover, .rotatenums a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #bcd6ed;
}

.rotatenums a.currentpage{
background:	#2c5781;
color: #FFF !important;
border-color: #2c5781;
font-weight: bold;
cursor: default;
}
.rotatenums a.prevnext{
  font-weight: bold;
}
* html .rotatenums p{ /* IE 3px jog hack*/
  height: 1%;
}


.rotatepics p.Title{
  color:#ba9b63;
  font: bold 19px Verdana;
}

.rotatepics div.Title{
  color: #2c5781;
  font: bold 12px Verdana;
}

