﻿/**
 * 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;
width: 155px;
height: 80px;
margin-right: 6px;


}

/**
 * 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;
}

#scroller{

	float:left;

	width:100%;

	height:auto;

}





.sc_down {

	float:left;

	width:auto;

	height:58px;

	cursor:pointer;

	background-position:center;

}

.sc_next {

	float:right;

	width:auto;

	height:58px;

	cursor:pointer;

	background-position:center;

}

.slider_img {

  float:left;
  width:135px;
  height:110px;
  background-repeat:no-repeat;




}
.authorBoxe
{
float: left;
width: 925px;
position: relative;
margin: 30px 0px 0px 0px;
}


.sc_img {

	float:left;
	width:100%;
	height:80px;
  overflow: hidden;
}

.authorPrev {
	position: absolute;
	right: 0px;
	width:27px;
	height:27px; 
	background-color:#00a651;
	background-image:url('../images/author_prev_next.png');
	background-repeat: no-repeat !important;
	background-position: right center !important;
	margin-top:97px;
	z-index:999;
}
.authorNext {
	position: absolute;
	width:27px !important;
	height:27px !important;
	left:0px !important;
	background-color:#00a651;
	background-image:url('../images/author_prev_next.png');
	background-repeat: no-repeat !important;
	background-position: left center !important;
	margin-top:97px;
	z-index:999;
}


