.slider-container .loading { 
	display:none; 
	position:fixed; 
	left:400px; 
	top:50px; 
	width:100%; 
	height:100%;
	background-image:url("http://lastdropofink.co.uk/clients/RSS/images/ajax-loader.gif") no-repeat; 
}

.slider-container {
	width: 246px;
	font-size: 12px;
	padding:0 8px;
}
.slider-header {
	width: 730px;
	height: 45px;
}
.slider-header h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 6px 0 0 10px;
	text-align:  left;
}
.slider {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 250px;
	height:380px;
	padding: 0px;
	float:left;	
}
.group-items {
	float: left;
	padding: 0;
	margin-left:0px;
}
.single-item {
	width: 246px;
	height:333px;
	float: left; 
	/*border-right: 1px solid .e8e8e8;*/
	text-align: center;
    margin-right:6px;
}
.single-item .gal_img {
	background:#FFF;
	height:246px;
	padding-top:10px;
	/*height: 120px;*/
}
.single-item .gal_img img {
	border: none;
	width: expression(this.width > 150 ? 150:true) !important;
	max-width:150px;
	max-height:150px;
	height: auto;
	width: auto;
}
.row-title-price{ margin-top:12px;}
.single-item .gal_title {
	overflow: hidden;
	text-align:center;
}
.gal_title a{
	color:#111 !important;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	text-transform:uppercase;
}
.single-item .gal_price {
	text-align:center;
}
.gal_price .t-ourprice{
	color:#565656;
}
.gal_price .c-ourprice{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#0566bd;
	font-weight:700;
}
.single-item .gal_button {
	height: 25px;
	width: 140px;
	padding: 2px 0 0 0;
	text-align: center;
	background-color: .E3E3E3;
	color: #FFF;
	cursor: pointer;
}
.single-item .gal_button:hover {
	background-color: .000;
	opacity: 0.5;
	filter:alpha(opacity=30);
}
.single-item .gal_button a:hover {
	color: #FFF;
}
.gal_button a img {
	border: none !Important;
}
/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;	*/	
}
.slider-nav {
	position: relative;
	width:246px;
}
.slider-nav a.next2,
.slider-nav a.prev2 {
	position: absolute;
	width: 13px;
	height: 23px;
	top: 335px;
	z-index: 99;
	cursor: pointer;
	text-indent: -8888px;
	opacity: 1;
	filter:alpha(opacity=100);
	margin-top:12px;
}

.slider-nav a:hover.next2,
.slider-nav a:hover.prev2 {
	opacity: 0.5;
	filter:alpha(opacity=30);
}

.slider-nav .prev2 {
	background: url(../images/arrow_01.png) no-repeat;
	background-position: 0px 0px;
	left: 98px;
}
.slider-nav .next2 {
	background: url(../images/arrow_02.png) no-repeat;
	background-position: 0px 0px;
	right: 98px;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.slider .itemsdailydeals {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	left:0;
}