#mainslid {
				background: transparent url('/2013/images/bg_glare.png') no-repeat center 0;
				width:703px;
				margin:10px 0 20px 0;
				padding:0;
				text-align:center;
				float:right;
			}
			#gallery {
				width:703px;
				height: 330px;
				position:relative;
				margin:0 auto;
			}	
			#gallery #main {
				width:703px;
				height:240px;
				background: transparent url(/2013/images/slider-shadow.png) no-repeat center bottom;
				position:relative;
				text-align:center;	
			}
			#b1{
				width:400px;
				height:240px;
				float:right;
				
			}
			#b2{
				width:243px;
				height:170px;
				padding:50px 30px 20px 30px;
				background:url(/2013/images/image-mainslid/large/b2.jpg) no-repeat;
			}
			#b2-txt{
				width:243px;
				height:100px;
				text-align:center;
				font-size:20px;
				font-family:jaz-light;
				color:#FFF;
				line-height:160%;
				}
				
			#b2-social{
				float: left;
				padding:0 0 0 50px;
				}
				
			#b2-button{
				float:none;
				text-align:center;
				width:59px;
				height:20px;
				line-height:20px;
				color:#FFF;
				font-size:9px;
				margin:20px 50px 0 0;
				background:url(/2013/images/image-mainslid/slid-more-bg.png) no-repeat;
				}
			#gallery #images, #gallery #thumbs {
				overflow: hidden;
			}
			#gallery #images {
				width:703px;
				height:240px;
				margin:0 auto;
				position:absolute;
				top:0;
			}		
				#gallery #images .slide {
					width:703px;
					height:240px;
					position:relative;
					float:left;
				}			
				#gallery #images .slide a {
					display:block;
					position:absolute;
					top:0;
					left:0;
					background: transparent url('/2013/images/carousel_glare.png') no-repeat 0 0;
					width:703px;
					height:240px;				
					
				}
				#gallery #images .slide img {
									
				}
				
			#gallery #thumbs {
				width: 600px;
				height:74px;
				margin:25px 60px 0 0;
			}
				#gallery #thumbs .thumb {
					width:72px;
					height:74px;
					float: left;
					position:relative;
					margin:0 5px 0 20px;
				}	
				#gallery #thumbs .thumb img {
														
				}
				#gallery #thumbs .thumb a {
					display:block;
					position:absolute;
					top:0;
					left:0;
					width:90px;
					height:74px;
					margin:0 0 0 -20px;	
										
				}	
					#gallery #thumbs .thumb a.selected, #gallery #thumbs .thumb a:hover {
						background: transparent url(/2013/images/image-mainslid/carousel_glare_small-over.png)  no-repeat 0 0;
					}
					
					#gallery #thumbs .thumb a.selected {
						background: transparent url(/2013/images/image-mainslid/carousel_glare_small.png)  no-repeat 0 0;
					}	
										
			#gallery #prev, #gallery #next {
				text-indent:-999em;
				position: absolute;
				display:block;
				width:29px;
				height:29px;
				background: transparent url(/2013/images/image-mainslid/next.png) no-repeat 0 0;
				bottom:20px;
			}
				#gallery #prev {
					background-position: 0 0;
					left: 17px;
				}
				#gallery #next {
					background-position: -29px 0;
					
					right: 17px;
				}			
				#gallery #prev:hover { 
					background-position: 0 -29px;				
				}
				#gallery #next:hover {
					background-position: -29px -29px;				
				}
				#gallery #prev.disabled, #gallery #next.disabled {
					display: none !important;
				}