@charset "utf-8";
#productTitle H1{
	display:block;
	width: 90%;
	margin: 10px;
	padding: 10px;
	text-align:center;
	font-size:24px;
}

#saleBox{
	display:block;
	border: 1px solid #DD740B;
	margin: 0px;
	padding: 10px;
}
#saleBox .ul{
list-style:none;
}

#addToCart{
font-weight:bold;
background-image:url(../images/LogosIcons/atcUP.gif);
background-repeat:no-repeat;
border:none;
width:166px;
height:51px;
}
#addToCart:Hover{
background-image:url(../images/LogosIcons/atcdown.gif);
background-repeat:no-repeat;
border:none;
width:166px;
height:51px;
}
	/* jQuery lightBox plugin - Gallery style */
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
