#galleryslider { /* OVERALL SLIDER */
	height: 120px;  /* SET TO IMAGE SIZE OF BOTTOM 120*/
	overflow: hidden;
	background-color: #CFCFCF /*LIGHT GREY */ /* TRANSPARENT WILL NOT SHOW BG*/
	border-style: none;
	margin: 0 auto;
        width: 355px; /* OVERALL WITH PLUS 5PX*/
}
#galleryslider ul {
	list-style: none;
	margin: 0px;  /* PLACES THE IMAGES ON THE LEFT */
	display: block;
	height: 120px;
	padding: 0;
}

#galleryslider ul li {
	float: left;
	/* padding-bottom: 0px;*/
	/* padding-top: 0px; */
}

#galleryslider ul li a {
	text-indent: -999em;
	background:#trasparent none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 45px; /* DISPLAY WITH TIMES #OF PICS = OVERALL WITH */
	height: 120px; /* IMAGE SIZE */
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#galleryslider ul li.img1 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/Animals.jpg) repeat scroll 50%;
}

#galleryslider ul li.img2 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/City.jpg) repeat scroll 50%;
}

#galleryslider ul li.img3 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/Flowers.jpg) repeat scroll 50%;
}

#galleryslider ul li.img4 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/Food.jpg) repeat scroll 50%;
}

#galleryslider ul li.img5 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/Insects.jpg) repeat scroll 50%;
}

#galleryslider ul li.img6 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/Musical%20Instruments.jpg) repeat scroll 50%;
}


#galleryslider ul li.img7 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/Nature.jpg) repeat scroll 50%;
	border-right-style: none;
}

#galleryslider ul li.img8 a {
	background: url(http://ideasbymillan.com/wp-content/themes/images/Objects.jpg) repeat scroll 50%;
	border-right-style: none;
}

.clear {
	clear: both;
}


