
#sliderWindow {
	float: left; 
	padding: 0; 
	position: relative;
	overflow: hidden;
	width : 180px;
	height : 475px;
}

#sliderPages {
	position: absolute; 
	left: 0px; 
	bottom: 0px;
	width: 100%;
	height: 12px;
	text-align: center;
	margin-bottom:4px;
}

#sliderPages a {
/*
 	margin: 0 0px;
*/
	display:inline-block;
	height: 12px;
	line-height: 12px;
	outline: 0;
	width: 12px;
	padding-left: 2px;
	cursor: pointer;
	background: url(../images/flexSlider/pagBase.png) no-repeat; 
	text-decoration: none;
}
#sliderPages a#sliderPlay {
	background: url(../images/flexSlider/playBase.png) no-repeat; 
}
#sliderPages a#sliderPause {
	background: url(../images/flexSlider/pauseBase.png) no-repeat; 
}

#sliderSlide, #sliderSlide div {
	position: absolute;
	text-align: center;
}

#sliderSlide div img {
	margin:10px auto;
}

#sliderSlide div a.purchaseS, #sliderSlide div a.moreinfoS  {
	display: inline-block;
	height: 21px;
	margin: 5px auto;
	text-decoration: none;
}
#sliderSlide div a.purchaseS:hover {
	background-position: 0px -21px; 
}
 #sliderSlide div a.moreinfoS:hover{
	background-position: 0px -20px; 
}
#sliderSlide div a.purchaseS  {
	width: 108px;
	background: url(../images/flexSlider/purchase.png) no-repeat; 
}
#sliderSlide div a.moreinfoS  {
	width: 108px;
	background: url(../images/flexSlider/info.png) no-repeat; 
}

#sliderSlide div p {
	text-align: left;
	float: left;
	margin: 0;
	font-size: .9em;
}

#blogbox {
	border: 0;
	float: right;  
}
