.twitter {
	height: 71px;
	position: relative;
}

.twitter .from {
	position: absolute;
	right: 2px;
	bottom: 0;
	color: #7f7f7f;
	
	font-style: italic;
	font-size: 10px;
}

.twitter .from .verified {
	width: 15px;
	height: 15px;
	display: block;
	background: url("../images/verified.png?v=2") no-repeat right top;
	float: right;
	margin-left: 10px;
	position: relative;
	top: -2px;
	
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.twitter:hover .from .verified {
	opacity: 1;
	filter: alpha(opacity=100);
}

.twitter .from a {
	color: #ced3d8;
	text-decoration: none;
}

.twitter .from a:hover {
	color: #ebf0f2;
	text-decoration: none;
}

.twitterBird {
	float: left;
	width: 47px;
	height: 38px;
	background: url("../images/twitterBird.png?v=2");
	margin-right: 20px;
}

.twitterBird .bird {
	text-indent: -99999px;
	display: block;
	width: 47px;
	height: 38px;
	background: url("../images/twitterBird.png?v=2") left bottom;
	
	opacity: 0;
	filter: alpha(opacity=0);
}

.twitter:hover .twitterBird .bird {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tweetler {
	float: left;
	width: 300px;
	position: relative;
}

.tweetler .tweet {
	
	color: #c4c4c4;
	
	font-style: italic;
	
	clear: both;
	position: absolute;
	
	-moz-transition: color 500ms;
	-webkit-transition: color 500ms;
	transition: color 500ms;	
	
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	
	top: 10px;
}

.tweetler .tweet .icTweet {
	background: url("../images/kapaTirnak.png?v=2") no-repeat right bottom;
	padding-bottom: 4px;
	
}

.tweetBilgi {
	margin-top: 10px;
	width: 315px;	
}

.tweetBilgi .zaman {
	display: block; 
	margin-left: 140px;
	width: 85px;
	color: #7f7f7f;
	
	font-style: italic;
	font-size: 10px;
	float: left;
	
	text-align: center;
}


.tweetler #tweet0 {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	top: 0;
}

.tweetler .tweet .tirnak {
	width: 11px;
	height: 70px;
	display: block;
	float: left;
	background: url("../images/acTirnak.png?v=2") no-repeat left top;
	margin-right: 3px;
}

.twitter:hover .tweetler .tweet {
	color: #ebf0f2;
}

.tweet a {
	color: #8d7a7a;
	text-decoration: none;
}

.tweet a:hover {
	color: #bb0505;
	text-decoration: none;
}

.follow {
	margin-top: 10px;
	height: 20px;
	
	float: right;
	
}

 .follow .fb, .follow .tw  {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.follow .tw {
	width: 230px;
	float: left;
}

.follow .fb {
	width: 97px;
	float: left;
}


.follow .tw:hover, .follow .fb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}