.anythingSlider { 
	width:1095px;
	height:185px;
	position:relative;
	margin:0px auto; 
}

.wpx {
	width:1100px;
	overflow:auto;
	height:185px;
	position:absolute;
	top:0;
	left:-1px;
}


.wrapper ul {
	width:9999px;
	list-style:none;
	position:absolute;
	top:-1px;
	left:0;
	margin:0px 0px 0px 65px;
	height:186px;
	
}

.anythingSlider ul li { 
	display:block;
	float:left;
	padding:0px;
	height:185px;
	width:1100px;
	margin:0px;
}

.arrow { 
	display:block; 
	height:190px; 
	width:67px; 
	text-indent:-9999px; 
	position:absolute; 
	top:45px;
	cursor:pointer;
}

.forward {
	background:url(../tasarim/arrows.png) no-repeat;
	background-position:0px 0px; 
	right:0px; 
}

.back { 
	background:url(../tasarim/arrows.png) no-repeat;
	background-position:-67px 0px;
	left:0px;
}

.forward:hover{ 
	background-position:0px -200px;
}

.back:hover { 
	background-position:-67px -200px;
}

#thumbNav { 
	position:relative;
	top:193px;
	left:5px;
	margin-left:62px;
}

#thumbNav a {
	background:#59636f;
	color:#ffffff;
	font:11px;
	font-family:Georgia, Serif; 
	display:inline-block;
	padding:2px 5px 5px 5px; 
	height:18px; 
	margin:0px 5px 0px 0px; 
	text-align:center; 
}

#thumbNav a:hover{ 
	background:#374049;
	color:#333333;
}

#thumbNav a.cur {
	background:#374049;
	color:#fff;
}

#start-stop {
	background:#59636f;
	color:#ffffff; 
	padding:4px 8px 4px 8px; 
	width:50px; 
	text-align:center; 
	position:absolute; 
	right:70px;
	top:193px; 
}

#start-stop.playing { 
	background:#374049;
}

#start-stop:hover {
	background:#374049;
	color:#fff;
}

.wrapper ul ul { 
	position:static;
	margin:0px; 
	background:none; 
	overflow:visible; 
	width:auto; 
	border:0px;
}

.wrapper ul ul li { 
	float:none; 
	height:auto; 
	width:auto; 
	background:none;
}

