@charset "utf-8";
/* CSS Document */
.scroll{
height:400px;
padding-top:50px;}
#left-shop{
	width:540px;
	float:left;
	height:450px;
}
.jScrollPaneDrag {
	background:gray !important;
	
}
.product{
float:left;
margin-top:70px;
margin-left:20px;
}
.products{
width:170px;
height:220px;
float:left;
margin-left:10px;
margin-top:10px;
}
.product-text p{
text-align:center;
font-weight:bold;
font-size:11px !important;
text-transform:uppercase;
}
.product-text p:first-letter{
font-weight:bold !important;
font-size:11px !important;
}
.products-text p{
text-align:center;
font-weight:bold;
font-size:11px !important;
text-transform:uppercase;
}
.products-text p:first-letter{
font-weight:bold !important;
font-size:11px !important;
}
#right-shop{
width:280px;
float:right;
height:460px;
background:#868686
}



#right-shop ul{
list-style:none;
color:white;
margin:15px 0 0 0;
padding:0;
}
#right-shop ul li{
text-align:center;
font-size:16px;
margin-top:15px;
}

#right-shop a{color:#000000; font-weight:bold; font-family:"Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif; font-size:16px; text-decoration:none}

/*#right-shop a{
color:white;
text-decoration:none;
}*/
#content{
overflow:hidden;
}
.scroll-pane {
	width: 800px;
	background: white;
	float: left;
	padding: 0;
}

#scroller {
	height: 450px;
	width: 820px;
	padding: 0;
	display: block;
	overflow: hidden;
}

/*SHOP*/

#menu-inside-shop{
	width:600px;
	height:100px;
	padding-top:15px;
	position:absolute;
	z-index:50
}
#menu-inside-shop ul{
text-align:center;
font-family:"Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
margin:0;
padding:0;
}
#menu-inside-shop ul li a.back{
font-size:16px;
background:#666;
color:white;
font-weight:bold;
}
#menu-inside-shop ul li{
display:inline;
}
#menu-inside-shop a{
display:inline-block;
padding:0px 15px;
text-decoration:none;
}

