/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:100px;
	padding:11px 0;
}

#slideshow DIV {
    position:absolute;
	width:147px;
    top:0;
    left:0;
	padding:11px 15px 0 110px;
    z-index:8;
    opacity:0.0;
    height: 100px;
	background:url(../images/topGred.gif) repeat-x #eaeaea; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; behavior: url(PIE.htc);
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75); 
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75); 
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);}
}
#slideshow DIV p{padding:0;  line-height:20px;}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow DIV h3{ line-height:150px;}
#slideshow DIV.last-active {
    z-index:9;
    opacity:0.0 important!;
}

#slideshow DIV IMG {
	width:111px;
	position:absolute;
	left:-14px;
	padding:0 0px 0 0;
    border: 0;
    margin:0;
}










/*** set the width and height to match your images **/
#banner{width:100%; height:100%; overflow:hidden; z-index:0; position:absolute;}
#slideshow1 {
    position:relative;
    height:700px;
	margin:0 auto;
	width:1600px;
}

#slideshow1 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    opacity:0.0;
    height: 700px;
}

#slideshow1 DIV.active {
    z-index:8;
    opacity:1.0;
}

#slideshow1 DIV.last-active {
    z-index:7;
}

#slideshow1 DIV IMG {
    
    display: block;
    border: 0;
    margin:0;
}
@media all and (max-width: 699px) and (min-width: 481px)  
{#banner{width:100%;  height: 100%; overflow:hidden; z-index:0; position:absolute;}
#slideshow1 {
    position:relative;
	margin:0 auto;
	width:100%;
	 height: 100%;
}
#slideshow1 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    opacity:0.0;
	 height: 100%;
   
}
	#slideshow1 DIV IMG { width: 100%; height: 100%;}
	}
@media all and (max-width: 480px) and (min-width: 150px)  
{.disV{ display: none;}
	#banner{width:100%; height: 100%; overflow-x:hidden; z-index:0; position:absolute; background:url(../images/homeBg.jpg) no-repeat; background-size:100% 100%; }
#slideshow1 {
    position:relative;
	margin:0 auto;
	width:100%;height: 100%;
}
#slideshow1 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    opacity:0.0;
   height: 100%;
}
	#slideshow1 DIV IMG { width: 100%; height: 100%;}}