#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: 850px;
	background-color: #ffffff;
	height: 242px;
	font-size: 12px;
}
#slider-header {
	width: 902px;
	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: 830px;
	margin:0 10px;
	height:255px;
	padding: 0px;
	float:left;	
}
.group-items {
	float: left;
	width: 830;
	margin: 0px 0px 0px -1px;
	padding: 0;
	padding-left:4px;
}
.single-item {
	width: 205px; 
	float: left;
	text-align: center;
}
.single-item .gal_img {
	/*height: 120px;*/
	height:185px;
}
.single-item .gal_img img {
	border: none;
	width: expression(this.width > 175 ? 185:true) !important;
	max-width:175px;
	max-height:175px;
	height: auto;
	width: auto;
}
.single-item .gal_title {
	height: 40px;
	overflow: hidden;
}
.gal_title a{
	color:#333;
	text-decoration:none;
}
.gal_title a:hover{
	color:#0566BD;
}
.single-item .gal_price {
	height: 30px;
}
.gal_price .t-ourprice{
	color:#565656;
}
.gal_price .c-ourprice{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#0566bd;
	font-weight: bold;
}
#newarrival-detail .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 */
.featuredproduct a.disabled {
	/*visibility:hidden !important;	*/	
}
.slider-nav {
    width:794px;
	position: relative;
}
.slider-nav a.next2{
	position: absolute;
	width: 12px;
	height: 24px;
	top: 75px;
	right:-25px;
	z-index: 99;
	cursor: pointer;
	text-indent: -8888px;
	opacity: 0.5;
	filter:alpha(opacity=30);
}
.slider-nav a.prev2 {
	position: absolute;
	width: 12px;
	height: 24px;
	top: 75px;
	left:-25px;
	z-index: 99;
	cursor: pointer;
	text-indent: -8888px;
	opacity: 0.5;
	filter:alpha(opacity=30);
}
.slider-nav a:hover.next2,
.slider-nav a:hover.prev2 {
	opacity: 1;
	filter:alpha(opacity=100);
}
.slider-nav .prev2 {
	background: url(../images/arrow_01.png) no-repeat;
	background-position: 0px 0px;
	left: -9px;
}
.slider-nav .next2 {
	background: url(../images/arrow_02.png) no-repeat;
	background-position: 0px 0px;
	right: -9px;
}
/*
	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 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}