.returnToKwicks {
	display:block;
	border:1px dashed #888;
	padding:5px;
	float:right;
}
.returnToKwicks:hover {
	background-color: #5e5e76;
	text-decoration: none;
	color: #aaa;
}

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

 .kwicks .ic {  
     width: 300px;
 }
 
 .kwicks .resim{
 	width: 145px;
 	float: left;
 }

 .kwicks .yazi {  
     display: block;
     background-color: #fff;  
     width: 150px;
     height: 105px;
     padding-top: 5px;
     float: right;
 }  
 .kwicks .yazi p{
 	 padding-left: 5px;
	 font-size: 15px;
	 font-weight: bold;
	 color: #430005;
    }

 .kwicks li.active .yazi {  
     display: block;
 }  
  

/* example 1 */
#yazarlar {
margin-left: 10px;
}
#yazarlar .kwicks li{
	float: left;
	width: 147.5px;
	height: 105px;
	margin-right: 5px;
	padding-top: 5px;
}

#yazarlar img {border:0px solid #000;}
