h7 {
	margin: 0 0 .2em;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	}


#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;

}


.scroll {
    height: 800px;
    width: 770px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer .panel {
    padding: 20px;
    height: 800px;
    width: 740px;
    font-size: 10px;
}

.scrollContainer .panel p{
    font-size: 14px;
}

.scrollContainer .panel li{
    font-size: 14px;
}

.scrollContainer .panel h4{
    font-size: 18px;
}

.scrollContainer .panel h8{
    margin-bottom: 10px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	line-height: 1;
	color: #6E9934;
}


ul.navigation {
	height: 12px;
	width: 800px;
	left: -12px;
  	text-align: center;
	list-style: none;
	margin: 0;
	clear: both;
	top: -8px;
	position: relative;
	background-color: #E3E1DD;
	padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8px;

    

}


ul.navigation li {
	display: inline;

}

ul.navigation a {
    color: #000;
    text-decoration: none;
    padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
    padding-bottom: 20px;

    
}

ul.navigation a:hover {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 15px;
	padding-right: 15px;



}

ul.navigation a.selected {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 15px;
	padding-right: 15px;


}

ul.navigation a:focus {
    outline: none;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 15px;
	padding-right: 15px;


}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -49px;
}

.scrollButtons.right {
    right: -25px;
}

.hide {
    display: none;
}

#create_button{
height: 30px;
width: 125px;
background-image: url(/go/images/create_btn.png);
background-repeat: no-repeat;
float: right;
margin-top: -7px;
}




li.new_feature {
	display: block;
	list-style: none;
	padding-left: 40px;
	padding-bottom: 15px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 32px;
	
	}
	
ul#new_features {
	list-style: none;
	margin: 10px 0;
	font-size: .8em;
	}

li.new_feature#bul_organic { background-image: url(/go/images/bul_organic.png); }
li.new_feature#bul_block { background-image: url(/go/images/bul_block.png); margin-left: 3px; padding-left: 36px; }
li.new_feature#bul_solar { background-image: url(/go/images/bul_solar.png); margin-left: 3px; padding-left: 37px; padding-top: 3px;}
li.new_feature#bul_trans { background-image: url(/go/images/bul_trans.png); margin-left: 3px; padding-left: 37px; padding-top: 3px;}



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container { position: relative; }

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


#img {
    position: absolute;
    width: 730px;
    height: 450px;
    margin-bottom: 1em;
    text-align:center;
    top: 160px;
 	overflow: hidden;
    
}

#gallery { height: 84px; }


#gallery li {
    float: left;
    padding: 1px;
    background: transparent url(../i/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 96%;
    height: 30px;
    padding: 0 2% 0 32px;
    line-height: 30px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff;
    opacity: .7;
    text-align: left;

}


.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 680px;
    padding: 0px 0px;
    text-align: center;
    top: -15px;
    left:30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 65px;
	width: 680px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 65px;
    height: 65px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: 10px; }

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 23px;
    right: -38px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/go/images/scroll_right.gif) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-next-horizontal:hover {}
.jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: -64px 0; }

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 23px;
    left: -38px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/go/images/scroll_left.gif) no-repeat 0 0;
}


}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover { }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: -64px 0; }

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
