/*-------------Gallery------------*/
#gall{
	position: absolute;
	z-index: 5;
	width: 1000px;
	margin-top: 20px;
}
#galleryHolder {
	position:relative;
	margin:0 auto;
	width:1000px;
}
#imgSpinner{
	position: absolute;
	z-index: 100;
	height: 10px;
	width: 98%;
	background: #00AEF0 url("../kenarliklar/loader_img.gif") center repeat-x;
	top: 10px;
	left: 10px;
	opacity: 0;
}
#imageHolder{
	position:relative !important;
	border:10px solid #fff;
	width: 980px;
	height: 520px;
	-webkit-box-shadow:  2px 2px 10px 2px #e2e2e2;
    box-shadow:  2px 2px 10px 2px #e2e2e2;
}
#imageHolder > img{
	background-color:#fff !important;
}
#controls{
    z-index: 500;
    height: 130px;
	width: 1000px;
    position: absolute;
	top:0;
}
#galleryDiscription {
	position:absolute;
	overflow:hidden;
	width:980px;
	height:520px;
	margin:10px 10px;
}
#galleryDiscription>li{
	position: absolute;
	overflow:hidden;
	font: 13px/20px Arial, sans-serif;
	color:#87807f;
	top:130px;
	left:20px;
	width:220px;
	background:url(../kenarliklar/discription_bg.png) 0 0 repeat;
}
#galleryDiscription>li>div{
	padding: 10px;
}
#galleryDiscription>li h3{
	font-size:20px;
}
#galleryDiscription>li .button {
	margin-top: 25px;
	margin-bottom: 10px;
	color: #FFF;
}
#nextButton, #prevButton{
    position: absolute;
    width:25px;
	height:51px;
	top:245px;
    z-index: 10;
}
#nextButton{
	left:1000px;
	background:url(../kenarliklar/nextCarusel_arr.png) 0 0 no-repeat #fff;
}
#prevButton{
	left:-25px;
	background:url(../kenarliklar/prevCarusel_arr.png) 0 0 no-repeat #fff;
}
#prevButton:hover, #nextButton:hover{
	background-position:0 -51px;
}
#thumbsHolder{
	position:relative;
	margin-top:20px;
	padding:10px 0 10px 10px;
	height:140px;
	background:#fff;
	-webkit-box-shadow:  2px 2px 10px 2px #e2e2e2;
    box-shadow:  2px 2px 10px 2px #e2e2e2;
}
#thumbsHolder li{
	float:left;
	padding-right:10px;
}
#thumbsHolder li a{
	display:block;
	position:relative;
}
#thumbsHolder li a span{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../kenarliklar/thumb_Hover.png) 0 0 repeat;
	opacity:0;
}
#thumbsHolder li a:hover span, #thumbsHolder li.active a span{
	opacity:1;
}
#carouselControls{
	position:absolute;
	width:1050px;
	height:51px;
	left:-25px;
	top:607px;
}
#prevCarousel, #nextCarousel{
	width:25px;
	height:51px;
}
#prevCarousel{
	float:left;
	background:url(../kenarliklar/prevCarusel_arr.png) 0 0 no-repeat #fff;
}
#nextCarousel{
	float:right;
	background:url(../kenarliklar/nextCarusel_arr.png) 0 0 no-repeat #fff;
}
#prevCarousel:hover, #nextCarousel:hover{
	background-position:0 -51px;
}
.thumbnail, .blogThumbnail{
    position: relative;
    display: inline-block;
}
.button{
	display: inline-block;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	background-image: url(../kenarliklar/button_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	float: left;
	width: 75px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 33px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}
.button:hover {
	color:#fff;
	background-position:0 -33px;
}
h2{
	font: 30px/30px 'Vollkorn', serif;
	color: #434343;
	text-transform: uppercase;
	padding-bottom:23px;
}
h3{
	font: 16px/20px 'Vollkorn', serif;
    color: #434343;  
	text-transform: uppercase;  
	padding-bottom:9px;		
}
h3 a{
	display:inline-block;
	color:#434343;
	text-decoration:none;
}
h3 a:hover{
	color:#52b7f2;
}
h4 {
	color: #393939;  
}
