/* Scrollbar */
#scrollbar1 { clear: both; margin: 0px 20px 10px 0px; }
#scrollbar1 .viewport { width: 100%; height: 165px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #c18eb5; 
	
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    inset 0px 0px 10px rgba(0, 0, 0, 0.5);
box-shadow:         inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; margin-right: -15px; }
#scrollbar1 .track { background-color: #555; height: 100%; width:13px; position: relative; padding: 0 1px; 
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    inset 0px 0px 10px rgba(0, 0, 0, 0.5);
box-shadow:         inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	
}
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


/* Slideshow  */
.slideshow
{
    position: relative;
    width: 100%;
    height: 157px;
}

.innerContent 
{
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.firstRow, .secondRow 
{
    float: left;
    overflow: hidden;
}
.secondRow
{
    top: 50%;
}

.images
{
    background-color: white;
    float:left;
    position:relative;
    z-index: 4;    
}

.images a img, .images a
{
    border: none; 
    max-width: none;
    overflow: hidden; 
    float: left;
}

.images a:hover
{
    border: 8px solid #C18EB5;
}
.images a:hover img 
{
    margin: -8px;
}

.imageTitle
{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #C18EB5;
}

.imageCaption 
{
    padding-left: 25px;
    font-size:13px;  
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.firstImage
{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity = 100);     
}
.secondImage
{
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity = 0);     
}

/* Mobile slider */  
/* slider container */
.iosSlider {
	/* required */
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	
	width: 800px;
	height: 157px;
}

/* slider */
.iosSlider .slider {
	/* required */
	width: 100%;
	height: 100%;
}

/* slide */
.iosSlider .slider .slide {
	/* required */
	float: left;

	width: 225px;
	height: 157px;
}

@media (min-width: 768px) {
	.iosSlider {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.iosSlider {
		width: 800px;
	}

}