span#pageflip {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10001;
	width: 100px;
	height: 120px;
}

span.ataturk {
	background: url('../images/ataturk.png') no-repeat 0 0;
}

span.bayrak {
	background: url('../images/bayrak.png') no-repeat 0 0;
}

span.yasgunu {
	background: url('../images/yasgunu.png') no-repeat 0 0;
}

.fliptip-tip {
 	color: #fff;
 	width: 156px;
 	height: 97px;
 	z-index: 10002;
 	border: 0px none;
 	background: url('../images/bubble.png') no-repeat 0 0;
 	padding: 0
}

.fliptip-title {
 	display: none;
}

.fliptip-text {
 	font-size: 13px;
 	font-family: Helvetica, Arial, sans-serif;
	line-height: 135%;
 	color: #fff;
	padding: 30px 23px;
}