/*scroller*/

/* 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 {

	margin:10px 10px 0 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 */
.simply-scroll {
	background-color:#317c1f;
	width: 776px;
	height: 132px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	left:10px;
	width: 756px;
	height: 132px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 122px;
	height: 112px;
}


/*scroller END*/




.ver10white {

	font-family: verdana;

	font-size: 10px;

	color: #FFFFFF;

	text-decoration: none;

	font-weight: bold;

}

a.ver10white:hover {

	font-family: verdana;

	font-size: 10px;

	color: #FFFF00;

	text-decoration: none;

	font-weight: bold;

}

.ver10grey {

	font-family: verdana;

	font-size: 10px;

	font-weight: bold;

	color: #C4C4C4;

	text-decoration: none;

}

a.ver10grey:hover {

	font-family: verdana;

	font-size: 10px;

	font-weight: bold;

	color: #ffff00;

	text-decoration: none;

}



.ver11gery {

	font-family: verdana;

	font-size: 11px;

	font-weight: bold;

	color: #2C2C2C;

	text-decoration: none;

}

.verdana {

	font-family: verdana;

	font-size: 10px;

	color: #565656;

	text-decoration: none;

}

.ver10bot {

	font-family: verdana;

	font-size: 10px;

	color: #B0B0B0;

	text-decoration: none;

}

a.ver10bot:hover {

	font-family: verdana;

	font-size: 10px;

	color: #ffff00;

	text-decoration: none;

}.ver11yellow {

	font-family: verdana;

	font-size: 11px;

	font-weight: bold;

	color: #FFFF00;

	text-decoration: none;

}


