
/* position and dimensions of the navigator */
.navi { height: 10px; background-color:#FFFFFF; padding:0 5px;}

/* items inside navigator */
.navi a {	width:10px;	height:10px; float:left;	margin:0 5px;	background: url(../img/action_lenta/navigator.png) 0 0 no-repeat;	display:block;	font-size:1px;}

/* mouseover state */
.navi a:hover {background-position:0 -10px; }

/* active state (current page state) */
.navi a.active { background-position:0 -20px; }






/*--- BUTTONS PREV-NEXT ---*/

/* this makes it possible to add next button beside scrollable */
.scrollable { float:left; }

/* prev, next, prevPage and nextPage buttons */
a.browse {background: url(../img/action_lenta/prev_next.png) no-repeat; display:block; width:25px; height:118px; float:left; margin:50px 0px; cursor:pointer;}

/* right */
a.right 				{ background-position: -25px 0px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-25px -118px; }
a.right:active 	{ background-position:-25px 0px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:0px -118px; }
a.left:active  	{ background-position:0px -118px; }

/* disabled navigational button */
a.disabled {visibility:hidden !important;} 	

/*--- BUTTONS PREV-NEXT ---*/








.gallery_main {overflow:hidden;padding: 0 0 0 10px;width: 937px; border:1px solid #ccc;}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {position:relative;	overflow:hidden; height: 240px; width:950px; padding-top:12px;}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {width:20000em;	position:absolute;	clear:both;}

.items .list_scrl {float:left;width:950px;}

.items .list_scrl .popular_one {float: left; margin:0px 5px; width:180px;}
.popular_one:hover {border-radius:15px; background-color:#f7f7f7;}

/*.items .list_scrl .popular_one:hover { border: 1px solid #b0d4ff;}*/


/* single scrollable item */
.scrollable img {
	
	margin:0px 0px 0px 0px;
	padding:0px;

    max-height: 140px;
    max-width: 225px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


.gallery_main .sh2 {

    clear: none;
    color: #565555;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.leyb img {

border: medium none;
}

.popular_one .info a {
display:inline;
}

.popular_one .info .price_str {
margin-top:10px;
}