.slideWrapperMain {
	background:url(../images/store_page/slideshowFlimstip_bg.jpg) no-repeat 0px 0px;
	width:770px;
	height:141px;
	text-align:left;
	padding:13px 0px;
	margin:0 auto;
}
#nextArrow, #preArrow {
	float:left;
	cursor:pointer;
	margin-top:55px;
}
#preArrow {
	width:25px;
	height:31px;
}
#nextArrow {
	width:25px;
	height:31px;
}
.preArrowSelect {
	background:url(../images/store_page/store_previous_arrow.jpg) no-repeat;
}
.nextArrowSelect {
	background:url(../images/store_page/store_next_arrow.jpg) no-repeat;
}
.preArrowDeselect {
	background:url(../images/store_page/store_previous_arrow.jpg) no-repeat 0px -31px;
}
.nextArrowDeselect {
	background:url(../images/store_page/store_next_arrow.jpg) no-repeat 0px -31px;
}

#slideWrapper {
	overflow:hidden;
	width:720px;
	height:141px;
	position:relative;
	float:left;
}
ul#slideShow {
	width:2000px;
	height:1410px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	position:absolute;
}
ul#slideShow li {
	list-style:none;
	float:left;
	width:236px;
	height:131px;
	padding-top:10px;
	text-align:center;
	border-left:2px solid #CACACA;
	border-right:2px solid #CACACA;
}
