@charset "utf-8";
/* CSS Document */

#slider {
    width: 930px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
/*	border:1px solid #cccccc;*/
	background-color:#000000;
}
#sliderContent {
    width: 930px; /* important to be same as image width or wider */
    position: absolute;
/*	top: 0;
	margin: 19px;*/
}
.sliderImage {
    float: left;
    position: relative;
	margin:0;
	padding:0;
	display: none;
}
.sliderImage span {
	position: absolute;
	display: none;
	font: normal 11px Tahoma;
	color: #ffffff;
	text-align:left;
	padding: 20px;
	width: 930px;
	background: url(../img/transparent-50-siyah.png) top center repeat;
/*	background-color: #000000;*/
/*	for IE
	filter:alpha(opacity=70);
	CSS3 standard
	opacity: 0.7;*/
}

.sliderImage span font {
	display:block;
	padding-bottom:12px;
	text-align:justify;
}
.sliderImage span a {
	display:inline-block;
	padding:3px 8px 3px 16px;
	text-align:left;
	text-decoration:none;
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	background: url(../img/ok-sag.gif) 6px no-repeat;
	background-color:#669900;
}
.sliderImage span a:hover {
	background-color:#a18937;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-family:"Lucida Sans Unicode", "Lucida Grande";
	font-weight:normal;
	font-size:16px;
	/*letter-spacing:-1px;*/
	display:block;
	color:#ffffff; 
	margin:0 0 10px 0;
}
.left {
	top: 0;
	left: 0;
	width: 330px !important;
	height: 220px;
}
.right {
	top: 0;
	right: 0;
	width: 330px !important;
	height: 220px;
}
.top {
	top: 0;
	left: 0;
	width: 870px !important;
}
.bottom {
	bottom: 0;
    left: 0;
	width: 890px !important;
}
