* { margin: 0; padding: 0; }
body { background:black; }
a { outline: 0; }
h1 { text-align: center; margin: 0 auto; font: bold 32px Helvetica, Arial, Sans-Serif; margin: 70px auto 10px; letter-spacing: -1px ; }
h2 { text-align: center; padding: 5px; margin: 0px; background: #ff6600; color: #999999; }
 
#garagedoor {
	margin: 0px auto;
	list-style: none;
	background: url(../images/menu-bg5.jpg) no-repeat;
	width: 1000px;
	overflow: auto;
    float: left;	
}
#garagedoor li {
	width: 250px;
	height: 125px;
	display: block;
	float: left;
}

/* Modernizer Enabled */
.csstransitions #garagedoor li {
	-webkit-transition: background-position 0.6s ease;
	-moz-transition: background-position 0.6s ease;
	-o-transition-property: background-position 0.6s ease;
}
.csstransitions #garagedoor li:hover {
	background-position: 0 -100px !important;
}

#garagedoor li#shutter1 {
	background: url(../images/shutter-foods.gif) 0 0 no-repeat; 
}
#garagedoor li#shutter2 {
	background: url(../images/shutter-DRINKS.gif) 0 0 no-repeat; 
}
#garagedoor li#shutter3 {
	background: url(../images/shutter-party.gif) 0 0 no-repeat; 
}
#garagedoor li#shutter4 {
	background: url(../images/shutter-sagitta.gif) 0 0 no-repeat; 
}
#garagedoor li#shutter5 {
	background: url(../images/shutter-guest.gif) 0 0 no-repeat; 
}
#garagedoor li#shutter6 {
	background: url(../images/shutter-map.gif) 0 0 no-repeat; 
}
#garagedoor li#shutter7 {
	background: url(../images/shutter-camera.gif) 0 0 no-repeat; 
}
#garagedoor li#shutter8 {
	background: url(../images/shutter-mac.gif) 0 0 no-repeat; 
}
#garagedoor a {
   width: 250px;	
   height: 125px;
   display: block;
   background: url(../images/window.png) no-repeat bottom center;
   text-indent: -9999px;
}

