






/*
#thumbwrap {
	position:relative;
	margin:5px auto;
	width:25px; height:25px;
}
.thumb img { 
	border:1px solid #000;
	margin:3px;
	float:left;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0; left:250px; 
	z-index:1;
}


  top:-200px; left:150px; 
  
  
*/



#thumbwrap {
	margin:5px auto;
	width:5px; height:5px;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:1px solid #000;
	/* vertical-align:bottom; */
		vertical-align:top;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
    top:-200px; left:150px; 


}



 input[type=submit],
button {
        width:150px;
        height:25px;
        margin:0px 20px 3px 0px;
        border:none;
        border-radius:15px;
        box-shadow:0px 0px 10px 3px rgba(0,0,0,0.2);
        background-color:#FF6600;
        color:#FFFFFF;
        font-size:14px;
        cursor:hand;
        cursor:pointer;
}

 

