.liWidth { width: 25%; }

@media screen and (min-width: 1400px) {
	.liWidth { width: 20%; }
}

@media screen and (max-width: 1023px) {
	.liWidth { width: 25%; }
}

@media screen and (max-width: 800px) {
	.liWidth { width: 49.79%; }
	#info {font-size: 14px !important; }
}

@media screen and (max-width: 550px) {
	.liWidth { width: 49.79%; }
}

@media screen and (max-width: 480px) {
	.liWidth { width: 100%; }
	.backButAP { margin-top: 8px;}
}

* {
	margin: 0;
	padding: 0;
}
.block{ width: 100%; display: table; margin: 0px; padding: 0px}
.block li { display: table-cell; float: left;}
.blockDiv { float:left; width: 98.7%; height: 100%; margin: 1px; border: 1px solid #333; overflow: hidden;}
#cont { position: relative; width: 100%; height: 100%}

#photo img { width: 100%; height: auto; padding: 0px; margin-bottom: -4px}
#info {
	position: absolute;
	height: 60px;
	width: 100%;
	bottom: -35px;
	left: 0px;
	padding: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	background-image: url(../images/overlay.png);
}

#contFlash
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #dd0038;
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.lazy {
  display: none;
}

#quickLaunch
{
	position: relative;
	width: 99%;
	height: 25px;
	padding: 10px;
	color: #ffffff;
	background-color: #000000;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align: center;
}

#quickLaunch select
{
	width: auto;
	height: 25px;
	font-size:18px;
	line-height: 18px;
	color: #ffffff;
	text-transform: Capitalize;
	text-align: left;
	border: 1px solid #333333;
	background-color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	
#artistPane
{
	position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}	

.backButAP {

	position: absolute;
	top: -4px;
	right: 5px;
}