/* 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;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.scroll-gg-news { 
	text-align:left; 
	float:left; 
	margin-left:90px;	
	width:560px; 
	height:26px;
}

/* Clip DIV */
.scroll-gg-news .simply-scroll-clip {
	width: 560px;
	height: 26px;
}
	
/* Explicitly set height/width of each list item */	
.scroll-gg-news .simply-scroll-list ul{
	float:left;
	margin-left: 30px;
	height: 26px;
}

/* Container DIV */
.scroll-1 { 
	text-align:center;
	width:260px; 
	height:600px;
	margin-bottom: 1em;
}

/* Clip DIV */
.scroll-1 .simply-scroll-clip {
	width: 260px;
	height: 600px;
}
	
/* Explicitly set height/width of each list item */	
.scroll-1 .simply-scroll-list li {
	width: 260px;
	height: 198px;
}

/* Container DIV */
.scroll-2 { 
	text-align:center;
	width:260px; 
	height:500px;
	margin-bottom: 1em;
}

/* Clip DIV */
.scroll-2 .simply-scroll-clip {
	width: 260px;
	height: 500px;
}
	
/* Explicitly set height/width of each list item */	
.scroll-2 .simply-scroll-list li {
	width: 260px;
	height: 198px;
}


/* Container DIV */
.scroll-yqlj { 
	width:980px; 
	margin-left:5px; 
	height:62px; 
	margin-top:30px; 
	float:left;
}

/* Clip DIV */
.scroll-yqlj .simply-scroll-clip {
	width: 980px;
	height: 62px;
}
	
/* Explicitly set height/width of each list item */	
.scroll-yqlj .simply-scroll-list ul{
	float:left;
	margin-left: 10px;
	height: 62px;
}