@charset "utf-8";

.wrapper { 
	width:100%;
	overflow:hidden;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}
.container {
	width:940px;
	margin:0 auto;
}

.container2 {
	width:960px;
	margin:0 auto;
	position:relative
}
.bg1 {
	width:960px;
	height:400px;
	padding:38px 0 0 0;
	margin-top:-31px;
	text-align:center
}
.bg2 {
	width:900px;
	height:253px;
	position:relative;
	line-height:17px;
	margin-left:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
/* gallery */
#img {
	position: relative;
	width: 960px;
	height: 400px;
}


#gallery li {
    float: left;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: #000;
	 display:none !important;
}


.jcarousel-container {
	position:relative;
	padding:0 0 0 0;
	
}

.jcarousel-clip {
	width:900px;
	overflow:hidden;
	
}

.jcarousel-prev {
	position: absolute;
	top: 150px;
	left: -28px;
	cursor: pointer;
	z-index:1000;
	color:#96a359;
	font-size:11px;
	width:21px;
	height:35px;
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.jcarousel-next {
	position: absolute;
	top: 150px;
	left: 915px;
	cursor: pointer;
	z-index:1000;
	color:#96a359;
	font-size:11px;
	width:21px;
	height:35px;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
}

.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: 220px;
	height: 196px;
	font-size:12px;
	color:#3A3A6E;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.jcarousel-item span {
    margin-left:10px;
	display:block
}
.jcarousel-list li {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 225px;
	height: 196px;
}
.jcarousel-list li img {
    margin:0 !important
}

/**
 * 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;
}
/* gallery */

