
/* container for slides */
.images, .imagesTurkey {
	position:relative;	
	height:200px;
	
	width:300px;
	float:left;	
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

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

/* tabs (those little circles below slides) */
.slidetabs, .slideTurkeyTabs {
	clear:both;
padding-top: 20px;
}

/* single tab */
.slidetabs a, .slideTurkeyTabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://mndeerhunt.com/images/navcircles.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

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

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