/* bottom center */
#container101  .ws_bullets {
    top: 8px;
    right: 5px;
}

#container101 { 
/*	overflow: hidden; */
	zoom: 1; 
	width:100%;
	max-width: 923px;
	/*height:408px;*/
	margin:0 auto;
	z-index:100;
}
#container101:before,
#container101:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
#container101:after {
    clear: both;
}

#container101{
	background-image: none;
}
#container101 .ws_images{
	width:100%;
	max-width: 923px;
	/*min-height:408px;*/
	z-index:100;
	position: relative;
	padding-top: 49%;
}
#container101 .ws_images:before,
#container101 .ws_images:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
#container101 .ws_images:after {
    clear: both;
}

#container101 .ws_images a{
	color:transparent;
}

#container101 .ws_images img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
	border:10px solid #FFF8EC;
	box-shadow: 0 0 10px 1px #888888;
}
#container101 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

