



.ortalama {
	width: 900px;
	margin:0 auto;
	margin: 0px;
	padding: 0px;
	border:1px dashed #fff;

}


#log {
	float:left;
}

#img_gallery{ 
	float:left;
	clear:both;
}
#img_gallery a{
	 outline:none;
	border:none;
}

#img_gallery a img{
border:none;
}

/* --- IMAGE STAGE */
#fullimg{
	overflow:hidden;
	margin:0 auto;
	width: 100%;
	margin-top:5px;

}
#fullimg img{ 	
 	width:898px;
 }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:300px;
	height:50px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;


}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	width: 790px;
	padding:0px;
	height:50px;
	position: relative;
	float:left;
	margin-top:12px;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:10px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;

}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;

}
#moveleft, #moveright{
	margin:0px;
	height:42px;
	color: white;
	width: 41px;
	text-indent: -2000em;
	margin-top:20px;
	margin-left:0px;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/go_left.jpg');	margin-right:10px;
}
#moveright{
	background: url('images/go_right.jpg');
	}
#moveleft:hover, #moveright:hover{ background-position:bottom; }


