/* 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:right; 
	width:600px; 
	height:31px;
	margin-right: 20px;
	color:#567e98;
}

/* Clip DIV */
.scroll-gg-news .simply-scroll-clip {
	width: 600px;
	height: 31px;
}
	
/* Explicitly set height/width of each list item */	
.scroll-gg-news .simply-scroll-list ul{
	float:left;
	margin-right: 20px;
	height: 31px;
}

/* Container DIV */
.scroll-yqlj { 
	text-align:left; 
	float:left; 
	width:880px; 
	height:40px;
	margin-top:20px;
	margin-left:50px;
}

/* Clip DIV */
.scroll-yqlj .simply-scroll-clip {
	width: 880px;
	height: 40px;
}
	
/* Explicitly set height/width of each list item */	
.scroll-yqlj .simply-scroll-list li{
	float:left;
	margin-left: 10px;
	height: 40px;
}

/* Container DIV */
.scroll-kuan { 
	width:680px; 
	height:130px;
	margin:15px 0 0 10px;
	text-align:left; 
	float:left; 
}

/* Clip DIV */
.scroll-kuan .simply-scroll-clip {
	width: 680px;
	height:130px;
}
	
/* Explicitly set height/width of each list item */	
.scroll-kuan .simply-scroll-list li{
	float:left;
	height:130px;
	margin-left: 10px;
}
