@charset "iso-8859-9";
#slaytSarici {
	height: 400px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	background-image: url(../images/gri_acik.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* CSS Document */

/** { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/
#slideshow-1 {
	width: 960px;
	height: 400px;
	float: right;
	background-color: #333;
	text-align: right;
}
#cycle-1 .slayt {
	height: 370px;
	width: 520px;
	overflow: hidden;
	float: right;
}
#cycle-1 .slayt img {
	max-height:370px;
	max-width:570px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	float: right;
}

#cycle-2 .cycle-slide {
	height: 100px;
	float: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	width: 160px;
}
#cycle-2 .cycle-slide-active {
	float: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	padding-bottom: 2px;
	background-color: #333;
	width: 160px;
	text-align: center;
	height: 100px;
}

/*#slideshow-1,#slideshow-2 { width: 50%; max-width: 600px; margin: auto }*/
#slideshow-2 {
	clear: both;
	float: none;
	width: 966px;
	height: 105px;
	margin-top: 5px;
}
#cycle-2 .slaytKucuk {
	float: left;
	height: 100px;
	width: 160px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#cycle-2 .slaytKucuk img {
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}


.cycle-slideshow img {
	display: block;
}
.nav {
	height: 30px;
	width: 61px;
	text-align: center;
	position: absolute;
	margin-top: -30px;
	z-index: 105;
	margin-left: 900px;
}
.custom-caption {
	font-size: 12px;
	position: absolute;
	z-index: 107;
	margin-top: -56px;
	display: block;
	height: 24px;
	width: 60px;
	color: #CCC;
	margin-left: 830px;
	padding-top: 6px;
	text-align: center;
}


.cycle-prev {
	background-image: url(../../images/ileri_geri_ok.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	float: left;
	cursor: pointer;
	background-color: #BCBCBC;
}
.cycle-next {
	background-image: url(../../images/ileri_geri_ok.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	background-position: right;
	float: right;
	cursor: pointer;
	background-color: #BCBCBC;
}
