/********* LATEST NEWS *********/

 .glidecontentwrapper{
position: relative; /* Do not change this value */
width: 190px;
height: 230px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float: left;
margin-left: 5px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


 .glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 190px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

 .glidecontent p {
	width: 170px;
}

 .glidecontent a {
	color: #F03025;
}

 .glidecontent a:hover {
	text-decoration: underline;
}

 .glidecontent img {
	float: left!important;
	display: block;
}

 .glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 211px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right" */
float: left;
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

 .glidecontenttoggler a.prev {
	background: url(images/up-arrow.gif) no-repeat top right;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 14px;
	right: 15px;
}

 .glidecontenttoggler a.next {
	background: url(images/down-arrow.gif) no-repeat top right;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 32px;
	right: 15px;
}

 .glidecontenttoggler span {
	display: none;
}

/************ SCROLLING LOGOS ************/

#scrolling-logos .glidecontentwrapper{
position: relative; /* Do not change this value */
width: 670px;
height: 67px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float: left;
margin-left: 5px;
margin-top: 15px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


#scrolling-logos .glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
margin: 10px 0 0 30px;
visibility: hidden;
width: 630px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

#scrolling-logos .glidecontent a {
	color: #F03025;
}

#scrolling-logos .glidecontent a:hover {
	text-decoration: underline;
}

#scrolling-logos .glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 211px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right" */
float: left;
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

#scrolling-logos .glidecontenttoggler a.prev {
	background: url(images/left-arrow.gif) no-repeat top right;
	width: 23px;
	height: 25px;
	position: absolute;
	top: 40px;
	left: 15px;
}

#scrolling-logos .glidecontenttoggler a.next {
	background: url(images/right-arrow.gif) no-repeat top right;
	width: 23px;
	height: 25px;
	position: absolute;
	top: 40px;
	right: 15px;
}

#scrolling-logos .glidecontenttoggler span {
	display: none;
}