


/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}



.gallery ul {
	margin: 0 0 0 10px;
	padding: 0;
	clear: both;
}

.gallery ul li {
	display: inline;
	margin: 3px;

}



.gallery ul img {
	border: 7px solid #fff;
	height: 100px;
	width: 100px;
}
.gallery ul a:hover img {
	border: 7px solid #a3bacb;
}





/* container for slides */
.images {
	position:relative;	
	height: 265px;
	width: 400px;
	margin: 20px 0 0 18px;
	float:left;	
	cursor:pointer;

}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin: 0;
	padding: 0;
	height: 256px;
	font-size:12px;
}



/* tabs2 (those little circles below slides) */
.tabs2 {
	clear:both;
}

/* single tab */
.tabs2 a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	/*background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;*/
	display: none;
	font-size:1px;		
}

/* mouseover state */
.tabs2 a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs2 a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward {
	float: left;
	margin-top: 114px;
	background: #fff url("/wp-content/themes/miltonmadison/images/gallery-arrow-right.jpg") no-repeat;
	display:block;
	width: 30px;
	height: 40px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;	
}

.backward {
	float:left;
	margin-top: 114px;
	background:#fff url("/wp-content/themes/miltonmadison/images/gallery-arrow-left.jpg") no-repeat;
	display:block;
	width:30px;
	height:40px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}



/* next */
/*.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } */


/* prev */
/*.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }*/

/* disabled navigational button. is not needed when tabs2 are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
