.sticky-itslink, .amazlet-box, .kaerebalink-box, .androidhtml, .tomarebalink-box, #appreach-box {
    margin-bottom: 1.6em !important;
    padding: 16px;
    border: 1px solid #111;
    min-height: 108px;
    position: relative;
}


 .sticky-itslink img,  .amazlet-box img,  .kaerebalink-box img,  .androidhtml img,  .tomarebalink-box img,  #appreach-box img {
    margin: 4px !important;
    border-style: none;
    float: left;
}


 .amazlet-image {
    width: 150px;
    border-right: 1px solid #aeaeae;
    margin-right: 32px !important;
    padding-right: 32px;
}


.amazlet-link a {
    padding: 12px;
    border-radius: 6px;
    border-bottom: 6px solid #E07B00;
    margin: 10px 0;
    background-color: #FF8C04;
    color: #fff;
    text-decoration: none;
    width: 278px;
    display: block;
    text-align: center;
    font-size: 16px;
}


.amazlet-name a, .entry .kaerebalink-name a {
    color: #111;
    font-weight: bold;
    text-decoration: none;
}




















a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}



.article img, .category-description img, .wp-caption, .hover-image {
    padding-top: 30px;
}



ul#popular-posts.wpp-list li {
	border: 1px solid #dddddd;
	padding: .5em;
	margin-bottom: 1em;
}



ul#popular-posts.wpp-list {
	counter-reset: pupular-ranking;
}
 
ul#popular-posts.wpp-list li {
	position: relative;
}
 
ul#popular-posts.wpp-list li:before {
	background: none repeat scroll 0 0 #666;
	color: #fff;
	content: counter(pupular-ranking, decimal);
	counter-increment: pupular-ranking;
	font-size: 100%;
	left: 0;
	top: 0;
	line-height: 1;
	padding: 4px 7px;
	position: absolute;
	z-index: 1;
	opacity: .9;
	border-radius: 0;
	font-family: Arial;
}




.wpp-list li {
    position: relative;
}

.wpp-post-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    max-width:310px;
}


.wpp-list a{
color: #fff;
padding: 5px;
font-size: 130%;
}

.wpp-list a{
color: #fff;
padding: 5px;
font-size: 100%;
}