/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
	overflow-y:hidden;
	overflow-x:hidden;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	overflow-y:hidden;
	overflow-x:hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	overflow-y:hidden;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Master button styles - note that left and right 
versions are included although they are not used in this example */




/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert { 
	background:#fd4;
	overflow-y:hidden;
	overflow-x:hidden;
	width: 196px; /* wider than clip for custom button pos. */
	height: 1140px;
	margin-bottom: 1.5em;
}

/* Clip DIV */
.vert .simply-scroll-clip {
	overflow-y:hidden;
	overflow-x:hidden;
	width: 196px;
	height: 1140px;
}

/* Explicitly set height/width of each list item */
/* I added the li [ad]

.vert .simply-scroll-list li ad {
	width: 205px;
	height: 105px;
}


/* Modified button positions, overriding previous styles */


/* --------------- Merge ads_js.css --------------- */

/* accompanies AdTable_01b, 01c */

/* spacer{text size:2px;} */

/* #div {padding:10px 0px 10px 0px;} */

tellum
{
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 2px;	
/*	margin-left: 0px;	 */
	background:#fd4;
	display:block;
	box-shadow:2px 2px 4px 2px #222;
/*	border-spacing:5px; */
	border-spacing:0px;	
/*	padding:2px; */
	height:61px;
	width:190px;  
}

adhere
{
	margin-bottom:9px;
	margin-left:2px;
	background:#fd4;
	display:block;
	box-shadow:2px 2px 4px 2px #222;
/*	border-spacing:5px; */
	border-spacing:0px;	
/*	padding:2px;*/
	height:50px;
	width:190px;  
}

ad
{
	margin-bottom:9px;
	margin-left:2px;
	background:#fd4;
	display:block;
	box-shadow:2px 2px 4px 2px #222;
/*	border-spacing:5px; */
	border-spacing:0px;	
/*	padding:2px; */
 	width:190px;
	height:95px;
}

/*
ad.img
{
	width:190px;  
	height:95px;
} */

 spacer {
	margin-bottom:30px;
/*p {
font-size:2px; */
} 

