	/*---------------------------------------------------------	
	File: banner.css
	Description:
		* Banner module. 
		* Include generic styles for the banner here. 
		* include banner, banner items and banner navigation. 	  		
	--------------------------------------------------------- */
	
	#banner,
	#banner .body {
		position:relative;
		height:510px;width:960px;
		overflow:hidden;
	}
	
	#banner .item {
		cursor:pointer;
	}
	
	#banner .item .photo,
	#banner .item .title,
	#banner .item .description,
	#banner .item .link {
		position:absolute;
	}
	
	#banner .item .photo {
		width:960px;
	}
	
	#banner .item .title,
	#banner .item .description,
	#banner .item .link {
		width:940px;
	}
	
	#banner .item .title {
		height:25px;
		top:10px;
		left:10px;
	}
	#banner .item .description {
		height:115px;
		top:45px;
		left:10px;	
	}
	
	#banner .item .link {
		height:30px;
		top:170px;
		left:10px;
	}
	
	#banner .item .description {
	
	}
	
	#banner .footer {
		position:absolute;
		bottom:10px;
		right:10px;
		z-index:666;
	
	}
	
	#banner .footer #banner-nav {
		margin-right:-5px;
	}
	
	#banner .footer #banner-nav a {
		float:left;
		background-color: #E3E3E3;
		/* border: 1px solid #666666; */
		color: #666666;
		display: block;
		padding: 2px 5px;
		margin-right:5px;
		}
	
	#banner .footer #banner-nav a.activeSlide {
		background-color: #afbd22;
		color: #FFFFFF;
	}
	
	
	/*
	
	#banner #main-banner-controls ul li.next, 
	#banner #main-banner-controls ul li.prev {
		display:none;
	}
	#banner #main-banner-controls .play,
	#banner #main-banner-controls .pause {
		width:22px;
		height:22px;
		background:url(../../images/shop/banner/play.png) no-repeat;
	}
	#banner #main-banner-controls .pause {
		background:url(../../images/shop/banner/pause.png) no-repeat;
	}
	
	#banner .start-stop {
		cursor:pointer;
	}
	
	*/


