﻿/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.Fogaz_PromotionSlider {
	width: 940px; 
	height: 180px;
	position: relative;
}
	.Fogaz_PromotionSlider .wrapper {
		width: 940px; 
		height: 180px;
		overflow: auto; 
		position: absolute;
		top: 0;
		left: 0;
	}

/* Width below is max for Opera */
.Fogaz_PromotionSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

	.Fogaz_PromotionSlider ul li {
		display: block;
		float: left; 
		width: 940px;
		height: 180px;
		background-image: none;
		padding: 0;
	}

#thumbNav {
	position: absolute;
	top: 155px;
	right: 2px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

	#thumbNav a {
		color: black;
		display: inline-block;
		padding: 0 3px 2px 4px;
		height: 12px;
		margin: 0 10px 0 0;
		border: 1px solid #ccc;
		/*border-top: 2px solid #ccc;
		border-right: 2px solid #ccc;
		border-left: 2px solid #ccc;*/
		color: #ccc;
		font-size: 11px;
		line-height: 14px;
	}
	#thumbNav a:hover,
	#thumbNav a.cur {
		background-color: #78b4e0;
		text-decoration: none;
		color: #fff;
	}

/*
  Prevents
*/
.Fogaz_PromotionSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

	.Fogaz_PromotionSlider .wrapper ul ul li {
		float: none; 
		height: auto;
		width: auto; 
		background-image: none;
		padding: 0;
	}
