@charset "utf-8";
/* CSS Document */
h3{font-family:Tahoma, Geneva, sans-serif;font-size:14px;color:#333;letter-spacing:1px;margin-top:10px;margin-bottom:10px;}
p{margin-bottom:10px;margin-top:10px;line-height:22px;}
.tickul li{line-height:24px;}
/* zoom-section */
.zoom-section{
	clear: both;
}
*html .zoom-section{display:inline;clear:both;}

.zoom-small-image a img { padding-top:100px !important;}/*mahsum*/
.zoom-desc{
	float: right;
	width: 98px;
	background-color: #FFF;
	height: 500px;
	margin-left: 1px;
	padding-top: 25px;
}
.zoom-small-image {
	float: left;
	width: 600px;
	height: 500px;
	background-color: #FFF;
}
.zoom-small-image img{
	max-width: 600px;
	max-height:500px;
	width: 100%;
	height: 100%;
	border: 0px !important;
}
.zoom-tiny-image {
	height: 75px;
	width: 90px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 0px;
	display: block;
}
.zoom-tiny-image:hover{
	border: 1px solid #CCC;
	height: 73px;
}

/*ayarlar sabit*/
.cloud-zoom-lens {
	border: 3px solid #C0C0C0;
	margin: -3px;
	background-color: #fff;
	cursor: move;
}
.cloud-zoom-title {font-family:Arial, Helvetica, sans-serif;position:absolute !important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px;}
.cloud-zoom-big {
	border: 2px solid #C0C0C0;
	overflow: hidden;
	height: 496px !important;
	width: 356px !important;
	margin-left: -10px;
	margin-top: 3px;
}
.cloud-zoom-loading {color:white;background:#222;padding:3px;border:1px solid #000;}
