div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	float: right;
	width: 571px;
	height:394px;
}
div.content a, div.navigation a {
	color:#FF0;

	text-decoration: none;
}

div.slideshow-container {
	top: 0px;
	position:absolute;
	clear: both;
	width:561;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 561px;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow {

}
div.slideshow a.advance-link {
	display: block;
	width: 561px;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 1px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow img {
	text-decoration: none;
	border: 1px solid  #999;
	text-align:left;
	width:561px;
	height:394px;
}

div.navigation {
	/*border: 1px solid #ccc;/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	float:left;
}
ul.thumbs {

	margin: 1px;
	padding: 1px;

}
ul.thumbs img {
	border: none;
	width:75px;
	height:62px;
	/*margin-top:2px; /*Burayı unutma küçük resimler arasında boşluk veriyor*/
	text-decoration: none;
	
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {

	text-decoration: none;
}
div.pagination {
	clear: both;
	text-decoration: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	text-decoration: none;
}

