.DOP_Slider_Container {
	margin: 0px; padding: 0px; overflow: hidden; display: none; position: relative;
}
.DOP_Slider_ImagesContainer {
	background: none; margin: 0px; padding: 0px; overflow: hidden; position: absolute; z-index: 100;
}
.DOP_Slider_Images {
	background: none; margin: 0px; padding: 0px; position: absolute; cursor: pointer;
}
.DOP_Slider_Image {
	margin: 0px; padding: 0px; overflow: hidden; float: left;
}
.DOP_Slider_ImageLoader {
	background-position: center !important; background-repeat: no-repeat !important;
}
.DOP_Slider_IconsContainer {
	background: rgb(96, 96, 96); border-radius: 5px; border: 1px solid rgb(0, 0, 0); border-image: none; position: absolute; z-index: 200; opacity: 0.9; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.DOP_Slider_Icon {
	float: left; display: block;
}
.circle.DOP_Slider_Icon {
	background: rgb(192, 192, 192); margin: 5px 5px 5px 0px; border-radius: 7px; border: 1px solid rgb(17, 17, 17); border-image: none; width: 14px; height: 14px; box-shadow: inset 0px 0px 10px #000000; -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; -webkit-border-radius: 7px; -moz-border-radius: 7px;
}
.circle.DOP_Slider_Icon:hover {
	background: rgb(51, 51, 51); border: 1px solid rgb(17, 17, 17); border-image: none; box-shadow: inset 0px 0px 10px #000000; -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000;
}
.selected.circle.DOP_Slider_Icon {
	background: rgb(51, 51, 51); border: 1px solid rgb(17, 17, 17); border-image: none; box-shadow: inset 0px 0px 10px #000000; -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000;
}
:first-child.circle.DOP_Slider_Icon {
	margin: 5px;
}
.number.DOP_Slider_Icon {
	background: rgb(192, 192, 192); margin: 5px 5px 5px 0px; border-radius: 3px; border: 1px solid rgb(128, 128, 128); border-image: none; width: 20px; height: 20px; text-align: center; color: rgb(85, 85, 85); line-height: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; box-shadow: inset 0px 0px 2px #666666; -moz-box-shadow: inset 0 0 2px #666666; -webkit-box-shadow: inset 0 0 2px #666666; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.number.DOP_Slider_Icon:hover {
	border: 1px solid rgb(0, 0, 0); border-image: none; color: rgb(0, 0, 0);
}
.selected.number.DOP_Slider_Icon {
	border: 1px solid rgb(0, 0, 0); border-image: none; color: rgb(0, 0, 0);
}
:first-child.number.DOP_Slider_Icon {
	margin: 5px;
}
.DOP_Slider_NavigationLeft {
	margin: 0px; padding: 0px; line-height: 1em !important; position: absolute; z-index: 500; cursor: pointer;
}
.DOP_Slider_NavigationLeft .hover {
	display: none;
}
.DOP_Slider_NavigationRight {
	margin: 0px; padding: 0px; line-height: 1em !important; position: absolute; z-index: 600; cursor: pointer;
}
.DOP_Slider_NavigationRight .hover {
	display: none;
}
.DOP_Slider_NavigationPlay {
	margin: 0px; padding: 0px; line-height: 1em !important; position: absolute; z-index: 600; cursor: pointer;
}
.DOP_Slider_NavigationPlay .hover {
	display: none;
}
.DOP_Slider_NavigationPause {
	margin: 0px; padding: 0px; line-height: 1em !important; position: absolute; z-index: 600; cursor: pointer;
}
.DOP_Slider_NavigationPause .hover {
	display: none;
}
