body{
	font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; color: #fff;
}

a:focus{
	outline:1px dotted invert
}
	
hr{	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0

}

h1{
	font-size:25px
}

h2{
	font-size:23px
}

h3{
	font-size:21px;
	color:#00b09b;
	}

h4{
	font-size:19px
	color:#b7d49f;
	}
	
h5{
	font-size:17px
	color:#b7d49f;
	}

h6{
	font-size:15px;
	color:#00b09b;
}

ol{
	list-style:decimal
}

ul{
	list-style:square
}

li{
	margin-left:30px
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:20px
}

p{
	padding:10px;
}

/* SLIDER INFO */

#slider1 {
    width: 960px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	position:relative;
	left:-30px
}

#slider1Content {
    width: 960px; /* important to be same as image width or wider */
    height: 300px; /* important to be same as image height */
	position: absolute;
	top: 0;
	margin-left:0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 4px;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
