@charset "utf-8";
/* CSS Document */

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:12px auto 0;
	width:321px;
	height:293px;
	background:transparent url(/themes/shot/images/weekly_wine/taste_landing_wine_bg.png) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:321px;
  height:293px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
line-height: 140% !important;
width: 321px;
height: 273px;
position: relative;
margin-top: 19px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:26px;
  height:26px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  bottom:1px;
  left:1px;
  background:transparent url(/themes/shot/images/weekly_wine/previous.png) no-repeat 0 0;
  z-index: 200;
}
	#leftControl:hover {
	  background:transparent url(/themes/shot/images/weekly_wine/previous.png) no-repeat 0 -26px;
	}
#rightControl {
  bottom:1px;
  right:1px;
  background:transparent url(/themes/shot/images/weekly_wine/next.png) no-repeat 0 0;
  z-index: 300;
}
	#rightControl:hover {
	  background:transparent url(/themes/shot/images/weekly_wine/next.png) no-repeat 0 -26px;
	}

/** 
 * Style rules for Demo page
 */

.descriptionTable {
padding: 9px 16px 0px 77px;
width: 227px;
height: 273px;
}
	.slide h2 {
	font-weight: bold;
	font-size: 14px !important;
	}
	.slide h3 {
	font-weight: bold;
	font-size: 12px !important;
	color: #666 !important;
	}
	.slide .descriptionTable p {
	font-size: 12px;
	line-height: 140% !important;
	}
	.slide p.releasedate {
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 26px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 26px !important;
	}

