.theAlbums {
    
    border: 1px #c3c3c3 solid;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.pointer {
	cursor: pointer;
}
.hidden{
	display:none;
}

/* floating  */
.fright {
	position: relative;
	float: right;
}

.fleft {
	position: relative;
	float: left;
}

/* font style  */
.b {
	font-weight: bold;
}

/* font size */
.f8 {
	font-size: 6pt;
}

.f10 {
	font-size: 10pt;
}

.f12 {
	font-size: 12pt;
}

/* specific style */
.icon {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.ecogal_text {
	clear: both;
	font-size: 10px;
	margin: 5px 0px 0px 5px;
	position: relative;
    color: #0B95D6;    
}

/* paragraph style */
.center {
    text-align: center;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

/* padding */
.p10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.p15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.p20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.p25 {
	padding-bottom: 25px;
	padding-top: 25px;
}

/* IMAGE SHADOW */
.img-shadow{
	float:left;
/*	background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;*/
	width:100%;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	cursor: pointer;
}
