<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#garagedoor {
	margin: 0px auto;
	list-style: none;
	background: url(../images/menu-bg01.gif) no-repeat;
	width: 824px;
	overflow: auto;	
}
#garagedoor li {
	width: 206px;
	height: 173px;
	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 -173px !important;
}

#garagedoor li#shutter1 {
	background: url(../images/shutter01.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter2 {
	background: url(../images/shutter02.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter3 {
	background: url(../images/shutter03.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter4 {
	background: url(../images/shutter04.jpg) 0 0 no-repeat; 
}
#garagedoor a {
   width: 206px;
   height: 173px;
   display: block;
   background: url(../images/window03.png) no-repeat bottom center;
   text-indent: -9999px;
}

</pre></body></html>