#galleries-grid
{
	list-style: none;
	margin:0px 10px;
	padding:10px 22px;
	background-image:url('/assets/images/mainBg.png');
}
#galleries-grid li
{
	float:left;
	margin:15px;
	padding:0px;
	width:148px;
	height:97px;
	position:relative;
}
#galleries-grid li .frame
{
	position:absolute;
	display:block;
	width:156px;
	height:105px;
	top:0px;
	left:-1px;
	background-image:url('/assets/images/gallery-frame.png');
	outline:none;
	z-index:500;
}
#galleries-grid li .content
{
	height:97px;
	width:148px;
	overflow:hidden;
	background-color:#090909;
	background-image:url('/assets/images/img-loader.gif');
	background-position:center;
	background-repeat:no-repeat;
}
#galleries-grid li .content p
{
	position:absolute;
	display:block;
	margin:0px;
	padding:6px;
	background-image:url('/assets/images/mainBg.png');
	bottom:0px;
	width:138px;
	color:#c2a875;
}
#galleries-grid li .content img
{
	border:0px;
}
#galleries-grid li .layer
{
	display:none;
	position:absolute;
	background-image:url("/assets/images/tooltip.png");
	width:162px;
	height:101px;
	z-index:600;
}
#galleries-grid li .layer div
{
	margin:15px;
	font-size:1em;
	line-height:18px;	
}
#galleries-grid li .layer div b
{
	color:#c2a875;
}










#gallery-grid
{
	list-style: none;
	margin:0px 10px;
	padding:10px 22px;
	background-image:url('/assets/images/mainBg.png');
}
#gallery-grid li
{
	float:left;
	margin:15px;
	padding:0px;
	width:148px;
	height:97px;
	position:relative;
}
#gallery-grid li .frame
{
	position:absolute;
	display:block;
	width:156px;
	height:105px;
	top:0px;
	left:-1px;
	background-image:url('/assets/images/gallery-frame.png');
	outline:none;
	z-index:500;
}
#gallery-grid li .content
{
	height:97px;
	width:148px;
	overflow:hidden;
	background-color:#090909;
	background-image:url('/assets/images/img-loader.gif');
	background-position:center;
	background-repeat:no-repeat;
}
#gallery-grid li .content p
{
	position:absolute;
	display:block;
	margin:0px;
	padding:6px;
	background-color:#000;
	bottom:0px;
	width:138px;
	color:#c2a875;
}
#gallery-grid li .content img
{
	border:0px;
}

#gallery-grid li .layer
{
	display:none;
	position:absolute;
	background-image:url("/assets/images/tooltip.png");
	width:162px;
	height:101px;
	z-index:600;
}
#gallery-grid li .layer div
{
	margin:15px;
	font-size:1em;
	line-height:18px;	
}
#gallery-grid li .layer div b
{
	color:#c2a875;
}



#gallery-item
{
	list-style: none;
}
#gallery-item .image
{
	padding:10px;
	text-align:center;
	background-image:url('/assets/images/mainBg.png');
	margin-bottom:15px;
}
#gallery-item .image img
{
	border:3px #c2a875 solid;
}
#gallery-item .paginationControl
{
	margin-top:10px;
}
#gallery-item .paginationControl a
{
	display:block;
	margin:5px 10px;
	line-height:20px;
	font-size:1.2em;
	text-decoration:none;
}

#gallery-item .comments
{
	margin:0px auto;
}

#gallery-item .video
{
	padding:10px;
	text-align:center;
	background-image:url('/assets/images/mainBg.png');
	margin-bottom:15px;
}
#gallery-item .video-player
{
}
.item-container
{
	position:relative;
	border:3px #c2a875 solid;
	margin:auto;
}
.item-container img
{
	border:0px !important;
}

.gallery-arrow-right
{
	width:200px;
	height:200px;
	background-repeat:no-repeat;
	background-position:right center;
	position:absolute;
	top:-5px;
	right:-9px;
	outline:none;
}
.gallery-arrow-right:hover
{
	background-image:url('/assets/images/right.png');
}
.gallery-arrow-left
{
	width:200px;
	height:200px;
	background-repeat:no-repeat;
	background-position:left center;
	position:absolute;
	top:-5px;
	left:-9px;
	outline:none;
}
.gallery-arrow-left:hover
{
	background-image:url('/assets/images/left.png');
}
