#slider {
	position: relative;
	width: 580px;
	height: 115px;
	overflow: hidden;
	margin:0 auto;
	background:url(/images/slider/bg_slider.gif) left bottom repeat-x;
}
#slider table{
	border-collapse:collapse;
}
#slider .list {
	position: relative;
	width:100px;
}
#slider .slider-content {
	position: absolute;
	width: 10000px;
}
#slider .slider-content-inner {
	float: left;
	width: auto!important;
}
#slider .scrollbar {
	width: 100px;
	height: 19px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:url(/images/slider/bg_scroller.gif) left bottom repeat-x;
}
#slider .scrollbar .scrollbar-left{
	position:relative;
	height: 19px;
	background:url(/images/slider/bg_scroller_left.gif) left bottom no-repeat;
}
#slider .scrollbar .scrollbar-right{
	position:relative;
	height: 19px;
	background:url(/images/slider/bg_scroller_right.gif) right bottom no-repeat;
}
.photo-photos-wrapp{
	position:relative;
	margin:20px 0;
}
.photo-photos-wrapp #to_left{
	position:absolute;
	left:0px;
	bottom:0;
	cursor:pointer;
	width:36px;
	height:19px;
}
.photo-photos-wrapp #to_right{
	position:absolute;
	right:0px;
	bottom:0;
	cursor:pointer;
	
}
.photo-photos-wrapp .arrow{
	width:36px;
	height:19px;
}
.photo-photos-wrapp #to_left .arrow{
	background: url(/images/slider/arr_left.png) left top no-repeat;
}
.photo-photos-wrapp #to_right .arrow{
	background: url(/images/slider/arr_right.png) left top no-repeat;
}
