﻿/********************Pictures***************************/
#Pictures{
	background-color: #FFFFFF;
	position: relative;
	width: 590px;height:196px;_height:194px;
	padding:1px 0 1px 0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border-top:#EEF3F8 1px solid;
	border-bottom:#EEF3F8 1px solid;
}
#Pictures .SlidingPanels{
	width: 530px;height: 198px;margin:0px;_height:196px;_width:520px;
	position: relative;left: 0px;background:transparent;
	padding: 0px;border: none;overflow: hidden;
}
#Pictures .SlideControlGroup{
	width: 900em;
	float: left;
	position: relative; /* width: 100%; */
	margin: 0px;
	left: -10px;
	padding: 0px;
	border: none;
}
#Pictures .SlidingPanelsContent{
	float: left;
	width: 250px;
	height: 200px; /* width: 100%; height: 400px; */_height:198px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
#Pictures img{
	float: left;
}
.SlideControlAni *{
	overflow: visible !important;
}

.Pre{
	position: absolute;
	left: 0;
	top: -1px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.Next{
	position: absolute;
	right: 0;
	top: -1px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.ContentSlide{
	margin: 0px 1px;
	padding:2px;
	float: left;
	display: inline;
	text-align: center;
}
.ContentSlide img{
	border: 1px solid #DDDDDD;
	margin: 0 0 0 0;
	cursor:pointer;
	height:187px;_height:190px;
	padding:2px;
}
