/* CSS Document */
#modWrap {
	background: #000000;
	margin-bottom: 40px;
	width: 900px;
	position: relative;
}
#mod_top{
	width: 900px;
	height: 43px;
	background-image: url(../img/model_head.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
	
#modNav {
	width: 288px;
	height: 43px;
	margin-left: 20px;
	background: url(../img/modSprite.png) no-repeat 0px -43px;
	position: relative;
	float: left;
}
/*
Editorial
*/ 
#mod_edit_W {
    width: 101px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 0px;	
	z-index: 999;
}
#mod_edit {
    background: url(../img/modSprite.png) no-repeat 0px -43px;
	height: 43px;
	width: 101px;
	text-indent: -9000px;
	overflow: hidden;
}
#mod_edit_W-active {
    width: 101px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 0px;	
	z-index: 999;
}
#mod_edit_W-active #mod_edit {
    background: url(../img/modSprite.png) no-repeat 0px 0px;
	height: 43px;
	width: 101px;
	text-indent: -9000px;
	overflow: hidden;
}
/*
Other
*/ 
#mod_other_W {
    width: 83px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 101px;	
	z-index: 999;
}
#mod_other {
    background: url(../img/modSprite.png) no-repeat -101px -43px;
	height: 43px;
	width: 83px;
	text-indent: -9000px;
	overflow: hidden;
}
#mod_other_W-active {
    width: 83px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 101px;	
	z-index: 999;
}
#mod_other_W-active #mod_other {
    background: url(../img/modSprite.png) no-repeat -101px 0px;
	height: 43px;
	width: 83px;
	text-indent: -9000px;
	overflow: hidden;
}
/*
Product
*/ 
#mod_prod_W {
    width: 104px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 184px;	
	z-index: 999;
}
#mod_prod{
    background: url(../img/modSprite.png) no-repeat -184px -43px;
	height: 43px;
	width: 104px;
	text-indent: -9000px;
	overflow: hidden;
}
#mod_prod_W-active {
    width: 104px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 184px;	
	z-index: 999;
}
#mod_prod_W-active #mod_prod{
    background: url(../img/modSprite.png) no-repeat -184px 0px;
	height: 43px;
	width: 104px;
	text-indent: -9000px;
	overflow: hidden;
}

#gal {
	padding: 50px 70px;
	position: relative;
}

#gal .gal_img {
	margin: 10px;
}

