/* gallery */
.scrollGallery {
	overflow:hidden;
	background: url(../images/bg-list-applications-icons.gif) repeat-x 0 53px;
	width:929px;
	height:100px;
	position:relative;
	margin:0px;
}
.scrollGallery ul {
	padding:0;
	margin:0;
	position:relative;
	list-style:none;
	width:31999px;
}
.scrollGallery ul li {float:left; padding:0px 10px;}
.scrollGallery li span{
	float:left;
	margin:0 0px 0 0;
	display:inline;
}
.scrollGallery ul img {display:block;}
.shadow-right,
.shadow-left{
	position:absolute;
	bottom:2;
}
.shadow-right{
	right:-65;
	width:82px;
	height:74px;
	background: url(../images/grey_arrow_right.png) no-repeat;
	top:50px;
}
.shadow-left{
	left:428px;
	top:50px;
	width:95px;
	height:74px;
	background: url(../images/grey_arrow.png) no-repeat;
}


.block-right{float:left;width:437px;height:110px; margin:28px 0px 0px 30px;background-color:#FFFFFF; border:solid 1px #C6C5C5;
 padding:3px;}
 
