.scrollEndBox {
		  display: none;
		  position: fixed;
		  z-index:+900;
		  bottom: 71px;
		  /*right: 20px;*/
		  background:#000;
		  background: rgba(0,0,0,0.75);
		  width: 250px;
		  padding: 0px;
		  color:#fff;
		  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
		  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
		  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
		}
		.suggestionbox-list-wrapper {
			overflow:hidden;
		}
		.suggestionbox-list {
			margin: 0px;
			padding: 0px;
			list-style: none outside none;
			clear: both;
		}
			.suggestionbox-li{
				padding: 0px;
				margin: 0px;
				position: relative;
				width: 100%;
				display: table;
			}
				.suggestionbox-list .suggestionbox-thumb {
					float: left;
				}
					.suggestionbox-list .suggestionbox-thumb img {					
						max-width: 100%;
						height: auto;
						vertical-align: middle;
						border: 0px none;
						height: 85px;
						width: 95px;
					}
				.suggestionbox-list .suggestionbox-li-cell {
					display: table;
					width: 100%;
				}
					.suggestionbox-list .suggestionbox-li-data {
						display: table-row;
						width: 100%;
					}
						.suggestionbox-list .suggestionbox-li-detail {
							width: auto;
							margin-left: 105px;
						}
						
						
						.suggestionbox-list a.suggestionbox-li-title{
							color: #fff;
							text-decoration:none;
						}
						.suggestionbox-list a.suggestionbox-li-title:focus {
							outline: thin dotted #333;
							outline-offset: -2px;
						}
						
						.suggestionbox-list .suggestionbox-li-attributes {
							font-size: 0.78em;
							color: #eee;
							line-height: 1em;
						}
							.suggestionbox-list .currency-value {
								white-space: nowrap;
								font-weight: bold;
								color: #78C042;
							}
							.suggestionbox-list .suggestionbox-li-decription{
								font-size: 0.85em;
								color: #fff;
								line-height: 1em;
								padding-top:5px;
							}
		.scrollEndBox {
			height:103px;
		}
		.scrollEndBox ul{
			width:700px;
			height:100%;
			display:block;
			margin: 0px;
			padding: 0px;
			list-style: none;
			clear:both;
		}
		.scrollEndBox ul li{
			width:340px;
			height:100%;
			display:block;
			float:left;
			margin: 0px;
			padding: 0px;
			list-style: none;
			padding:5px;
		}
		.scrollEndBox-close-handle{
			position: absolute;
			top:-18px;
			right:-18px;
			
		}
		.scrollEndBox-carousel-contols{
			position: absolute;
			bottom:5px;
			right:5px;
			
		}		
			.scrollEndBox-carousel-contols  a{
				width:18px;
				height:20px;
				background-image:url('../images/carousel-handler-icons.png');
				display:block;
				float:left;
				text-indent:-999em;
				
				
			}
			.scrollEndBox-carousel-contols .left-handle{
				background-position:0px opx;
			}
			.scrollEndBox-carousel-contols .right-handle{
				background-position:-18px 0px;
				margin-left: 2px;
			}

		
		@media (max-width:450px) { 
			.scrollEndBox {
			  right:3%;
			  left:3%;
			  width: 94%;
			}
		}
.scrollEndBox.scrollEndBox-BottomRight{
	right: 20px;
}
.scrollEndBox.scrollEndBox-BottomLeft{
	left: 2px;
}

/*Box Background colors*/

		.scrollEndBox.silver-scrollEndBox{
			background: #eeeeee; /* Old browsers */
			background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
		}
		.scrollEndBox.pink-scrollEndBox{	
			background: rgba(255,93,177,1);
			background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(239,1,124,1)));
			background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
			background: -o-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
			background: -ms-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
			background: linear-gradient(to bottom, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=0 );
		}
		.scrollEndBox.orange-scrollEndBox{		
			background: rgba(255,175,75,1);
			background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
			background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
			background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
			background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
			background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
		}
		.scrollEndBox.green-scrollEndBox{		
			background: rgba(210,255,82,1);
			background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
			background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
			background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
			background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
			background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
		}
		.scrollEndBox.aqua-scrollEndBox{	
			background: rgba(212,228,239,1);
			background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
			background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
			background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
			background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
			background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
		}
		.scrollEndBox.silver-scrollEndBox{	
			background: rgba(255,255,255,1);
			background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
			background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
			background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
			background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
			background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
		}

		.scrollEndBox.blue-scrollEndBox{
			background: rgba(179,220,237,1);
			background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 0%, rgba(188,224,238,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(0%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
			background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 0%, rgba(188,224,238,1) 100%);
			background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 0%, rgba(188,224,238,1) 100%);
			background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 0%, rgba(188,224,238,1) 100%);
			background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 0%, rgba(188,224,238,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
		}
		.scrollEndBox.brown-scrollEndBox{
			background: rgba(169,3,41,1);
			background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(0%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
			background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 100%);
			background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 100%);
			background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 100%);
			background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
		}
		.scrollEndBox.red-scrollEndBox{
			background: rgba(248,80,50,1);
			background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(100%, rgba(231,56,39,1)));
			background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 100%);
			background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 100%);
			background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 100%);
			background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(231,56,39,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
		}
		.scrollEndBox.black-scrollEndBox{
			background: rgba(76,76,76,1);
			background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(100%, rgba(19,19,19,1)));
			background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
			background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
			background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
			background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
		}
		.scrollEndBox.rose-scrollEndBox{
			background: rgba(255,0,132,1);
			background: -moz-linear-gradient(top, rgba(255,0,132,1) 0%, rgba(255,0,132,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,132,1)), color-stop(100%, rgba(255,0,132,1)));
			background: -webkit-linear-gradient(top, rgba(255,0,132,1) 0%, rgba(255,0,132,1) 100%);
			background: -o-linear-gradient(top, rgba(255,0,132,1) 0%, rgba(255,0,132,1) 100%);
			background: -ms-linear-gradient(top, rgba(255,0,132,1) 0%, rgba(255,0,132,1) 100%);
			background: linear-gradient(to bottom, rgba(255,0,132,1) 0%, rgba(255,0,132,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#ff0084', GradientType=0 );
		}
		
		
/*Box Font colors*/

	/*pink*/
	.pink-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #FF0066;
	}
	.pink-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #FF0066;
	}
	.pink-font-scrollEndBox  .suggestionbox-li-decription {
		color: #FF0066;
	}
	.pink-font-scrollEndBox  .currency-value {
		color: #FF0066;
	}
	
	/*orange*/
	.orange-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #FF0000;
	}
	.orange-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #FF0000;
	}
	.orange-font-scrollEndBox  .suggestionbox-li-decription {
		color: #FF0000;
	}
	.orange-font-scrollEndBox  .currency-value {
		color: #FF0000;
	}	
	
	/*green*/
	.green-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #003300;
	}
	.green-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #003300;
	}
	.green-font-scrollEndBox  .suggestionbox-li-decription {
		color: #003300;
	}
	.green-font-scrollEndBox  .currency-value {
		color: #003300;
	}
	
	/*aqua*/
	.aqua-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #0099CC;
	}
	.aqua-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #0099CC;
	}
	.aqua-font-scrollEndBox  .suggestionbox-li-decription {
		color: #0099CC;
	}
	.aqua-font-scrollEndBox  .currency-value {
		color: #0099CC;
	}
	
	/*silver*/
	.silver-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #EEEEEE;
	}
	.silver-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #EEEEEE;
	}
	.silver-font-scrollEndBox  .suggestionbox-li-decription {
		color: #EEEEEE;
	}
	.silver-font-scrollEndBox  .currency-value {
		color: #EEEEEE;
	}
		
	/*blue*/
	.blue-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #0000CC;
	}
	.blue-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #0000CC;
	}
	.blue-font-scrollEndBox  .suggestionbox-li-decription {
		color: #0000CC;
	}
	.blue-font-scrollEndBox  .currency-value {
		color: #0000CC;
	}
	
	/*brown*/
	.brown-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #660000;
	}
	.brown-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #660000;
	}
	.brown-font-scrollEndBox  .suggestionbox-li-decription {
		color: #660000;
	}
	.brown-font-scrollEndBox  .currency-value {
		color: #660000;
	}
	
	/*red*/
	.red-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #CC0000;
	}
	.red-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #CC0000;
	}
	.red-font-scrollEndBox  .suggestionbox-li-decription {
		color: #CC0000;
	}
	.red-font-scrollEndBox  .currency-value {
		color: #CC0000;
	}
	
	/*black*/
	.black-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #000;
	}
	.black-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #000;
	}
	.black-font-scrollEndBox  .suggestionbox-li-decription {
		color: #000;
	}
	.black-font-scrollEndBox  .currency-value {
		color: #000;
	}
	
	/*rose*/
	.rose-font-scrollEndBox .suggestionbox-list a.suggestionbox-li-title{
		color: #FF0066;
	}
	.rose-font-scrollEndBox  .suggestionbox-li-attributes {
		color: #FF0066;
	}
	.rose-font-scrollEndBox  .suggestionbox-li-decription {
		color: #FF0066;
	}
	.rose-font-scrollEndBox  .currency-value {
		color: #FF0066;
	}