/*
FASHION PAGE—p CSS
2009/01/15
nam hyubsoo
*/

/* TOP Page Button */

.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a,
.btn05 a{
	display:block;
	overflow:hidden;
	width:189px;
	height:104px;
	text-indent:-9999px;
}
.btn01 a{
	background:url(../img/fashion_top_btn01.jpg) no-repeat 0 0;
}
.btn01 a:hover{
	background:url(../img/fashion_top_btn01.jpg) no-repeat 0 -104px;
}
.btn02 a{
	background:url(../img/fashion_top_btn02.jpg) no-repeat 0 0;
}
.btn02 a:hover{
	background:url(../img/fashion_top_btn02.jpg) no-repeat 0 -104px;
}
.btn03 a{
	background:url(../img/fashion_top_btn03.jpg) no-repeat 0 0;
}
.btn03 a:hover{
	background:url(../img/fashion_top_btn03.jpg) no-repeat 0 -104px;
}
.btn04 a{
	background:url(../img/fashion_top_btn04.jpg) no-repeat 0 0;
}
.btn04 a:hover{
	background:url(../img/fashion_top_btn04.jpg) no-repeat 0 -104px;
}
.btn05 a{
	background:url(../img/fashion_top_btn05.jpg) no-repeat 0 0;
}
.btn05 a:hover{
	background:url(../img/fashion_top_btn05.jpg) no-repeat 0 -104px;
}


/*
MENU STYLE
*/
img{
	border:0px;
	}
	
.c_whiteContent{
	width:142px;
	padding:0 0 0 0;
	cursor:pointer;
}
