/*  SLIDER */


.slider {
	width: 535px;
	height: 175px;
	overflow: hidden;
	position: relative;
	}
	
	.slider img{
	border: 1px solid #fff;
	}

	.slider_img1 {
		width: 345px;
		height: 175px;
		position: absolute;
		}

	.slider_img2 {
		width: 345px;
		height: 175px;
		position: absolute;
		margin-left: 182px;
		}

	.slider_img3 {
		width: 345px;
		height: 175px;
		position: absolute;
		margin-left: 364px;
		}

        .slider_img {
            width: 175px;
            height: 175px;
            float: left;
            overflow: hidden;
            padding: 0;
            margin: 0;
            background: #FFFFFF;
        }

        .slider_txt{
            width: 140px;
            height: 175px;
            float: left;
            overflow: hidden;
            color: #000;
            padding: 15px;
            margin: 0;
            background: #FFFFFF;
            font-size: 11px;
        }