﻿/* Last 12-1-07 */
/* last 12-25-09 */
/* last 03-13-11 */

/* for how it works page, image change small to big on hover */
#menu{
	position: relative;
	left: 10em;
	margin: 0;
	padding: 0;
	width: 400px;
}
.one {
text-decoration: none;
text-align: center;
display: block;
width: 389px;
height: 284px; 
position: relative;
 top: 0; 
 left: 0;
 background: url(http://www.4remotesupport.com/images/add-support-form-to-your-site-288x-216.JPG) no-repeat #aaa;
 background-repeat: no-repeat;
 }
a:hover.one {
width: 530px;
height: 386px; 
z-index: 0;
position: relative;
 top: 0;
 left: -7.5em;
 background: url(http://www.4remotesupport.com/images/add-support-form-to-your-site.JPG) no-repeat #aac;
 background-repeat: no-repeat;
 }
 /* end for how it works page section */
 
 /* for setup info page image swap, small to large on hover 03-13-11*/
#image-swap-1{
	position: relative;
	left: 10em;
	margin: 0;
	padding: 0;
	width: 400px;
}
.two {
text-decoration: none;
text-align: center;
display: block;
/* width: 389px; */
/* height: 284px; */ 
width: 287px; 
height: 201px; 
position: relative;
 top: 0; 
 left: 0;
 background: url(http://www.4remotesupport.com/4content/images/4login-below-for-support-page-75percent-90percent-smaller.JPG) no-repeat #aaa;
 background-repeat: no-repeat;
 }
a:hover.two {
/* width: 530px; */
/* height: 386px;  */
width: 521px;
height: 365px;
z-index: 0;
position: relative;
 top: 0;
 left: -7.5em;
 background: url(http://www.4remotesupport.com/4content/images/4login-below-for-support-page-75percent-90percent.JPG) no-repeat #aac;
 background-repeat: no-repeat;
 }

/* end for setup info page section */

 
 
 
 
 
 
