/* Cello Style Sheet */
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	margin: 0;
	padding: 0;
	}
	
#center {
	margin: 0 0% 0 25%;
	padding: 1% 3%;
	color: #000;
}

#celloimg {
	margin: 0 0% 0 170px;
	height: 250px;
	background: #000000 url(../Assets/Images/BGcello.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #000000;	
}

/*Image Map*/
#container {
	position:relative; 
	float:right; 
	width:425px; 
	height:450px; 
	background:#efedec; 
	border:1px solid #000; 
	margin:10px 20px;
}

a.gallery, a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #000; width:95px; height:71px; float:left; margin:3px; z-index:50;}
a.slidea {background:url(../Assets/Images/smCello1.jpg);}
a.slideb {background:url(../Assets/Images/smComingSoon.jpg);}
a.slidec {background:url(../Assets/Images/smComingSoon.jpg);}
a.slided {background:url(../Assets/Images/smComingSoon.jpg);}
a.slidee {background:url(thumb6.jpg);}
a.slidef {background:url(thumb7.jpg);}
a.slideg {background:url(thumb8.jpg);}
a.slideh {background:url(thumb9.jpg);}
a.slidei {background:url(thumb10.jpg);}
a.slidej {background:url(thumb11.jpg);}

a.gallery span {display:block; position:absolute; width:1px; height:1px; top:5px; left:5px; overflow:hidden; background:#efedec;z-index:100;}
.slidek {display:block; position:absolute; width:400px; height:300px; top:105px; left:10px; padding:0; border:1px solid #000;}
a.gallery:hover {white-space:normal; border:1px solid #fff;}
a.gallery:hover img {border:1px solid #000; position:relative; z-index:100;}
a.gallery:hover span {display:block; position:absolute; width:402px; height:320px; top:100px; left:5px; padding:5px; font-style:italic; color:#000; background:#efedec; z-index:100;}

a.gallery:active img, a.gallery:focus img {border:1px solid #000; position:relative; z-index:50;}
a.gallery:active span, a.gallery:focus span {display:block; position:absolute; width:402px; height:320px; top:100px; left:5px; padding:5px; font-style:italic; color:#000; background:#efedec url(back1.gif); z-index:50;}



	

