/*
SIDE_CAROUSEL.CSS
*/

#carouselBlock.side {
	position:relative;
	background-color:transparent;
	width:250px;
	margin:0 auto;
}
.side #prev{
	display: block; position: absolute;
	top: 85px; left:0px;
	width: 23px; height: 55px;
	background: url('../img/prev.png');
	z-index:100;
	text-decoration:none;
}
.side #next{
	display: block; position: absolute;
	top: 85px; right:0px;
	width: 23px; height: 55px;
	background: url('../img/next.png');
	z-index:100;
	text-decoration:none;	
}
.side #mainCarouselBlock{
	display: block; position: relative;
	width:137px;
	height:200px;
	overflow: hidden;
	margin-left:60px;
}
.side #animatedBlocksContainer{
	display: block;
	position: relative;
	height:200px;
}
.side .itemBlocks{
	display: block; 
	position: relative;
	margin:0 auto;
	height:170px;
	width:137px;
	text-align: center;
	margin-top:22px;
}


.side .itemBlocks:hover{
	background: url(../img/slider_selection.png) no-repeat;
	background-position:center;
	cursor:pointer;
	cursor:hand;
}

.side .itemBlocks:hover .s_tovar_price{
	color:#526950;
}

.side .itemBlocks:hover .s_tovar_name{
	color:#526950;
}

.side .itemBlocks .s_tovar_price{
	margin-top:4px;
}

/*
DIALOG.CSS
*/

#outer_shadow{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#fff;
	opacity: 0.5;
	filter: alpha (opacity=50);
	z-index:1000;
}
.popup{
	display:block;
	position:absolute;
	left:-999999px;
	z-index:1001;
	background-color: #FFF;
}
#export_pop{
    background: none repeat scroll 0 0 transparent;
    height: 300px;
    width: 280px;
}
#export_pop .background{
    background-color:#e8e8e8;
    border-radius:10px;
    padding: 10px 15px;
    position:relative;
}
#export_pop .title {
    background:url(../img/authformtitle.png);
    color: #FFFFFF;
    font-size: 18px;
    height: 43px;
    line-height: 43px;
    margin-left: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 172px;
}
.auth_fieldtitle {
    padding:12px 0 2px 0;
    font-size:11px;
    color:#685c4d;
}
.auth_submit {
    background:url(../img/auth_button.png);
    border:0;
    width:91px;height:29px;
    line-height:29px;
    color:#674925;
    font-size:14px;
    text-align:center;
    display:block;
    cursor:pointer;
    float:right;
    margin-bottom:5px;
}


#printbilet{
	width:520px;
	height:490px;
	background:#F7F8EB;
	border:1px solid #e4dcce;
    padding: 0 5px;
}
#regnow{
	width:480px;
	height:150px;
	background:#F7F8EB;
	border:1px solid #e4dcce;
    padding: 0 5px;
}
#paywind {
    width:520px;
    height:200px;
    background:#F7F8EB;
    border:1px solid #e4dcce;
    padding: 0 5px;
}
#close_pop{
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	width:30px; height:30px;
	background:url(../img/cancel.png) no-repeat;
	text-decoration:none;
	z-index:20;
}
#pop_content{
	position:relative;
    width:100%;

}

#authtab {
	margin: 0 auto;
	display:block;
	width:323px;
	margin-top:40px;
}

/*
TANGO.CSS
*/



.jcarousel-skin-tango .jcarousel-container {
    
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:  230px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  230px;
}

.jcarousel-skin-tango .jcarousel-item {
	border:1px solid #b6b0a2;
	border-radius:2px;
    width: 70px;
    height: 72px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 7px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: -17px;
    width: 17px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../img/next_so.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
   /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
   /* background-position: -96px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: -17px;
    width: 17px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../img/prev_so.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

/*
TIPTIP.CSS
*/



#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #000;
	text-shadow: 0 0 2px #a49C8E;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: #E4DCCE;
	background-color: #E4DCCE;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#E4DCCE));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #2E7615;
	-webkit-box-shadow: 0 0 3px #2E7615;
	-moz-box-shadow: 0 0 3px #2E7615;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #E4DCCE;
	border-top-color: #E4DCCE;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #E4DCCE;
	border-bottom-color: #E4DCCE;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #E4DCCE;
	border-right-color: #E4DCCE;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #E4DCCE;
	border-left-color: #E4DCCE;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: #E4DCCE;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #E4DCCE;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #E4DCCE;
	}
}

/*
CAROUSEL.CSS
*/


#carouselBlock {
	position:relative;
	background-color:#f7f8eb;
	width:965px;
}
#prev{
	display: block; position: absolute;
	top: 85px; left:40px;
	width: 23px; height: 55px;
	background: url('../img/prev.png');
	z-index:100;
	text-decoration:none;
}
#next{
	display: block; position: absolute;
	top: 85px; right:40px;
	width: 23px; height: 55px;
	background: url('../img/next.png');
	z-index:100;
	text-decoration:none;	
}
#mainCarouselBlock{
	display: block; position: relative;
	width:822px;
	height:215px;
	overflow: hidden;
	margin-left:71px;
}
#animatedBlocksContainer{
	display: block;
	position: relative;
	height:215px;
	margin: 0 auto;
}
.itemBlocks{
	display: block; 
	position: relative;
	top: 0px;
	height:170px;
	width:137px;
	text-align: center;
	margin-top:22px;
}

.itemBlocksMC{
	display: inline-block;
	position: relative;
	top: 0px;
	height:170px;
	width:137px;
	text-align: center;
	margin-top:22px;
}

.itemBlocksMC:hover{
	background: url(../img/slider_selection.png) no-repeat;
	background-position:center;
	cursor:pointer;
	cursor:hand;
}

.itemBlocksMC:hover .s_tovar_price{
	color:#526950;
}

.itemBlocksMC:hover .s_tovar_name{
	color:#526950;
}

.itemBlocksMC .s_tovar_price{
	margin-top:4px;
}

/*
MENU.CSS
*/

.clear {clear:both}
/* remove the list style */
#nav, #nav_menu {
    margin:0;
    padding:0;
    list-style:none;
	margin-left:10px;
}
#nav_menu {
    margin:0;
}
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li, #nav_menu li {
        float:left;
        display:block;
        background:#3a2915;
        position:relative;
		text-align:center;
        border-left:1px solid #5d4320;
		border-right:1px solid #291b0f;
    }
     #nav li:first-child, #nav_menu li:first-child {
        border-left:0;
    }        
	#nav li:last-child, #nav_menu li:last-child {
	   border-right:0;
	}
    #nav li ul li:first-child, #nav_menu li ul li:first-child {
        border-left:1px solid #5d4320;
    }
    #nav li ul li:last-child, #nav_menu li ul li:last-child {
        border-right:1px solid #291b0f;
    }
    /* this is the parent menu */
    #nav li a, #nav_menu li a {
        display:block;
        padding:0px 18px 0 19px;
        height:47px;
        text-decoration:none;
        color:#f7f8eb;
        text-align:center;
    }
 
    #nav li a:hover, #nav_menu li a:hover {
        color:#3a2915;
		background:url(../img/menu_hover_center.png) repeat-x;
    }
     
    /* you can make a different style for default selected value */
    #nav a.selected, #nav_menu a.selected {
        color:#f00;
    }
     
        /* submenu, it's hidden by default */
        #nav ul, #nav_menu ul{
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 -1px;
            padding:0;
            list-style:none;
            z-index: 10;
        }
         
        #nav ul li, #nav_menu ul li {
			border-top:1px solid #5d4320;
			border-bottom:1px solid #291b0f;
            float:left;
			width:200px;		
        }
         #nav ul li:first-child, #nav_menu ul li:first-child {
			border-top:0;
        }        
         #nav ul li:last-child, #nav_menu ul li:last-child {
			padding-bottom:3px;
        }        
        /* display block will make the link fill the whole area of LI */
        #nav ul a, #nav_menu ul a {
            display:block; 
            height:27px;
            color:#f7f8eb;
			line-height: 27px;
			text-align:left;
			padding-left:18px;
        }
         
        #nav ul a:hover, #nav_menu ul a:hover{
             
        }
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul, *html #nav_menu ul {
    margin:0 0 0 -2px;
}

/*//////// MY */
#topmenu {
    z-index: 100000;
}
#topmenu li.marked {       
	background:url(../img/menu_hover_marked.png) repeat-x!important;
}
#topmenu li.marked>a {
	 color:#3a2915!important;
}
#topmenu li.osobo {
    background-color:#7d582c;
}




/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/img/fancy/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background:url(/img/fancy/noise.jpg);
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/img/fancy/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/img/fancy/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/img/fancy/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/img/fancy/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/img/fancy/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/img/fancy/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/img/fancy/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/img/fancy/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/img/fancy/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancy/fancy_shadow_nw.png', sizingMethod='scale'); }


/*
SHOPCAROUSEL.CSS
*/


.shop#carouselBlock {
	position:relative;
	background-color:#f7f8eb;
	width:650px;
}
.shop #prev{
    display: block;
    height: 18px;
    left: 15px;
    position: absolute;
    text-decoration: none;
    top: 45px;
    width: 18px;
    z-index: 100;
	background-image: url(../img/shoparrows_l.png);
}
.shop #next{
    display: block;
    height: 18px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 45px;
    width: 18px;
    z-index: 100;
	background-image: url(../img/shoparrows_r.png);
}
.shop #mainCarouselBlock{
    display: block;
    height: 120px;
    margin-left: 50px;
    overflow: hidden;
    position: relative;
    width: 555px;
}
.shop #animatedBlocksContainer{
	display: block;
	position: relative;
	height:120px;
	margin: 0 auto;
}
.shop .itemBlocks{
    display: block;
    height: 115px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 275px;
}

.shop ul{
	margin:0;
	list-style: none;
}

.shop ul li{
	line-height: 1.5;
	margin-left: 0px;
}

