li{
	list-style:none;
}

.bottomMainholder{
	position:absolute;
	width:auto;
	height:230px;
	background:#000;
	bottom:0px;
	z-index:10;
}	
.shopPanels{
	width:150px;
	height:230px;
	background:url(../images/panel_bg.png) no-repeat;
	position:absolute;
	margin-left:10px;
	bottom:10px;
	z-index:11;
}
.shopPanels ul{
	list-style:none;
	margin-left:-40px;
	margin-top:8px;
}
.shopPanels ul li{
	list-style:none;
	display:inline;
	cursor:pointer;
}
.shopPanels img{
	border:none;
}
#acc-slideshow{
	width:595px;
	height:230px;
	background:url(../images/slider-bg.png) no-repeat;
	left:160px;
	bottom:10px;
	position:absolute;
	z-index:11;
}
#acc_head{
	width:141px;
	height:20px;
	background:url(../images/acc_head.png) no-repeat;
	right:28px;
	top:15px;
	position:absolute;
	z-index:12;
}
#acc-close{
	width:32px;
	height:31px;
	background:url(../images/slider-close.png) no-repeat;
	bottom:0px;
	right:3px;
	position:absolute;
	cursor:pointer;
	z-index:12;
}

#bar_rest-slideshow{
	width:595px;
	height:230px;
	background:url(../images/slider-bg.png) no-repeat;
	left:160px;
	bottom:10px;
	position:absolute;
	z-index:11;
}
#bar_rest_head{
	width:141px;
	height:20px;
	background:url(../images/bar_rest_head.png) no-repeat;
	right:28px;
	top:15px;
	position:absolute;
	z-index:12;
}
#bar_rest-close{
	width:32px;
	height:31px;
	background:url(../images/slider-close.png) no-repeat;
	bottom:0px;
	right:3px;
	position:absolute;
	cursor:pointer;
	z-index:12;
}

	/*opacity: 0.5;
	webkit-transition: opacity 1.0s linear;
    -moz-transition: opacity 1.0s linear;
    -ms-transition: opacity 1.0s linear;
    -o-transition: opacity 1.0s linear;*/