@charset "utf-8";
/* CSS Document */


#slider1 {
    width: 62.5%;
	height:212px; 
    position: inherit; /* important */
	overflow: hidden; /* important */
	size:100%;
	margin-top: 0px;
	margin-bottom: 0.5%;
	margin-right:2%;
	background:#009118;
	padding: 0.3% 0.6%;
/*	border:7px solid #009118;
*/	float:right;
/*	box-shadow:5px 5px 8px #000 ;
		-moz-box-shadow:5px 5px 8px #000 ;
		-ms-box-shadow:5px 5px 8px #000 ;
		-o-box-shadow:5px 5px 8px #000 ;
		-webkit-box-shadow:5px 5px 8px #000 ;
*/}
@media only screen and (max-width: 750px) {
#slider1 {
    width: 62.5%;
	height:105px;
    position: inherit; /* important */
	overflow: hidden; /* important */
	size:100%;
	margin-top: 0px;
	margin-bottom: 0.5%;
	margin-right:2%;
	background:#009118;
	padding: 0.3% 0.6%;
/*	border:7px solid #009118;
*/	float:right;
/*	box-shadow:5px 5px 8px #000 ;
		-moz-box-shadow:5px 5px 8px #000 ;
		-ms-box-shadow:5px 5px 8px #000 ;
		-o-box-shadow:5px 5px 8px #000 ;
		-webkit-box-shadow:5px 5px 8px #000 ;
*/}}

@media only screen and (max-width: 500px) {
#slider1 {
    width: 62.5%;
	height:80px;
    position: inherit; /* important */
	overflow: hidden; /* important */
	size:100%;
	margin-top: 0px;
	margin-bottom: 0.5%;
	margin-right:2%;
	background:#009118;
	padding: 0.3% 0.6%;
/*	border:7px solid #009118;
*/	float:right;
/*	box-shadow:5px 5px 8px #000 ;
		-moz-box-shadow:5px 5px 8px #000 ;
		-ms-box-shadow:5px 5px 8px #000 ;
		-o-box-shadow:5px 5px 8px #000 ;
		-webkit-box-shadow:5px 5px 8px #000 ;
*/}}

#slider1Content {
    width: 100%; /* important to be same as image width or wider */
	height: auto;
    position: inherit;
	margin-top: 0px;
	margin-left: -40px;
	}
.slider1Image {
    float: left;
    position: inherit;
	display: none;
}

	.slider1Image span {
	color: #fff;
	font-variant:small-caps;
	font-weight:bold;
	margin:0px;
	font-size:0.1em;
    font-family: Arial, Helvetica, sans-serif;
	background: none;
	padding:0%;
	}
	.slider1Image span:hover {
		background:#444;}

.slider1Image img {
	width:100%;
	height:100%;
	margin:0;}
	
.clear {
	clear: both;
}
ul { list-style-type: none;}