#slides{
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0 auto 0px auto;
	padding: 0 0 48.79% 0;
	border: 0px;
}
#slides ul, #slides li{
    margin: 0;
    padding: 0;
}
#slides .thumbs{
	display: none;
	width: 100%;
	margin:0;
	padding:6px 0 1px 0;
	list-style-type: none;
	text-align: center;
	position:absolute;
	bottom: 0px;
	z-index: 99;
	background: rgba(35, 35, 35, .85);
}
#slides .thumbs li a{
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 41px !important;
    width: 100px !important;
    border: 2px solid rgba(35, 35, 35, .85);
}
#slides .thumbs li a:hover{
    padding: 0;
    color: #aaa !important;
	-moz-opacity: .65; opacity: .650; filter: alpha (opacity=65, finishopacity=0, style=0);
    border: 2px solid  rgba(220, 220, 220, .95);
}

#slides .thumbs li a.selected{
    padding: 0;
    color: #aaa !important;
    position: relative;
    top: 0px;
	-moz-opacity: .65; opacity: .650; filter: alpha (opacity=65, finishopacity=0, style=0);
    border: 2px solid  rgba(220, 220, 220, .95);
}

#slides .thumbs li a.selected:hover{
    padding: 0;
    color: #aaa;
	-moz-opacity: .65; opacity: .650; filter: alpha (opacity=65, finishopacity=0, style=0);
    border: 2px solid  rgba(220, 220, 220, .95);
}
#slides .slide{ /* image container */
	display: none;
	color: #ddd;
	text-align: center;
	width: 100%;
	height: 0px;
	padding: 0 0 48.79% 0;
}
.slide img{
	width: 100%;
}
#slides .thumbs li{
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
.thumb{
    display: inline-block;
    width: 100px;
    height: 41px;
}
#slides .thumbs #thumb1 a{
    background: url(../images/slide1_th.jpg) top left no-repeat;
}
#slides .thumbs #thumb2 a{
    background: url(../images/slide2_th.jpg) top left no-repeat;
}
#slides .thumbs #thumb3 a{
    background: url(../images/slide3_th.jpg) top left no-repeat;
}
#slides .thumbs #thumb4 a{
    background: url(../images/slide4_th.jpg) top left no-repeat;
}
#slides .thumbs #thumb5 a{
    background: url(../images/slide5_th.jpg) top left no-repeat;
}
#slides .thumbs #thumb6 a{
    background: url(../images/slide6_th.jpg) top left no-repeat;
}
#slides .thumbs #thumb7 a{
    background: url(../images/greenhouse/greenhouse_th.jpg) top left no-repeat;
}

@media print {
#slides .slide {
    display:block !important;
}