body {
		margin:0;
		padding:0;
		font-family:Arial;
		font-size:12px;
	}
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:290px;
		height:179px;
		overflow:hidden;
		padding-top:4px;
		}
		
		
		#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:981px;
		height:168px;
		overflow:hidden;
		padding-top:4px;
		}

			
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn,#prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-29px;
		top:-120px;
		}	
	#nextBtn,#nextBtn2{ 
		left:297px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a,#nextBtn2 a{ 
		background:url(btn_next.png) no-repeat 0 0;	
		}
		
	.slider-middle {
		background:url(slider-middle.png) no-repeat bottom;
		vertical-align:middle;
	}
	
	div.indirim {
	background:url(indirim-bg.png) no-repeat top;
	width:89px;
	height:89px;
	font-family:arial;
	font-size:18px;
	}
	
	div.indirim div{
	font-family:arial;
	font-size:20px;
	color:#FFFFFF;
	padding-top:25px;
	padding-left:15px;
	font-weight:bold
	}
	
	.slider-baslik {
	color:#000000;
	height:45px;
	vertical-align:bottom;
	font-weight:bold
	}
	
	.slider-baslik a{
	color:#000000;
	}
	
	.slider-right-panel {
	background:url(slider-right-panel.png) no-repeat;
	width:220px;
	height:236px;
	}
	
	#slider-tabs {
	padding-top:50px;
	}
	
	#slider-tabs div {
		list-style: none;
	}
	
	#slider-tabs div a {
	height: 54px;
	display: block;
	position:relative;
	}	

	#slider-tabs div a {
	text-indent: -9999px;
	text-decoration: none;
	padding-bottom:2px;
	}
	
	#ms1 a{ 
	text-indent: -9999px;
	width:196px;
	background: url(ms-tab1.png) right no-repeat; 
	}
	
	#ms1.over a{ 
	text-indent: -9999px;
	width:196px;
	background: url(ms-tab1-over.png) right no-repeat; 
	}
	
	#ms2 a{ 
	text-indent: -9999px;
	width:196px;
	background: url(ms-tab2.png) right no-repeat; 
	}
	
	#ms2.over a{ 
	text-indent: -9999px;
	width:196px;
	background: url(ms-tab2-over.png) right no-repeat; 
	}
	
	#ms3 a{ 
	text-indent: -9999px;
	width:196px;
	background: url(ms-tab3.png) right no-repeat; 
	}
	
	#ms3.over a{ 
	text-indent: -9999px;
	width:196px;
	background: url(ms-tab3-over.png) right no-repeat; 
	}
	
	#container {
	width:360px;
	height:236px;
	}
