#content #pageTitle {margin-left: -280px;}
#picture-slides-thumbnails-container{
float: right;
width: 200px;
/*background: #fff;
border:1px solid #f1cdaa;*/
position: relative;
z-index: 1000;
margin-top:30px;
}
#main-picture-container {
float: left;
width: 550px;
/*background: #fff;
border:1px solid #f1cdaa;*/
padding: 15px;
margin-top:30px;
}
.navigation-controls {
	position: relative;
	text-align: center;
	z-index: 1001;
}
.decorControl {
background: url(../img/decorControl.gif) no-repeat center;}
.navigation-controls a{
padding: 0 5px;
}
/* Picture slides */
.picture-slides-disabled {
	color: #f1bd98;
}
.picture-slides-container {
	margin-bottom:20px;
	font-size: 16px;
	font-weight: bold;
}
.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
}
.picture-slides-fade-container a {
	display: block;
	height: 380px;
	text-align: center;
	/*padding: 6px;*/
	/*margin-bottom:10px;*/
}

.picture-slides-image-load-fail {
	display: none;
}
.picture-slides-image { border:5px solid #dbbb92; }
.picture-slides-image-text {
	position: relative;
	text-align: center;
	padding: 10px 0;
	z-index: 1001;
	color: #4e020e;
font:16px Georgia;
font-style: italic;
font-weight: 900;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
	z-index: 1000;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
	z-index: 1000;
}
/*---------------------thumbnails---*/

.picture-slides-thumbnails {
	list-style: none;
	width: 200px;
	/*margin-top: 15px;*/
	overflow: hidden;
	padding:15px 0 15px 15px;
	
}

.picture-slides-thumbnails li{
	float: left;
	width: 50px;
	height: 38px;
	margin: 0 10px 10px 0;
}

.picture-slides-thumbnails li img {
	width: 50px;
	height: 38px;
	
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 44px;
	height: 32px;
	/*padding: 2px;*/
	/*background: #ea9d80;*/
	border: 3px solid /*#ea8968*/#ffbc3c;
	
}

/*.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;*/
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}*/
