﻿#swipebox-overlay {
	direction:ltr;
}
.albumlistitem
{
	position:relative;
	display:inline-block;
	float:none;
	width:31.5%;
	height:auto;
	max-height:181px;
	min-height:181px;
	overflow:hidden;
	margin:0px;
	margin-bottom:20px;
}

.albumlistitem a.albumname
{
	position:absolute;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-right:2.5%;
	padding-right:2.5%;
	height:47px;
	padding-top:10px;
	background:rgba(0,0,0,0.8);
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	top:auto;
	bottom:0px;
	left:0px;
	z-index:10;
}

.albumlistitem  a.albumpic
{
	position:relative;
	display:block;
	float:right;
	width:100%;
	height:auto;
}

.albumlistitem  a.albumpic img
{
	width:100%;

}

.mrg2p
{
	/*margin-right:2.6%;*/
	/*margin-left:2.6%;*/
}

a.nomrg
{
	margin-left:0px !important;
}


@media screen and (max-width: 959px)
{
		.albumlistitem
		{
			position:relative;
			display:block;
			float:right;
			width:70%;
			height:auto;
			margin:0px;
			margin-right:10%;margin-left:10%;
			margin-bottom:10px;margin-top:10px;
		}

		.albumlistitem a.albumname
			{
				position:absolute;
				display:block;
				height:47px;
				font-size:16px;
				top:auto;
				bottom:0px;
				left:0px;
				z-index:10;
			}

		.mrg2p
		{
			margin-right:10%;margin-left:10%;
		}
}