@charset "utf-8";
/*
	Styles for the jadrotate widget on the homepage (10-21-09)
*/
#slideshow{
    position:relative;
    width:446px;
    height: 297px !important;
}

.listshow {
 position:relative;
    /*height:200px;*/
}
#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 297px;
   }

*html #slideshow DIV{
   margin:0;
   height: 297px;
}

#slideshow DIV.active, 
.listshow LI.active1, 
.listshow LI.active2,
.listshow LI.active3, 
.listshow LI.active4, 
.listshow LI.active5 {

    z-index:10;
    opacity:1.0;
}
.listshow LI.active1 a, 
.listshow LI.active2 a,
.listshow LI.active3 a, 
.listshow LI.active4 a, 
.listshow LI.active5 a{
	color:#000000;
}
.listshow LI.active1 {

 	background: url(../images/1r_hselc.gif) no-repeat;
	
}
.listshow LI.active2{

 	background: url(../images/2r_hselc.gif) no-repeat;
	
}
.listshow LI.active3{

	 background: url(../images/3r_hselc.gif) no-repeat;
	 
}
.listshow LI.active4{

	 background: url(../images/4r_hselc.gif) no-repeat;
	 
}
.listshow LI.active5{

	 background: url(../images/5r_hselc.gif) no-repeat;
	 
}

#slideshow DIV.last-active, 
.listshow LI.last-active1, 
.listshow LI.last-active2, 
.listshow LI.last-active3, 
.listshow LI.last-active4, 
.listshow LI.last-active5 {

    z-index:9;
	
}

#slideshow DIV IMG{
    width:446px;
   height:297px;
    display:block;
    border: 0;
   margin:0;
}

img.jadrotate-display-block {
border: 0px none ;
display: block;
}

img.jadrotate-display-none{
border: 0px none ;
display: none;
}

