/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 1px solid #808080; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.backbut {
	height: 35px;
	width: 250px;
	margin-left: 5px;
}
.bordergray #__ss_7153279 {
	margin-right: auto;
	margin-left: auto;
}
.bordergray #__ss_7153456 {
	margin-right: auto;
	margin-left: auto;
}
.tabletwo {
	background-color: #EAEAEA;
	padding: 5px;
	width: 250px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #969696;
	border-right-color: #969696;
	border-bottom-color: #969696;
	border-left-color: #969696;
}
.bordergray .textblack14 .textblack14 p {
}
.bordertwo {
	margin: 10px;
}
View the CSS
Button Maker
Top Gradient Color
Bottom Gradient Color
Top Border Color
Hover Background Color
Text Color
Hover Text Color
Active Background Color

Fancy View Source
.button {
   border-top: 1px solid #787878;
   background: #068f78;
   background: -webkit-gradient(linear, left top, left bottom, from(#ccd4d3), to(#068f78));
   background: -webkit-linear-gradient(top, #ccd4d3, #068f78);
   background: -moz-linear-gradient(top, #ccd4d3, #068f78);
   background: -ms-linear-gradient(top, #ccd4d3, #068f78);
   background: -o-linear-gradient(top, #ccd4d3, #068f78);
   padding: 6.5px 13px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #080708;
   font-size: 15px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #707070;
   background: #707070;
   color: #ccc;
   }
.button:active {
   border-top-color: #7d8387;
   background: #7d8387;
   }
.ul{
ul
{
list-style-type:none;
margin:0;
padding:0;
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
}
li
{
display:inline;
}
