/********************Pictures***************************/
#Pictures{
	background-color: #FFFFFF;
	position: relative;
	width: 530px;
	padding:1px 0 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#Pictures .SlidingPanels{
	width: 455px; /* width: 100%; */
	height: 151px;
	margin:0px;
	position: relative;
	left: 35px;-ms-left:0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#Pictures .SlideControlGroup{
	width: 900em;
	float: left;
	position: relative; /* width: 100%; */
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
}
#Pictures .SlidingPanelsContent{
	float: left;
	width: 250px;
	height: 102px; /* width: 100%; height: 400px; */
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
#Pictures img{
	float: left;
}
.SlideControlAni *{
	overflow: visible !important;
}

.Pre{
	position: absolute;
	left: 0;
	top: 0px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.Next{
	position: absolute;
	right: 0;
	top: 0px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	z-index:1;
}

.ContentSlide{
	margin: 0px 1px;
	padding:5px;
	float: left;
	display: inline;
	text-align: center;
}
.ContentSlide img{
	background:#333333;
	border: 1px solid #999999;
	margin: 0 0 0 0;
	cursor:pointer;
	/*filter:alpha(opacity=75);*/
	height:138px;
}
.ContentSlide img:hover{
	border: 1px solid #333333;
	margin: 0 0 0 0;
	cursor:pointer;
	opacity: 1;
}