/* New in version 1.7+ */  
#slider3 {
width: 100%;
height: 400px;
list-style: none;
}  

/* images with caption */  

#slider3 img {   
width: 100%;   
height: 400px;
background-color:white;
box-shadow:10px 10px 10px 10px black inset;
}  
/* position the panels so the captions appear correctly */  
#slider3 .panel { 
position: relative;
}  

/* captions */  
#slider3 .caption-top, #slider3 .caption-right,  #slider3 .caption-bottom, #slider3 .caption-left {   
background: #fff;
color: #000;
padding: 10px;
margin: 0;
position: relative;
z-index: 10;
opacity: .4;
filter: alpha(opacity=20);
}  /* Top caption - padding is included in the width (480px here, 500px in the script), same for height */  
#slider3 .caption-top {   
left: 0;
top: 0;
width:100%;
}  
/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */  
#slider3 .caption-right {
right: 0;
bottom: 0;
height: 380px;
}  
/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */  
#slider3 .caption-bottom {
left: 0;   bottom: 0;   
width:100%;   
}
/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */  
#slider3 .caption-left {
left: 0;   bottom: 0;      
height:380px;
}  /* Caption close button */  
.caption-top .close, .caption-right .close,  .caption-bottom .close, .caption-left .close {   
font-size: 80%;
cursor: pointer;   
float: right;   
display: inline-block;  
}






#slider4 {
width: 100%;
height: 400px;
list-style: none;
}  

/* images with caption */  

#slider4 img {   
/* width: 100%;   
height: 400px;
background-color:white; */ 
box-shadow:10px 10px 10px 10px black inset;
}  
/* position the panels so the captions appear correctly */  
#slider4 .panel { 
position: relative;
}  




#slider-missy {
width: 100%;
height:490px;
list-style: none;
}  

/* images with caption */  

#slider-missy img {   
/* width: 100%;   
height: 400px;
background-color:white; */ 
box-shadow:10px 10px 10px 10px black inset;
}  
/* position the panels so the captions appear correctly */  
#slider-missy .panel { 
position: relative;
}  






/* Modding club */
#slider5 {
width: 100%;
height:400px;
list-style: none;
}  

/* images with caption */  
#slider5 img {   
/* width: 100%;   
height: 400px;
background-color:white;  
box-shadow:10px 10px 10px 10px black inset; */
}  
/* position the panels so the captions appear correctly */  
#slider5 .panel { 
position: relative;
}  




div.anythingSlider-metallic2 .anythingControls {
	float: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

div.anythingSlider-metallic2 .anythingControls ul {
	margin: 0;
	z-index: 100;
}
div.anythingSlider-metallic2 .anythingControls ul li {
	display: block;
	float: left;
}
div.anythingSlider-metallic2 .anythingControls ul li a {
display: block;
background:url(../pic/slider5_nav2.png) top left no-repeat;
width: 20px;
height: 20px;
padding:0;
float: left;
margin: 0 0 0 10px;
position: relative;
z-index: 991;
cursor: pointer;
font-size: 0;
}



div.anythingSlider-metallic2 .anythingControls ul li a:hover, div.anythingSlider-metallic2 .anythingControls ul li a.cur {
	background:url(../pic/slider5_nav_hover.png) no-repeat;
}

