﻿body
	{
	margin:	0;
	}
#custom_slider
	{
	white-space:		nowrap;
	text-align:			center;
	margin:				0;
	background-color:	#000000;
	z-index:			1;
	margin:				0;
	}
	#custom_slider #custom_slider_image_full
		{
		position:		absolute;
		left:			50%;
		top:			50%;
		transform:		translate(-50%, -50%);
		z-index:		2;
		max-height:		100%;
		max-width:		100%;
		}
	#custom_slider #custom_slider_image_comment
		{
		position:			absolute;
		bottom:				15%;
		left:				0;
		right:				0;
		max-width:			30%;
		margin:				0 auto;
		z-index:			3;
		background-color:	rgba(0, 0, 0, 0.3);
		color:				white;
		border-radius:		15px;
		/* font-size:			16pt; */
		padding:			5px;
		}
		#custom_slider #custom_slider_image_comment:hover
			{
			/* background-color:	rgba(0, 0, 0, 0.6); */
			}
	#custom_slider #custom_slider_prev
		{
		position:			absolute;
		color:				#000000;
		top:				0px;
		left:				0%;
		height:				100%;
		width:				20%;
		z-index:			4;
		background-color:	rgba(0, 0, 0, 0.0);
		}
		#custom_slider #custom_slider_prev:hover 
			{
			/* background-color:	rgba(0, 0, 0, 0.6); */
			cursor:				pointer;
			}
	#custom_slider #custom_slider_next
		{
		position:			absolute;
		color:				#000000;
		top:				0px;
		left:				80%;
		height:				100%;
		width:				20%;
		z-index:			4;
		background-color:	rgba(0, 0, 0, 0.0);
		}
		#custom_slider #custom_slider_next:hover 
			{
			/* background-color:	rgba(0, 0, 0, 0.6); */
			cursor:				pointer;
			}
	#custom_slider #custom_slider_close
		{
		position:			absolute;
		color:				#000000;
		top:				0px;
		left:				80%;
		height:				20%;
		width:				20%;
		z-index:			5;
		background-color:	rgba(0, 0, 0, 0.0);
		}
		#custom_slider #custom_slider_close:hover 
			{
			/* background-color:	rgba(0, 0, 0, 0.6); */
			cursor:				pointer;
			}
	#custom_slider #custom_slider_gallery
		{
		position:			absolute;
		top:				86%;
		left:				0px;
		right:				0px;
		height:				15%;
		margin:				0 auto;
		max-width:			96%;
		z-index:			5;
		}
		#custom_slider #custom_slider_gallery img
			{
			max-height:		240px;
			max-width:		22%;
			margin:			5px;
			border:			1px solid #bbbbbb;
			border-radius:	5px;
			}
			#custom_slider #custom_slider_gallery img:hover
				{
				cursor:	pointer;
				}
			#custom_slider #custom_slider_gallery img.active
				{
				border:		1px solid #bb0000;
				}
	#custom_slider svg
		{
		margin-top:		-40px;
		top:			50%;
		position:		absolute;
		margin-left:	auto;
		margin-right:	auto;
		left:			0;
		right:			0;
		}
