#SlideBar
{
	float: left;
	width: 890px;
	height: 240px;
	background-color: #000000;
	background-repeat: no-repeat;
}

/*Slider Bar CSS*/
#slideshow
{
	float: left;
	margin: 0 0;
	width: 890px;
	height: 240px; /*	background: transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
	position: relative;
	overflow: hidden; /*Diger tarayıcılar için */
	margin-left: 10px;
}
*html #slideshow
{
	/*IE6 için*/
	margin-left: 5px;
}


#slideshow #slidesContainer
{
	float: left;
	margin: 0 0;
	width: 844px;
	height: 240px;
	overflow: hidden; /* allow scrollbar */
	position: relative; /*Diger tarayıcılar için */
	margin-left: 23px;
	margin-right: 23px;
	padding: 0px;
}
*html #slideshow #slidesContainer
{
	/*IE6 için*/
	margin-left: 8px;
}

#slideshow #slidesContainer .slide
{
	float: left;
	margin: 0 0;
	width: 844px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height: 240px;
}
#slideshow #slidesContainer .slide a
{
	margin: 0;
}

/** 
 * Slideshow controls style rules.
 */
.control
{
	display: block;
	width: 23px;
	height: 240px;
	position: absolute;
	cursor: pointer;
}
#leftControl
{
	left: 0px;
	float: left;
	background: url(images/OkSol.png) no-repeat;
}

#rightControl
{
	right: 0;
	background: url(images/OkSag.png) no-repeat;
}

*html #rightControl
{
	float:left;
	margin-left:0px;
	margin-right:5px;
}

