#header1{
	background-color: #ccc;
	border-color: #666;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(57,48,64)),
	    color-stop(0.84, rgb(145,58,207))
	);
    border-style: solid;
    border-width: 0 0 1px 0;
}
#header1 h1 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
	margin-left:10px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:auto;
    padding: 10px 0;
    text-align: left;
    text-shadow: 0px 1px 1px #fff;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display:block;
}
body{
	height:100%;
}
#home{
	height:100%;
}
#xbtn{
	background-image: url(http://m.vitaglo.com/themes/apple/img/cancel.png);
	background-position: 20% 50%;
	background-repeat: no-repeat;
	position:relative;
	top:11px;
	width:20px;
	float:right;
}
.alternate{
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(230,107,0)),
	    color-stop(0.42, rgb(152,45,214)),
	    color-stop(1, rgb(0,0,0))
	);
	height:100%;	
}
ul li.arrow{
	background-color:#711861;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
	/*
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(74,13,64)),
	    color-stop(0.51, rgb(113,24,97)),
	    color-stop(0.55, rgb(113,24,97)),
	    color-stop(0.97, rgb(74,13,64))
	);
	*/
}
ul li.arrow a{
	color:purple;
}
#itemBox{
	margin-top:10%;
	margin-left:auto;
	display:block;
	overflow:hidden;
	position:relative;
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e570e7), color-stop(47%,#c85ec7), color-stop(100%,#a849a3));
	*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
}
#itemSet1, #itemSet2{
	position:relative;
}
.itemImage{
	width:20%;
	margin-left:10%;
	float:left;
	position:relative;
	-webkit-transition-property: opacity, left;
	-webkit-transition-duration: 2s, 4s;
}
.itemImage1{
	display:none;
	width:20%;
	margin-left:10%;
	float:left;
}
.divSlide {
	-webkit-animation-name: "slide-me-to-the-right";
	-webkit-animation-duration: 5s;
}
@-webkit-keyframes "slide-me-to-the-right" {
	from { left: 0px; }
	to { left: -800px; }
}
.delete{
	background-image:url("http://m.vitaglo.com/deletesmall.png");
	height="20px";
	width="50px";
	position:relative;
	left:70%;
	top:0%;
	display:block;
	float:left;
	height:33px;
	width:174px;
	background-repeat:no-repeat;
}
