
		
				 /*SLIDER SAVE THE DATE*/
				 
				 
				 #slider_container_date {
            margin-top:30px;
            width: 518px;
			margin-left:45px;
			
        }
        
        /* slider specific CSS */
        .sliderGallery_date {
            
            overflow: hidden;
            position: relative;
            padding: 0px;
            height: 300px;
            width: 518px;
        }
        
        .sliderGallery_date UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
			white-space: nowrap;
			left:1px;
			height:100px;
        }
		
		 .sliderGallery_date UL img{
		 	margin-top:0px;
			margin-right:0px;
			margin-bottom:0px;
        }
        
        .sliderGallery_date UL LI {
            display: inline;
			height:220px;
        }
        
        .slider_date {
            width: 518px;
            height: 17px;
            margin-top: 115px;
            padding-right: 0px;
            position: relative;
            background-image:url(../uncoded/images/slider_track.jpg);
			background-repeat:repeat-x;
			cursor: pointer;
			float:left;			
        }
        
        .handle_date {
            position: absolute;
            cursor: pointer;
            height: 17px;
            width: 29px;
            top: 0;
            background: url(../uncoded/images/slider.jpg) no-repeat;
            z-index: 100;			
        }
		
		#slide_column_date{
		width:90px;
		height:220px;
		float:left;
		}
		
		#slide_item_date{
		float:left;
		height:100px;
		width:90px;
		margin-bottom:10px;
		}
