div#view-acc-scroller {
	margin: 0;
	padding: 0;
	border: 0;
	width: 326px;
	margin-top: 15px;
}

	div#vac-headline {
		margin: 0;
		padding: 0;
		border: 0;
		width: 326px;
		height: 27px;
	}
	
	div#vac-prevpage {
		margin: 0;
		padding: 0;
		border: 0;
		width: 326px;
		height: 26px;
	}
	
	div#vac-scroller {
		margin: 0;
		padding: 0;
		border: 0;
		width: 326px;
		/*height: 194px;*/
		background-image: url(../../images/view/dac_content.gif);
		background-repeat: repeat-y;
	}
	
	div#vac-nextpage {
		margin: 0;
		padding: 0;
		border: 0;
		width: 326px;
		height: 26px;
	}
	
	.vac-item-wrapper {
		margin: 0;
		padding: 0;
		border: 0;
		width: 302px;
		height: 28px;
		border-bottom: 1px dotted #CCC;
		background-color: #FFF;
		padding: 10px;
		margin-left: 2px;
	}
	
	a.prevPage {
		cursor:pointer;
	}
	
	a.nextPage {
		cursor:pointer;
	}
	
	.vac-item-image {
		margin: 0;
		padding: 0;
		border: 0;
		width: 90px;
		height: 28px;
		background-color: #FFF;
		border: 1px solid #CCC;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		margin-right: 15px;
		float: left;
	}
	
	.vac-item-info {
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		float: left;
	}
	
	.vac-item-info h3 {
		font-size: 11px;
		font-weight: bold;
		color: #333;
	}
	
	.vac-item-info h4 {
		font-size: 11px;
		font-weight: normal;
		color: #BBB;
	}
	
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 665px; 
    width: 700px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

#demotip { 
    display:none; 
    background:transparent url(../../images/view/tooltip_bg.png); 
    font-size:11px; 
    height:170px; 
    width:230px; 
    padding:25px; 
    color:#fff;     
    z-index: 999;
}

.vac-acc-image {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 211px;
	height: 99px;
	background-color: white;
	margin-top: 15px;
	text-align: center;
}
