@charset "utf-8";
/* created by Ivy */
/*** set the width and height to match your im*/

#slideshow{
    position:relative;
    width:457px;
    height: 312px !important;
}

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

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

#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:#FFFFFF;
}
.listshow LI.active1 {

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

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

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

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

	 background: url(../images/5r_hsel.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:457px;
   height:312px;
    display:block;
    border: 0;
   margin:0;
}

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

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

