.oSlide{
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:25px;
	}
#oSlideImageDiv{}

.oSlide a img{

	border: none !important;
	padding: 0px !important;
	margin: 0px !important;

}


/* ############################################################################################################################3 */
/* ##    LOADING */
/* ############################################################################################################################3 */
#oSlide-loading {
	position: absolute;
	top: 47%;
	left: 47%;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#oSlide-loading-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('oSlide.png');
}

/* ############################################################################################################################3 */
/* ##    Caption */
/* ############################################################################################################################3 */
#oSlideCaption, #oSlideCaption div {
	/* to put it to the bottom */
	bottom:0px; 

	/* to put it to the top */
/* 	top:0px;  */

	position:absolute !important;
	width:100% !important;
	display:block;
	font-weight:bold;
	font-size:12px;
}

#oSlideCaption div{
	padding: 2px 1px 1px 20px;
      color:white;
}

#oSlideCaptionBackground{
	background-color:black;

	/* caption opacity*/
	filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;

}

#oSlideCaptionText{}


/* ############################################################################################################################3 */
/* ##    Navigation Bar */
/* ############################################################################################################################3 */


#oSlideNavigation{
	display:none;
	position:absolute;
	z-index: 1105;
	text-align:center;
	width: 30px;
	top: 0px;
	height: 200px;
background: url('oSlide_back.png');
}

.oSlideNavigationElement{
	width:20px;
	height:20px;
	display: block;
	margin:20px 5px;
	cursor:pointer;
	background-image : url('oSlide_inactive3.png');
	background-repeat: no-repeat;
	background-position: center;
}

.oSlideNavigationElementId_0{
	margin-top: 10px !important;
}


.oSlideNavigationElement span{
    display:none;
}


.oSlideNavigationActiveElement {
	background-image : url('oSlide_active3.png');
	cursor:default;
}

/* ############################################################################################################################3 */
/* ##    Navigation  controls */
/* ############################################################################################################################3 */

.oSlideNavigationControl{
	position:absolute !important;
	display:none;
	width:40px;
	cursor:pointer;
}

#oSlideNextNavigation {
	right:0px;
}

#oSlideNextNavigation div{
	position:absolute;
	top:40%;
	width:40px;
	height:60px;
	right:0px;
	background-image: url('oSlide.png');
	background-position: 40px -60px;

}

#oSlidePrewNavigation {
	left:0px;
}

#oSlidePrewNavigation  div {
	position:absolute;
	top:40%;
	width:40px;
	height:60px;
	right:0px;
	background-image: url('oSlide.png');
	background-position: 40px 0px;
}