﻿/*-----------------------------------------------------	*/
/*	member.css						*/
/*-----------------------------------------------------	*/
#mainLead {
	text-align:center;
}

/* ------ galleryArea ------ */

#galleryArea {
    position: relative;
}

#galleryArea section {
    overflow: hidden;
	float:left;
	position:absolute;
	padding:10px;
	width:300px;
	height: 450px;
}
.btnHover {
	border-top:#fff solid 20px;
	height: 440px;
}
.btnHover:hover {
	border-top:#e40011 solid 20px;
}

/*-----------------------------------------------------	*/
/*	for - 1280px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1280px) {

}

/*-----------------------------------------------------	*/
/*	for - 980px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 980px) {

}

/*-----------------------------------------------------	*/
/*	for - 800px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 800px) {

}

/*-----------------------------------------------------	*/
/*	for - 568px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 568px) {

#mainLead {
	text-align:left;
}

}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {

}

