/*
#debug1{
	text-align:left;
	margin:0;
	font-size:14px;
	font-weight: bolder;
	color: #00AEEF;
}
#debug2{
	text-align:left;
	margin:0;
	font-size:14px;
	font-weight: bolder;
	color: #00AEEF;
}
#debug3{
	text-align:left;
	margin:0;
	font-size:14px;
	font-weight: bolder;
	color: #00AEEF;
}
#debug4{
	text-align:left;
	margin:0;
	font-size:14px;
	font-weight: bolder;
	color: #00AEEF;
}
*/


/* put the left rounded edge on the track */
            #track1-left {
                position: absolute;
                width: 5px;
               height: 15px;
                background: transparent url(/images/assets/slider-images-track-left.png) no-repeat top left;
            }

            /* put the track and the right rounded edge on the track */
            #track1 {
                background: transparent url(/images/assets/slider-images-track-right.png) no-repeat top right;
            }

                        /* put the left rounded edge on the track */
            #track2-left {
                position: absolute;
                width: 5px;
                height: 15px;
                background: transparent url(/images/assets/slider-images-track-left.png) no-repeat top left;
            }

            /* put the track and the right rounded edge on the track */
            #track2 {
                background: transparent url(/images/assets/slider-images-track-right.png) no-repeat top right;
            }


            /* put the left rounded edge on the track */
            #track3-left {
                position: absolute;
                width: 5px;
                height: 15px;
                background: transparent url(/images/assets/slider-images-track-left.png) no-repeat top left;
            }

            /* put the track and the right rounded edge on the track */
            #track3 {
                background: transparent url(/images/assets/slider-images-track-right.png) no-repeat top right;
            }

            /* put the left rounded edge on the track */
            #track4-left {
                position: absolute;
                width: 5px;
                height: 15px;
                background: transparent url(/images/assets/slider-images-track-left.png) no-repeat top left;
            }

            /* put the track and the right rounded edge on the track */
            #track4 {
                background: transparent url(/images/assets/slider-images-track-right.png) no-repeat top right;
            }

          /* put the left rounded edge on the track */
            #trackoverall-left {
                position: absolute;
                width: 5px;
                height: 15px;
                background: transparent url(/images/assets/slider-images-track-left.png) no-repeat top left;
            }

            /* put the track and the right rounded edge on the track */
            #trackoverall {
                background: transparent url(/images/assets/slider-images-track-right.png) no-repeat top right;
            }


