
	/* adjust the margin beneath the image */
	img.left, img.right
	{
	margin-bottom:0.5em;
	}
	
	/* adjust the margin set atop the image to match the h3 title */
	li img.left, li img.right 
	{
	    margin-top:0.857em;
	}
	
	#tripadvisorWidget 
    {
        margin:32px 0 0 0;
        padding:0;
        border:none;
        width:542px;
        min-height:392px;
        overflow:visible;
        frameborder:0;
     }
     
     /*styling for modal window 
----------------------------------------------------------------------------------*/
    
    /*.modalBackground 
    {
        background-color:#000000;
        filter:alpha(opacity=80);
        opacity:0.8;
    }

    .modalPopup 
    {
        position:relative;
        width:860px;
        height:408px;
        padding-top:16px;
        padding-bottom:72px;
        border:none;
        background:transparent url(../../css-images/conference/winter-offer-modal-bckgrnd.png) bottom left no-repeat;
        color:#c9cccd;
    }
        
    div.modalInner
    {
        width:520px;
        height:408px;
        padding:0px 320px 0 20px;
    }
    
    div.waterheadJazzEvent 
    {
        background:transparent url(../../css-images/waterhead/whd-jazz-evening.jpg) bottom right no-repeat;
    }
    
    div.walkingWeekend 
    {
        background:transparent url(../../css-images/waterhead/whd-walking-weekend.jpg) bottom right no-repeat;
    }
    
    div.lowwoodHalfTerm 
    {
        background:transparent url(../../css-images/lowwood/half-term-offer-modal-bckgrnd.jpg) bottom right no-repeat;
    }    
    
    div.storrsAlanAckybourn 
    {
    background:transparent url(../../css-images/storrshall/alan-ackbourn-offer-modal-bckgrnd.jpg) bottom right no-repeat;
    }
    
    div.modalInner ul.bulleted 
    {
       padding-left:20px;
    }
        
    div.modalInner p,
    div.modalInner li 
    {
        font-size:0.75em;
        color:#666;
    }
        
    div.modalInner h3
    {
        font-size:1em;
    }
        
    div.modalInner h4
    {
        font-size:0.75em;
    }
    
    div.waterheadJazzEvent h3,
    div.waterheadJazzEvent h4,
    div.walkingWeekend h3,
    div.walkingWeekend h4
    {
        color:#7d4199;
    }
    
    div.lowwoodHalfTerm h3,
    div.lowwoodHalfTerm h4 
    {
        color:#008cb3;
    }
    
    div.storrsAlanAckybourn h3,
    div.storrsAlanAckybourn h4 
    {
        color:#000;
    }

    .close 
    {
       position:absolute;
       bottom:32px;
       right:30px;
       font-weight:bold;
       color:#fff;
       margin-bottom:-8px;
       padding-bottom:0;
       cursor:pointer;
       font-size:0.75em;
    }
        
    .close:hover 
    {
       color:#fff;
    }*/
