/**  #infos  **/
#infos {
	background: url(images/back-videos.png) no-repeat 2px 0;
	width: 100%;
	height: 64px;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
}

#infos p {
	margin-left: 45px;
	text-transform: uppercase;
	color: #421212;
}

#slideshow { display: none; }
#slideshow { margin-top: 20px; }
#slideshow span { color: #732A2A; }
/**  end of #infos  **/



/**  #thumbs  **/
#thumbs {
	background: url(images/back-left.png) no-repeat 100% 2px;
	width: 67px;
	height: 349px;
	padding: 36px 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#thumbs ul { list-style: none; }
#thumbs li { float: left; }

#thumbs li a {
	background-color: #AEAA8C;
	width: 24px;
	height: 24px;
	border: 1px solid #AEAA8C;
	margin: 0 5px 5px 0;
	overflow: hidden;
	display: block;
	font-size: 0;
	text-indent: -2000em;
}

#thumbs li a:visited {
	background-color: #D2BF9E;
	border-color: #B49E85;
}

#thumbs li a:hover {
	background-color: #A89782;
	border-color: #A4907C;
}

#thumbs li a:active {
	background-color: #732A2A;
	border-color: #773331;
}

#thumbs span { display: none; }

#thumbs p {
	height: 14px;
	line-height: 14px;
	position: absolute;
	bottom: 22px;
	left: 0;
	font-size: 14px;
}

#thumbs p a { margin: 0 9px 0 16px; }
/**  end of #thumbs  **/

#content {
	width: 450px;
	height: 361px;
	margin: 12px 15px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

#content img { margin: auto; }