
#img_gallery{ margin:0 auto; width:970px; margin-top:10px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */

#fullimg_Wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
}

#fullimg{
	overflow:hidden;
	height:300px;
	margin-bottom:10px;
	position:relative;
	text-align:center;
	display:inline-block;
}

#fullimg img{height:300px; width:auto;}

#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;
	color:#ffffff;
	margin:0px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left:0;
	right:0;
}

/* --- SLIDER --- */
#img_gallery #gallerywrapper{
	overflow:hidden;
	padding:0px 2px;
	width: 930px;
	float:left;
	height:108px;
	position: relative;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	height:100px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 220px;
	height: 19px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
}
#moveleft, #moveright{
	margin:0px;
	height:108px;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#img_gallery #moveleft{margin-right:1px;}
#img_gallery #moveright{margin-left:1px;}
#moveleft:hover, #moveright:hover{ background-position:bottom; }


/*COLOURS*/
.cat_Coach #img_gallery #gallerywrapper{background-color:#81828c;}
.cat_Coach #img_gallery #items .thumb{border:1px solid #42466c;}
.cat_Coach #img_gallery #moveleft{background: url('../images/left-blue.gif');}
.cat_Coach #img_gallery #moveright{background: url('../images/right-blue.gif');}

.cat_Garden #img_gallery #gallerywrapper{background-color:#b0b890;}
.cat_Garden #img_gallery #items .thumb{border:1px solid #626b3f;}
.cat_Garden #img_gallery #moveleft{background: url('../images/left-green.gif');}
.cat_Garden #img_gallery #moveright{background: url('../images/right-green.gif');}

.main_Pages #img_gallery #gallerywrapper{background-color:#f1b6b7;}
.main_Pages #img_gallery #items .thumb{border:1px solid #7d3233;}
.main_Pages #img_gallery #moveleft{background: url('../images/left-red.gif');}
.main_Pages #img_gallery #moveright{background: url('../images/right-red.gif');}

.cat_Equestrian #img_gallery #gallerywrapper{background-color:#9c8669;}
.cat_Equestrian #img_gallery #items .thumb{border:1px solid #4e3b27;}
.cat_Equestrian #img_gallery #moveleft{background: url('../images/left-brown.gif');}
.cat_Equestrian #img_gallery #moveright{background: url('../images/right-brown.gif');}

.cat_Garages #img_gallery #gallerywrapper{background-color:#cfb795;}
.cat_Garages #img_gallery #items .thumb{border:1px solid #856d4a;}
.cat_Garages #img_gallery #moveleft{background: url('../images/left-orange.gif');}
.cat_Garages #img_gallery #moveright{background: url('../images/right-orange.gif');}

