/*******  Gallery Content ******/
#content-div {
	width: 950px;
	height: auto;
	position: relative;
}

#content-header {
	width: 900px;
	height:45px;
	padding: 24px 24px 5px;	
}

.content-title {
	width:auto;
	height:30px;
	margin-bottom:3px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../img/titles/gallery.gif) no-repeat;
}

.content-line {
	padding: 0;
	margin: 0;
	color: #dbdbdb;
}

#content-gallery {
	width: 900px;
	min-height: 100px;
	border: solid 1px #cdcdcd;
	background: #fff;
	margin: 0 auto;
	margin-top: 35px;
	position: relative;
	text-align: center;
}

#content-gallery-ul {
	width: 900px;	
	position: absolute;
	left: 24px;
	top: 71px;
	z-index: 10;
}

.content-gallery-li, .content-gallery-curr-li, .content-gallery-right-li {
	float: left;
	padding: 10px 17px 10px 17px;
}

.content-gallery-curr-li {
	background: #fff;
	border: solid 1px #cdcdcd;
	border-bottom: 0;
}

.content-gallery-right-li {
	float: right;
}

.content-gallery-link, .content-gallery-curr-link {
	color: #838383;
	font-weight: bold;
	text-decoration: none;
}

.content-gallery-curr-link {
	color: #7ea2cc;
}

.content-gallery-right-link {
	color: #838383;
}

#content-gallery-left, #content-gallery-right {
	width: 14px;
	height: 19px;
	background: url(../img/gallery-left-arrow.jpg);
	display: block;
	position: absolute;
	top: 50px;
	left: 17px; 
}

#content-gallery-right {
	left: auto;
	right: 17px;
	background: url(../img/gallery-right-arrow.jpg);
}

#content-sort-by {
	width: 110px;
	border: solid 1px #878787;
	color: #838383;
	font-size: 11px;
	background: #eee;
}

#content-gallery-info {
	width: 795px;
	height: 47px;
	padding: 0 48px 0 48px;
	color: #7ea2cc;
	line-height: 47px;
}

#content-gallery-info-left {
	float: left;
}

#content-gallery-info-right {
	float: right;
}

#content-gallery-images-ul {
	width: 898px;
}

.content-gallery-images-li {
	width: 120px;
	height: 90px;
	margin: 0 0 50px 50px;
	float: left;
	overflow: hidden;
	position: relative;
}

.content-gallery-images-link {
	width: 120px;
	height: 90px;	
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

#content-gallery-img-big {
	margin-bottom: 10px;
}

#gallery-show-id {
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	border: solid 1px #000;
	display: none;
	background: #efefef;
	text-align: center;
	font-size: 10px;
}

#gallery-show-id  img{
	display: block;
}

.pages, .page-current {
	font-family: Arial;
	text-decoration: none;
	border: solid 1px #cdcdcd;
	color: #7da2cf;
	font-size: 11px;
	padding: 2px 5px;
	outline: none;
	margin-right: 5px;
}

.pages:hover {
	background: #efefef;
}

.page-current {
	background: #efefef;
}

.page-current:hover {
	background: #fff;
}

#gallery-pages {
	width: 898px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	padding: 1px 0 1px 0;
}

#gallery-image-movies {
	margin: 10px auto 20px auto;
	text-align: center;
}

.gallery-movie-link {
	color: #838383;
}

.gallery-movie-icon {
	width: 20px;
	height: 22px;
	position: absolute;
	right: 2px;
	bottom: 2px;
	text-indent: -1000px;
	background: url(../images/movie-icon-oc.png) no-repeat;
}

.links-movie-div {
	display: none;
	position: absolute;
	z-index: 50;
	background: #fff;
	border: solid 1px #7da0ca;
	border-bottom: 0;
}

.view-movies-link {
	text-decoration: none;
	color: #838395;
	display: block;
	border-bottom: solid 1px #7da0ca;
	padding: 2px;
	width: 100px;
	text-align: center;
}

.view-movies-link:hover{
	background: #efefef;
}

.gallery-movie-icn-big {
	vertical-align: middle;
	margin-right: 2px;
}

.authorLink {
	color: #7ea2cc;
}

/******** Movies Box ********/
#movies-link {
	display: block;
	color: #96aecd;
	text-decoration: none;
	text-align: center;
}

#movies-box-list {
	width: 106px;
	height: auto;
	color: #96aecd;
	border: solid 1px #96aecd;
	padding: 0;
	display: none; 
	position: absolute;
}

#movies-overlay {
	width: 108px;
	height: 20px;
	background:  #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
	position: absolute;
	z-index: 0;
	display: none;
}

#close-movies {
	padding: 1px 0 2px 0;
}

.fade-in-out {
	width: 106px;
	display: none;
	color: #96aecd;
	text-decoration: none;		
	text-align: center;
}
