
/* adjacentts.css  				*/
/* Created: Dec 30, 2007  			*/
/* Last Updated: Dec 30, 2007 			*/
/* Used to setup the adjacent tourstop box	*/


div.adjacentTour {
    margin: 3em 0 1em 0;
    width: 100%;
}

div.adjacentBlock {
    border: 1px solid #333333;    
    width: 100%;
    height: 470px;
    overflow: auto;
}

div.adjacentTourInfo {
    width: 100%;
    height: 100px;
    border: 1px solid #000000;   
}


img.tsAdjInfoPicVideo {
    width: 74px;
    height: 74px;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border: 5px double rgb(255, 255, 0)
}
img.tsAdjInfoPicAudio {
    
    width: 74px;
    height: 74px;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border:5px double rgb(255, 0, 0)
    
}


