/* Frame */
.authorframe {
	height: 110px;
	overflow: hidden;
}
.authorframe ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 110px;
}
.authorframe ul li {
	float: left;
	width: 299px;
	margin: 0px;
	padding-top: 17px;
	padding-left: 5px;
	background: #F4F7FC;
	cursor: pointer;
	height: 110px;
}

.homepage-v2 .authors ul.clearfix li.author-block {
	width: 299px;
	margin-bottom: 0px;
}

.authordivprev {
	float:left; 
	display:inline-block; 
	padding-top:33px;  
	width:39px;
}

.authorprev-slide {
    height: 48px;
    margin: 0;
    width: 32px;
    cursor:pointer;
}

.authorprev-slide .icon {
    background-image: url("http://static-cdn.t24.com.tr/styles/v2/slide-sprite_blue.png");
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    margin: 12px 0 0 10px;
    position: absolute;
    width: 12px;
    z-index: 10;
}

.authorprev-slide .background {
    background-color: #F4F7FC;
    height: 100%;
    opacity: 0.2;
    width: 100%;
}

.authordivnext {
	float:right; 
	display:inline-block; 
	padding-top:33px;
	width:39px;
}

.authornext-slide {
    height: 48px;
    margin: 0;
    width: 32px;
    cursor:pointer;
    float: right;
}

.authornext-slide .icon {
    background-image: url("http://static-cdn.t24.com.tr/styles/v2/slide-sprite_blue.png");
    background-position: -13px 0;
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    margin: 12px 0 0 10px;
    position: absolute;
    width: 12px;
    z-index: 10;
}

.authornext-slide .background {
    background-color: #F4F7FC;
    height: 100%;
    opacity: 0.2;
    width: 100%;
}