.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: #fff;
    cursor: pointer;
	/* 
    opacity: 0.33;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #666;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
	*/
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev,
.jquery-slider-control-next {
    top: 260px;
	display:block;
	text-indent:-9999px;
	width:21px;
	height:21px;
    opacity: 0.7;
}
.jquery-slider-control-prev {
    left: 0px;

  background: url(../img/btn_prev_brown.png) no-repeat 0 0;
}
.jquery-slider-control-next {

    right: 0px;
  background: url(../img/btn_next_brown.png) no-repeat 0 0;
}


.jquery-slider-control-prev:hover,
.jquery-slider-control-next:hover {
    opacity: 1;
}

.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 0%;
    bottom: -0px;
    height: 35px;
    right: 50%;

	z-index:999;
}
.jquery-slider-page {


    overflow: hidden;
    position: relative;
    padding: 0;
	cursor: pointer;
    opacity: 0.33;
    display:block;
	float: right;
	clear: none;
	/* 
	background: #999;
	margin: 3px;
	border-radius: 6px;
	box-shadow: #333 0 0 2px;
	width: 12px;
	height: 12px;
	*/
	width: 5px;
	height: 5px;
	margin:1px 5px 0 5px;
	background: #c5b3a9;
	text-align:center;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
  background: #fff;
}
.jquery-slider-page-current {
  width: 7px;
  height: 7px;
  background: #784e3a;
  margin-top:0px;
    opacity: 1;
}




