
/* adjacentts.css  				*/
/* Created: Nov 29, 2007  			*/
/* Last Updated: Nov 29, 2007 			*/
/* Used to setup the adjacent tourstop box	*/



div.adjacentBlock {
    border: 1px solid #333333;    
    width: 350px;
    height: 470px;
    overflow: auto;
}

div.adjacentTSInfo {
    width: 330px;
    height: 80px;  
}


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)
}


