#Slider
{
    display: none;
    
}

#Slider h2 {
  font-size: 1px;
  text-indent: -9999px;
  position: absolute;
}

#Slider h3 {
  color: #4d3f1e;
  font-size: 2.8em;
  margin-top: -24px;
  *margin-top: 46px;
  margin-bottom: 5px;
  padding-top: 0px;
  text-transform: uppercase;
  line-height: 1em;
}

/*Main Container*/
.container {
  width:900px;
}
.container ul{
  list-style-type: none;
  margin: 0;
  padding:0;  
    
}
.container li{
  display: inline;
  margin: 0px;
  padding:0px;
  
}
/*Content Container*/
.contentContainer {
  padding-left: 0px;  
  float: left;
  width: 0px;
  height: 298px; 
  overflow: hidden;
  background: #d0b35a;
  margin-top: 1px;
  background: url(../img/slider/slider_bg.jpg) repeat-x;
  
}

.contentWrapper{  
}
.contentInnerWrapper{
  text-align: justify;
  padding: 0px;
}
/* Handle*/
.handle, .handleSelected {
  float: left;
  width: 53px;
  height: 298px;
  margin: 1px;
  margin-right: -10px;
  background:  url(../img/slider/slider_bar_left.jpg) no-repeat;
}

#SliderListItem0 .handle 
{
  width: 63px;
  background-image: url(../img/slider/slider_Graybar_fellows.gif);
}

#SliderListItem1 .handle 
{
  width: 62px;
  background-image: url(../img/slider/slider_graybar_finalists.gif);
}

#SliderListItem2 .handle 
{
  width: 62px;
  background-image: url(../img/slider/slider_graybar_applicants.gif);
}

.handleOver{  
  background: url(../images/slider/slider_gold_fellows.jpg) no-repeat;
}
#SliderListItem0 .handleSelected{  
  background: url(../img/slider/slider_gold_fellows.jpg) no-repeat;
}
#SliderListItem1 .handleSelected{  
  background: url(../img/slider/slider_gold_finalists.jpg) no-repeat;
}
#SliderListItem2 .handleSelected{  
  background: url(../img/slider/slider_gold_applicants.jpg) no-repeat;
}


.slideContainer {

}

.sliderSpotlight {
  width: 528px;
  height: 298px;
  float: right;
}  

.sliderColumn {
  width: 155px;
  margin-top: 70px;
  *margin-top: 0px;
  margin-left: 27px;
  margin-right: 0px;
  float: left;
  font-size: 1.2em;
  color: #604f27;
  text-align: left;
  display: inline;

}

.sliderBtn {
  width: 159px;
  height: 39px;
  background: url(/img/slider_btn.gif) no-repeat;
  margin-top: 25px;
  margin-left: -2px;
  text-align: center;

}

.sliderBtn a:link {
  width: 159px;
  height: 39px;
  color: #000;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 10px;

}

.sliderBtn a:visited {
  width: 159px;
  height: 39px;
  color: #000;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 10px;

}

.sliderBtn a:hover {
  color: #dc0029;
  text-decoration: none;
}

.sliderBtn a:active {
  color: #dc0029;
  text-decoration: none;
}

.handleOver {
  cursor:pointer;
}















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
