#container {
	position: absolute;
	width:1200px;
	display:block;
	float: left;
}

.slider_arrow_left {
	top: 195px;
	cursor: pointer !important;
	float: left;
	height: 22px;
	left: 250px;
	position: absolute;
	width: 22px;
	z-index: 5;
}
		
.slider_arrow_left {
	background: url(../images/left_arrow.png) no-repeat top left;
}

.slider_arrow_right {
	top: 195px;
	cursor: pointer;
	float: left;
	height: 22px;
	left: 287px;
	position: absolute;
	width: 22px;
	z-index: 5;
}
		
.slider_arrow_right {
	background: url(../images/right_arrow.png) no-repeat top left;
}

.slider_selector, .slider_selector_dis {
	top: 200px;
	list-style: none;
	margin: 0 0 0 5px;
	position: absolute;
	left:900px;
	z-index: 5;
}
	
.slider_selector li, .slider_selector_dis li {
	display: block !important;
	background: url(../images/slider_selector.png) no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 0 3px !important;
	height: 10px !important;
	position: relative !important;
	width: 10px !important;
}
		
.slider_selector li.current, .slider_selector_dis li.current {
	background: url(../images/slider_selector_current.png) no-repeat top left;
}
	
.slider_selector_dis li {
	cursor: default !important;
	z-index: 5;
}

td.sl2 {
	/*position: static;*/
	/*background:url(../images/sl/1.png) repeat-x;*/
	/*display:block;*/
}

/*#sl3 {
	background:url(../images/sl/1.jpg) no-repeat top left;
	width:1000px;
	height:230px;
	padding:30px 0 0 30px;
	margin:0;
}*/

img.asd {
	float:right;
	width:204px;
	height:230px;
	border:0;
}

#yourSliderId, #yourSliderId li {
	height: 230px;
	width:992px;
}

#yourSliderId {
	list-style: none !important;
	float: right;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
}

#yourSliderId li {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 100%;
}
		
#yourSliderId li.current {
	display: block;
	z-index: 2 !important;
}
		
#yourSliderId li.next {
	display: block;
	z-index: 1 !important;
}
		
#yourSliderId li ul li {
	display: block !important;
	position: relative !important;
}