.custom,
.custom_ie6{
  width: 620px;
  height: 120px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
    width: 100%;
	position:absolute;
	height: 120px;
}
/* Container DIV */
.custom_ie6 .simply-scroll-clip { /* Applied to clip DIV */
    width: 100%;
	position:absolute;
	height: 120px;
}

/* Clip DIV */
html > body .custom_ie6 .simply-scroll-clip { /* Applied to clip DIV */
  height: auto;
  height: 120px;
}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}


/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: 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 up and down versions 
have been removed in this example */

.simply-scroll-btn {
	position: absolute;
	width: 15px;
	height: 122px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: -15px;
	top: -1px;
	background: url(left_cursor.gif) no-repeat top left;
}

.simply-scroll-btn-right {
	right: -15px;
	top: -1px;
	background: url(right_cursor.gif) no-repeat top left;
}


