/*
Description: Stylesheet for Nicorette website Home Page Carousel.
Author: Robert Finkbeiner
Version: 001
*/

/***** Home Page Carousel *****/
.hide 
{
	display: none;
}

#CarouselBody 
{
    position: relative;
    background: url(../Images/Carousel/Carousel_navBG.gif) no-repeat right;
    width:741px;
    height:270px;
    z-index: 1;
}
#CarouselBody img
{
	border:0;
	margin: 0;
	padding: 0;
}

#CarouselButtonLayer
{
	position: absolute;
	left:643px;
	width: 98px;
	height: 270px;
	top: 0;
	z-index:10;
	cursor: pointer;
	/* IE6 bug needs a filled element to use for click handling - we fake it with a transparent gif background */
	background: transparent url(Images/spacer.gif) left top repeat;
}

#CarouselMain
{
	float:left;
	width: 643px;
	margin: 0 10px 0 0;
	padding: 0;
}

#CarouselMain ul
{
}

#CarouselMain li
{
	margin:0;
	padding:0;
	width: 643px;
	height: 270px;
	position: relative;
}

#CarouselDots
{
	position: relative;
	width:40px;
	text-align: center;
	top:20px;
	height: 10px;
}

#CarouselDots ul li
{
	margin: 0;
	padding:0;
	height: 10px;
	width: 40px;
}

#CarouselDots ul li img
{
	float: left;
	padding: 0;
	margin: 0;
	display: block;
}

#CarouselNext
{
	position: relative;
	width:88px;
	top: 200px;
	text-align: center;
}

#CarouselNext li
{
	margin:0;
	padding:0;
	width: 81px;
	height: 56px;
}

.btnCarouselNext 
{
	width: 98px;
	height: 270px;
}

/* Content */

.Carousel_WhiteIce {
	text-indent: -50000px;
	display: block;
	border: 0px; 
	width: 643px; 
	height: 270px; 
}
a.Carousel_WhiteIce:link, a.Carousel_WhiteIce:visited {
	background: url(Images/Carousel_WhiteIce.png) no-repeat; 
}
a.Carousel_WhiteIce:active, a.Carousel_WhiteIce:hover {
	background: url(Images/Carousel_WhiteIce_on.png) no-repeat; 
}
