/* Box scroller
------------------------------------ */
#boxwindowframe {
	position: relative;
	width:	497px;
	height:	323px;
	overflow: hidden;
	z-index: 1;
}

#boxwindowcontent {
	position: relative;
	z-index: 10;
}

#boxwindowcontent img {
	float:	left;
	margin: 0 5px 0 0;
	border:0;
}

/*
#next {
	position: absolute;
	width: 67px;
	border-left: 1px solid #979797;
	z-index: 0;
}
*/

#slidetrigger {
	position: absolute;
	cursor: pointer;
	top:130px;
	right:18px;
	z-index: 200;
	background: transparent url(images/btn_next.jpg) bottom left no-repeat;
	/*background: transparent url(../art/next_over.png) bottom left no-repeat;*/
}

/*#slidetrigger:hover, 
#slidetrigger.over {
background: transparent url(images/btn_next.jpg) bottom left no-repeat;
}*/

#bag-mini {
	position: absolute;
	top: 265px;
	left: 100px;
	z-index: 0;
}
#strip {
}
ul#strip-links {
	padding:0;
	margin:0;
	list-style-type:none;
}
#strip-links li {
	float: left;
}
#strip-links a {
float: left;
width:187px;
height:25px;
text-indent:-10000px;
text-decoration:none;
border:0;
outline-style:none;
}

#strip-pos1 a	{
background: transparent url(images/btn_01events.jpg) no-repeat;
display:block;
}
#strip-pos1 a:hover	{
background: transparent url(images/btn_01_ro.jpg) no-repeat;
}
#strip-pos2 a	{
background: transparent url(images/btn_02wine_tasting.jpg) no-repeat;
display:block;
}
#strip-pos2 a:hover	{
background: transparent url(images/btn_02_ro.jpg) no-repeat;
}
#strip-pos3 a	{
background: transparent url(images/btn_03wine_consult.jpg) no-repeat;
display:block;
}
#strip-pos3 a:hover	{
background: transparent url(images/btn_03_ro.jpg) no-repeat;
}
#strip-pos4 a	{
background: transparent url(images/btn_04wine_month.jpg) no-repeat;
display:block;
}
#strip-pos4 a:hover	{
background: transparent url(images/btn_04_ro.jpg) no-repeat;
}
#strip-pos5 a	{
background: transparent url(images/btn_05pvt_label.jpg) no-repeat;
display:block;
}
#strip-pos5 a:hover	{
background: transparent url(images/btn_05_ro.jpg) no-repeat;
}
#strip-pos6 a	{
background: transparent url(images/btn_06wine_maker.jpg) no-repeat;
display:block;
}
#strip-pos6 a:hover	{
background: transparent url(images/btn_06_ro.jpg) no-repeat;
}
#strip-pos7 a	{
background: transparent url(images/btn_07wine_storage.jpg) no-repeat;
display:block;
}
#strip-pos7 a:hover	{
background: transparent url(images/btn_07_ro.jpg) no-repeat;
}

#striprolls {
position: absolute;
width:	497px;
height:	323px;
z-index: 300;
display:none;
}

#striprolls img {
position: absolute;
top: -23px;
left: 0;
}

html>body #striprolls img {
top: 0px;
}
