/* Copyright http://codematrix.ru/ Alex Voloh*/
/* License: GNU/GPL v.2 or later */
/* Non-commercial */
.codegallery {
	position: relative;
	width: 100%;
	background: #ddd;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.codeprev, .previmage{
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background: #141516;
	z-index: 100;
}

.codenext, .nextimage {
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background: #141516;
	z-index: 100;
}

.previmage, .nextimage {
	cursor: pointer;
}

.imgtooltip {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #141516;
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	display: none;
}

.imgtooltip div {
	padding-right: 10px;
	line-height: normal;
	padding: 10px;
}

.codeimage {
	position: relative;
	display: inline-block;
}

.codeimage img {
	width: 100%;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	opacity: 1;
}

.codecarousel {
	position: relative;
	font-size: 0;
	line-height: 0px;
}
