/*
KUTU TOPLULUĞUNUN HİZALANMASI KOD1
SOL OKUN SOLDAKİ KUTUYA UZAKLIĞI KOD2
SAĞ OKUN SOLDAKİ KUTUYA UZAKLIĞI KOD3
*/
#carousel {
	margin:1px 0 0 0px !important;
	padding:0px 30px 0px 55px !important; /*KOD1*/
	position:relative;
	height:100%;
	overflow:hidden;
	
}
#carousel li{
	margin:0px 30px 0px -40px !important;
	width:190px;
	height:100%;
	float:left;
	padding:0px 5px 5px 5px;
	background:url(img-bg.gif) center 0 no-repeat;
	border					: 0px SOLID #fef28d;	
}


/*#carousel .bx_container {padding-left:0px; width:940px !important;}*/
#carousel .bx_container {padding-left:0px; width:590px !important;}
#carousel li:hover {}
#carousel .prev {
	position:absolute;
	left:42px; /*KOD2*/
	top:49px;
	display:block;
	width:35px;
	height:54px;
	text-indent:-2000px;
	background:url(prev.png) 0 0 no-repeat;
	
}
#carousel .prev:hover {
	background-position:0px -54px;
}
#carousel .next {
	position:absolute;
	/*right:8px;*/
	left:610px; /*KOD3*/
	top:49px;
	width:35px;
	height:54px;
	background:url(next.png) 0px 0px no-repeat;
	text-indent:-2000px;
}
#carousel .next:hover {
	background:url(next.png) 0px -54px no-repeat;
	text-indent:-2000px;
}


.moduletablefeatured {
	width:37px;
	float:left;
	margin-right:22px;
	overflow:hidden;
	}
.customfeatured {
	padding:5px 5px 0px 5px !important;
	 background:url(works-bg.jpg) center 0 no-repeat;
}	