﻿.slideContainer {
    width: 495px; 
    height: 345px; 
	margin-bottom: 10px;
    filter:progid:DXImageTransform.Microsoft.Fade(duration=1, overlap=0.05);
}

.slide {
    width: 495px; 
    height: 345px; 
    visibility: hidden; 
    display: none;
}

.slideButtonBlack {
    width: 11px;
    height: 9px;
    background-repeat:no-repeat;
    background-color: black;  
    cursor: pointer;  
} 

.slideButtonWhite {
    width: 11px;
    height: 9px;
    background-repeat:no-repeat;
    background-color: white;    
    cursor: pointer;  
} 