﻿#productList {
	width: 100% !important;
	margin: 0px;
	margin-bottom: 20px;
	border: 2px green solid;
	background-color: black;
	clear: both;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px gray;
	-moz-box-shadow: 2px 2px 5px gray;
	box-shadow: 2px 2px 5px gray;
}
#productList h2 {
	color: white;
	margin: 10px 10px 10px 20px;
}
.slideshow {
	height: 215px;
	width: 99% !important;
	overflow: auto;
	margin: 0px;
	margin-bottom: 10px;
}
.sliceShowActive {
	height: 215px;
	width: 100% !important;
	overflow: hidden;
	margin: 0px;
}
.slide { 
	width: 99% !important;
	overflow: hidden;
	vertical-align: top;
	color: white;
	background-color: black;
	margin: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.slide img {
	border-width: 0px;
	margin: 10px 20px 10px 10px;
}
.slide p {
	font-size: 18px;
	margin-right: 30px;
}
.slide h2 {
	color: white;
	margin-top: 15px;
}

