﻿
#OsSlideShowBox
{
	width: 465px;
	height: 203px;
	margin: 0 3px 0 0;
	position: relative;
	visibility: hidden;
	overflow: hidden;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	z-index: 1; /* 	filter: progid:DXImageTransform.Microsoft.Fade(Overlap=0.01,duration=2,enabled=false);*/
}
#OsSlideShowBox .Panel
{
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
}
#OsSlideShowBox .Text
{
	position: absolute;
	text-align: left;
	visibility: hidden;
	overflow: hidden;
	left: 265px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
/***********************************************/
#OsSlideShowBox .Panel .CornerTopLeft
{
	position: absolute;
	background-image: url(topleft.gif);
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}

#OsSlideShowBox .Panel .CornerTopRight
{
	position: absolute;
	background-image: url(topright.gif);
	z-index: 3;
	top: 0px;
	left: 249px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}

#OsSlideShowBox .Panel .CornerBottomLeft
{
	position: absolute;
	background-image: url(bottomleft.gif);
	z-index: 3;
	top: 193px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}

#OsSlideShowBox .Panel .CornerBottomRight
{
	position: absolute;
	background-image: url(bottomright.gif);
	z-index: 3;
	top: 193px;
	left: 249px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}
#OsSlideShowBox .Img
{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #B6B6B6;
	z-index: 2;
	cursor: pointer;
}
/***********************************************/
#nicePictures
{
	background-color: #DDD;
	background: transparent;
	position: relative;
	width: 500px;
}
#nicePictures .SlidingPanels
{
	width: 455px; /* width: 100%; */
	height: 187px;
	margin:0px;
	float: left;
	position: relative;
	left: 8px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
#nicePictures .SlidingPanelsContentGroup
{
	width: 9000em;
	float: left;
	position: relative; /* width: 100%; */
	margin: 0px;
	left: -10px;
	padding: 0px;
	border: none;
}
#nicePictures .SlidingPanelsContent
{
	float: left;
	width: 250px;
	height: 120px; /* width: 100%;  	            height: 400px; */
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
#nicePictures img
{
	float: left;
	margin-right: 4px;
}
#nicePictures p
{
	margin: 4px 4px;
}
.SlidingPanelsAnimating *
{
	overflow: visible !important;
}
