﻿body
{
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#Showbox,
div.Showbox
{
	width: 100%;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.Showbox h3
{
	font-size: 20px;
	line-height: 38px;
	padding: 0 8px 0 8px;
	color: #444444;
	background-color: transparent;
	font-family: Arial, Sans-Serif;
	margin-bottom: 0px;
}

div.Showbox div.Header img
{
	width: 100%;
	height: auto;
}

div.Showbox iframe
{
	width: 100%;
	height: auto;
	background-color: #000000;
}

div.Showbox div.Items
{
	width: 100%;
	position: relative;
	margin-top: 8px;
}

div.Showbox div.Item
{
	display: inline-block;
	*float: left;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}

div.Showbox div.Item span
{
	position: absolute;
	padding: 4px;
	color: #ffffff;
	right: 8px;
	bottom: 8px;
	font-size: 11px;
	background-color: rgba(0, 0, 0, 0.75);
}

div.Showbox div.Item div.Infos
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0.75);
	display : block;
	overflow: hidden;
	transition: height 0.25s;
	-webkit-transition: height 0.25s;
}

div.Showbox div.Item:hover div.Infos
{
	display : block;
	height: 100%;
	transition: height 0.25s;
	-webkit-transition: height 0.25s;
}

div.Showbox div.Item div.Infos h4
{
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
	line-height: 13px;
	margin: 0;
}

div.Showbox.V div.Item
{
	*float: none;
	padding-right: 0px;
	padding-bottom: 8px;
	position: relative;
}

div.Showbox.V div.Item img
{
	float: left;
	margin-right: 8px;
}

div.Showbox.V div.Item span
{
	right: auto;
	left: 8px;
	bottom: 16px;
}

div.Showbox.V div.Item div.Infos
{
	display: inline-block;
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
	height: auto;
	background-color: transparent;
	display : block;
	overflow: visible;
	transition: height 0.25s;
	-webkit-transition: height 0.25s;
	color: #000000;
}

div.Showbox.V div.Item div.Infos h4
{
	color: #000000;
}

a.Next, a.SP_Prev, a.SP_Next
{
	top: 15%;
	/*display: none;*/
}

div.Showbox.V a.SP_Prev,
div.Showbox.V a.SP_Next
{
	left: auto;
	right: 8px;
	top: 8px;
	
	background-image: url(/wdo/css/prevnextv_but.png);
	width: 37px;
	height: 34px;
}

div.Showbox.V a.SP_Next
{
	top: auto;
	bottom: 8px;
	background-position: -37px 0px;
}

div.Showbox div.Items:hover a.SP_Prev,
div.Showbox div.Items:hover a.SP_Next
{
	display: block;
}

div.Showbox.V div.Items a.SP_Next
{
	background-position: -37px -34px;
	background-position: -37px -34px;
}

div.Showbox.V div.Items:hover a.SP_Next
{
	background-position: -37px 0px;
}

div.Showbox div.Items:hover a.SP_Prev.inactive,
div.Showbox div.Items:hover a.SP_Next.inactive
{
	display: none;
}

div.Showbox div.Footer
{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.Showbox div.Footer a
{
	display: block;
	line-height: 32px;
	font-size: 20px;
	/*padding-right: 10px;*/
	padding-bottom: 8px;
	/*background-image: url(/wdo/css/prevnextv_but.png);
	background-position: right center;
	background-repeat: no-repeat;*/
	text-align: right;
}

div.Showbox div.Footer a span
{
	color: #ffffff;
	background-color: #606060;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	text-align: center;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 32px;
}