html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

td, td img {
	vertical-align: top;
} 

input, select, button, textarea {
	margin: 0;
	font-size: 100%;
	outline: none;
}

textarea{
	resize: none;
}

input[type="text"], input[type="password"], textarea {
	padding: 0;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

html {
	overflow-y: scroll; 
	height: 100%;
}

body {
	line-height: 1;
	background: url(../images/bg.jpg) left top repeat;
	color: #000;
	text-align: left;
	font: 12px 'open_sansregular', Tahoma, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	height: 100%;
	position: relative;
}

input, select, button, textarea {
	font-family: 'open_sansregular', Tahoma, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

a, a:visited {
	color: #086CCA;
	text-decoration: underline;
}

a:hover {
	color: #086CCA;
	text-decoration: none;
}

a:focus, a:active {
	color: #086CCA;
	text-decoration: underline;
}

.clear{
	clear:both;
	font-size:0;
	padding:0
}

.nuclear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.nuclear{
	zoom: 1;
	display: block;
}

li{
	list-style: none;
}

input[type="submit"]::-moz-focus-inner{padding:0;border:0}

@font-face {				
	font-family: 'OpenSans-Bold';				
	src: url('../fonts/opensans-bold.eot');				
	src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),						 
		  url('../fonts/opensans-bold.woff') format('woff'),						 
		  url('../fonts/opensans-bold.ttf') format('truetype'),						 
		  url('../fonts/opensans-bold.svg#opensans-bold') format('svg');				
	font-weight: normal;				
	font-style: normal;		
}		

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/opensans-semibold.eot');
	src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
	     url('../fonts/opensans-semibold.woff') format('woff'),
	     url('../fonts/opensans-semibold.ttf') format('truetype'),
	     url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.wrapper{
	height: auto !important;     
	min-height: 100% !important; 
	height: 100%;
	position: relative;
}

.page{
	width: 980px;
	margin: 0px auto;
}

.header{
	padding: 28px 0 32px 0;
}

.header .logo{
	display: block;
	float: left;
}

.header .phone-wrp{
	float: right;
}

.header .phone{
	display: block;
	text-align: right;
	padding: 10px 0 0 0;
	color: #565656;
	font-size: 17px;
	font-family: 'OpenSansSemibold';			
}

.header .phone span{
	font-size: 43px;
	font-family: 'OpenSans-Bold';
	color: #0681CE;
}

.header .phone p{
	margin:0px;
	padding:0px;
	color: #565656;
    display: block;
    font-family: 'OpenSansSemibold';
    font-size: 17px;
    padding: 10px 0 0;
    text-align: right;
	line-height:inherit;
}

.main .header .phone{
	padding: 22px 0 0 0;
}

.header .adress{
	display: block;
	text-align: right;
	color: #373737;
	font-family: 'open_sansregular';
	font-size: 11px;
	position: relative;
	top: -5px;
}

.header .adress p{
	font-family: 'open_sansregular';
	font-size: 11px;
	margin:0px;
	padding:0px;
	line-height:inherit;
}

.header .call-me{
	display: block;
	float: right;
	clear: both;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
	font-size: 10px;
	color: #fff;
	text-align: center;
	font-family: 'OpenSans-Bold';
	width: 180px;
	height: 30px;
	line-height: 30px;
	background: url(../images/call.png) left top no-repeat;
	-moz-box-shadow: 1px 11px 7px -6px #939393;
	-webkit-box-shadow: 1px 11px 7px -6px #939393;
	box-shadow: 1px 11px 7px -6px #939393;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/js/PIE.htc);
}

.header .call-me:hover{
	background: #62BAEA;
}

.hed-top{
	padding: 0 0 30px 0;
}

.hed-btm .main-mnu{
	float: left;
	position:relative;
	z-index:10;
}

.hed-btm .search{
	float: right;
	margin: 7px 0 0 0;
	width: 292px;
}

.hed-btm .search .inp{
	float: left;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 2px solid #11749D;
	width: 246px;
	height: 18px;
	line-height: 18px;
	padding: 3px 7px;
	color: #575757;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
	font-family: 'open_sansregular';
	font-size: 11px;
}

.hed-btm .search .but{
	float: right;
	border: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin: 2px 0 0 0;
	background: url(../images/but.gif) left top no-repeat;
}

.cnt-wrp{
	/*padding: 0 0 50px 0;*/
	height: auto !important;     
	min-height: 100% !important; 
	height: 100%;
}

.catalog-mnu{
	padding: 0 0 5px 0;
}

.catalog-mnu li{
	display: block;
	float: left;
	margin: 0 30px 40px 0;
	text-align: center;
	-moz-box-shadow: 1px 11px 7px -6px #939393;
	-webkit-box-shadow: 1px 11px 7px -6px #939393;
	box-shadow: 1px 11px 7px -6px #939393;
}

.catalog-mnu li.last{
	margin: 0 0 40px 0;
}

.catalog-mnu li a{
	display: block;
	float: left;
	text-decoration: none !important;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border: 4px solid #E3E2E0;
	width: 197px;
	height: 200px;
	padding: 5px;
	color: #076BCB;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'OpenSansSemibold';	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	behavior: url(/js/PIE.htc);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

.catalog-mnu li a img{
	margin:0px;
	//display: block;
}

.catalog-mnu li a:hover{
	border: 4px solid #149CF0;
	color: #393939;
}

.mnu-wrp{
	padding: 0 0 0 172px;
}

.main-mnu{
	background: url(../images/mm.jpg) left top repeat-x;
	position: relative;
	z-index: 1;
	-moz-box-shadow: 0 6px 5px -2px #9B9B9B;
	-webkit-box-shadow: 0 6px 5px -2px #9B9B9B;
	box-shadow: 0 6px 5px -2px #9B9B9B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/js/PIE.htc);	
	float: left;
}

.main-mnu li{
	display: block;
	float: left;
	padding: 0 1px 0 0;
	background: url(../images/mm.jpg) right bottom no-repeat;
	position: relative;
}

.main-mnu li.last {
	background: none;
	padding: 0;
}

.main-mnu li.last a{
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	behavior: url(/js/PIE.htc);
}

.main-mnu li.first a{
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	behavior: url(/js/PIE.htc);	
}

.main-mnu li a{
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	text-decoration: none !important; 
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

.main-mnu li.second a.sknd{
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	padding: 0 62px;
	text-decoration: none !important; 
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

.main-mnu li a:hover,
.main-mnu li:hover a{
	background: url(../images/mm.jpg) left -39px repeat-x;
}

.main-mnu li.current a{
	background: url(../images/mm.jpg) left -39px repeat-x;
}

.hed-btm .main-mnu li a{
	padding: 0 27px;
}

.hed-btm .main-mnu li ul, .main-mnu li ul{
	position: absolute;
	top: 39px;
	left: -1px;
	right: 0;
	z-index: 100;
	z-index: 10;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	behavior: url(/js/PIE.htc);
	background: #29A5ED;
	-webkit-box-shadow: #9B9B9B 0px 2px 3px;
	-moz-box-shadow: #9B9B9B 0px 2px 3px;
	box-shadow: #9B9B9B 0px 2px 3px;
	display: none;
}

.mnu-wrp .main-mnu li ul{
	bottom: 39px;
	top: auto;
	background: #29A5ED;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/js/PIE.htc);

}

.main-mnu li.second ul{
	width: 200px;
	
}

.hed-btm .main-mnu li:hover ul, .main-mnu li:hover ul{
	display: block;
}

.hed-btm .main-mnu li ul li, .main-mnu li ul li{
	float: none;
	background: url(../images/sep.gif) left bottom repeat-x;
	padding: 10px 5px 12px 27px;
}

.hed-btm .main-mnu li ul li.last, .main-mnu li ul li.last{
	background: none;
}

.main-mnu li ul li.last{
	padding: 10px 5px 12px 27px;	
}

.hed-btm .main-mnu li ul li a, .main-mnu li ul li a{
	display: inline;
	float: none;
	background: none !important;
	font-size: 11px;
	height: auto;
	line-height: normal;
	padding: 0;
}

.hed-btm .main-mnu li ul li a:hover, .main-mnu li ul li a:hover{
	text-decoration: underline !important;
}

.puser{
	height: 60px;
}

.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #E9E9E9;
	padding: 20px 0;
	color: #373737;
	font-size: 11px;
	font-family: 'open_sansregular';
}

.footer span{
	display: block;
	padding: 9px 0 0 0;
	float: left;
	font-size: 11px;
	font-family: 'open_sansregular';
}

.footer span p{
	font-size: 11px;
	font-family: 'open_sansregular';	
}

.footer .f-logo{
	display: block;
	float: left;
	margin: 0 78px 0 0;
}

.footer .copy{
	width: 241px;
	padding: 9px 0 0 0;
}

.footer .copy p{
	font-size:11px;
}

.footer .phone{
	float: right;
}

.content{
	float: left;
	width: 615px;
}

h1{
	font-size: 27px;
	font-weight: normal;
	color: #342A28;
	padding: 0 0 2px 0;
	font-family: 'open_sansregular';
}

h2{
	font-weight: normal;
	font-size: 22px;
	font-family: 'open_sansregular';
	padding: 0 0 15px 0;
	color: #322A27;
}

h3{
	font-weight: normal;
	font-size: 16px;
	color: #332C26;
	padding: 0 0 8px 0;
}

.bread-crumbs{
	padding: 0 0 10px 0;
	font-size: 12px;
	font-family: 'open_sansregular';
	color: #767676;
}

.bread-crumbs .dot{
	display: inline-block;
	margin: 0 5px 0 5px;
	position: relative;
	top: -1px;
	background: url(../images/bull.gif) left top no-repeat;
	width: 3px;
	height: 3px;
}

.bread-crumbs a{
	text-decoration: underline;
	color: #02629E;
}

.bread-crumbs a:hover{
	text-decoration: none;
}

.gost-item{
	padding: 25px 0;
	border-bottom: 1px solid #ADADAD;
}

.gost-item .hd{
	display: block;
	font-size: 18px;
	padding: 0 0 12px 0;
}

.gost-item .hd a{
	text-decoration: underline;
	color: #066DC9;
	font-family: 'open_sansregular';
}

.gost-item .hd a:hover{
	text-decoration: none;
}

p{
	font-size: 13px;
	line-height: 20px;
	color: #030303;
	font-family: 'open_sansregular';
	padding: 0 0 20px 0;
}

.gost-item p{
	padding: 0;
}

.sidebar{
	float: right;
	width: 293px;
}

.product-mnu{
	margin: 0 0 40px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
}

.product-mnu li{
	display: block;
}

.product-mnu li a{
	display: block;
	text-decoration: none !important;
	font-family: 'OpenSans-Bold';
	font-size: 13px;
	text-transform: uppercase;
	background: url(../images/pm.jpg) left top repeat-x;
	color: #0580CE;
}

.product-mnu li a:hover{
	background: #fff;
}

.product-mnu li a span{
	height: 30px;
	padding: 14px 0 0 60px;
	display: block;
}

.product-mnu li.li-1 span{
	background: url(../images/ico1g.png) 10px 14px no-repeat;
} 

.product-mnu li.li-2 span{
	background: url(../images/ico2g.png) 9px 8px no-repeat;
} 

.product-mnu li.li-3 span{
	background: url(../images/ico3g.png) 12px 6px no-repeat;
} 

.product-mnu li.li-4 span{
	background: url(../images/ico4g.png) 12px 10px no-repeat;
} 

.product-mnu li.li-5 span{
	background: url(../images/ico5g.png) 11px 7px no-repeat;
} 

.product-mnu li.li-6 span{
	background: url(../images/ico6g.png) 11px 8px no-repeat;
} 

.product-mnu li.li-7 span{
	background: url(../images/ico7g.png) 13px 9px no-repeat;
} 

.product-mnu li.li-8 span{
	background: url(../images/ico8g.png) 12px 10px no-repeat;
} 

/*.product-mnu li.li-1 a:hover span{
	background: url(../images/ico1.png) 10px 14px no-repeat;
} 

.product-mnu li.li-2 a:hover span{
	background: url(../images/ico2.png) 8px 8px no-repeat;
} 

.product-mnu li.li-3 a:hover span{
	background: url(../images/ico3.png) 11px 6px no-repeat;
} 

.product-mnu li.li-4 a:hover span{
	background: url(../images/ico4.png) 11px 10px no-repeat;
} 

.product-mnu li.li-5 a:hover span{
	background: url(../images/ico5.png) 10px 7px no-repeat;
} 

.product-mnu li.li-6 a:hover span{
	background: url(../images/ico6.png) 10px 8px no-repeat;
} 

.product-mnu li.li-7 a:hover span{
	background: url(../images/ico7.png) 13px 9px no-repeat;
} 

.product-mnu li.li-8 a:hover span{
	background: url(../images/ico8.png) 12px 10px no-repeat;
} */

.articles{
	background: url(../images/art-t.png) left top no-repeat;
	padding: 25px 25px 0 25px;
	position: relative;
	width: 235px;
}

.articles-in{
	background: url(../images/art-b.png) left bottom no-repeat;
	position: absolute;
	z-index: 1;
	bottom: -30px;
	left: 0;
	width: 290px;
	height: 167px;
}

.articles .hd{
	display: block;
	font-size: 16px;
	font-family: 'OpenSans-Bold';
	padding: 0 0 15px 0;
	color: #292929;
}

.articles .item{
	padding: 0 0 20px 0;
	position: relative;
	z-index: 100;
}

.articles .item .data{
	display: inline-block;
	background: #0EC1FB;
	padding: 0 5px;
	height: 19px;
	line-height: 19px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/js/PIE.htc);
	font-family: 'open_sansregular';
	font-size: 10px;
	color: #000;
}

.articles .item .txt{
	display: block;
	padding: 7px 0 0 0;
	line-height: 20px;
	font-size: 14px;
	font-family: 'open_sansregular';
}

.articles .item .txt a{
	text-decoration: underline;
}

.articles .item .txt a:hover{
	text-decoration: none;
}

.category{
	border-top: 1px solid #B0B0B0;
	padding: 0 0 20px 0;
}

.category .item{
	border-bottom: 1px solid #B0B0B0;
	padding: 25px 0 30px 0;
}

.category .item .img-wrp{
	display: block;
	float: left;
	width: 154px;
	height: 154px;
	border: 4px solid #E2E2E0;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	-moz-box-shadow: 1px 11px 7px -6px #939393;
	-webkit-box-shadow: 1px 11px 7px -6px #939393;
	box-shadow: 1px 11px 7px -6px #939393;
}

.category .item .rht{
	float: right;
	width: 410px;
	padding: 0 7px 0 0;
}

.category .item .rht .hd{
	display: block;
	padding: 0 0 13px 0;
}

.category .item .rht .hd a{
	text-decoration: underline;
	color: #046DC8;
	font-size: 18px;
	font-family: 'open_sansregular';
}

.category .item .rht .hd a:hover{
	text-decoration: none;
}

.category .item .rht .descr{
	float: left;
	width: 195px;
}

.category .item .rht .descr td{
	width: 90px;
	padding: 0 0 0 9px;
	height: 30px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	color: #202020;
	background: #CDCCCA;
	font-size: 12px;
}

.category .item .rht .descr .bg td{
	background: none;
	border-right: none;
}

.category .item .rht .colors{
	float: right;
	width: 180px;
}

.category .item .rht .colors .row{
	padding: 0 0 5px 0;
}

.category .item .rht .colors .row .txt{
	display: block;
	float: left;
	text-align: right;
	line-height: 30px;
	color: #212121;
	width: 75px;
	font-size: 12px;
}

.category .item .rht .colors .row .prise{
	color: #2A2A2C;
	font-size: 11px;
	display: block;
	float: right;
	position: relative;
	z-index: 1;
	background: #65B9E8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	padding: 0 0 0 10px;
	width: 84px;
	height: 30px;
	line-height: 30px;
}

.category .item .rht .colors .row .prise b{
	font-weight: normal;
	font-size: 18px;
	font-family: 'OpenSans-Bold';
}

.category .item .color-mnu{
	clear: both;
	padding: 5px 0 0 0;
}

.category .item .color-mnu li{
	display: block;
	float: left;
	width: 99px;
	height: 99px;
	margin: 25px 25px 0 0;
	position: relative;
	z-index: 1;
	border: 2px solid #E2E2E2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
}

.category .item .color-mnu li.last{
	margin: 25px 0 0 0;
}

.category .item .color-mnu li a{
	display: block;
	float: left;
}

.feedback{
	margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
	padding: 30px 37px 25px 37px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	behavior: url(/js/PIE.htc);
	-moz-box-shadow: 1px 11px 7px -6px #939393;
	-webkit-box-shadow: 1px 11px 7px -6px #939393;
	box-shadow: 1px 11px 7px -6px #939393;
}

.feedback .row{
	padding: 0 0 23px 0;
}

.feedback .row .inp,
.feedback .row textarea{
	float: left;
	font-size: 14px;
	width: 235px;
	height: 27px;
	padding: 5px 10px;
	color: #787878 !important;
	border-top: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	border-bottom: none;
	border-right: none;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #E4E4E4;
	behavior: url(/js/PIE.htc);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

.feedback .row .inp-rht{
	float: right;
}

.feedback .row .inp:focus,
.feedback .row textarea:focus{
	-moz-box-shadow: 0 0 5px #FFB70A; 
  -webkit-box-shadow: 0 0 5px #FFB70A; 
  box-shadow: 0 0 5px #FFB70A;
}

.feedback .row textarea{
	float: none;
	width: 513px;
	height: 60px;
	overflow: auto;
	padding: 10px;
	line-height: normal;
}

.feedback .but{
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'OpenSans-Bold';
	-moz-box-shadow: 1px 11px 7px -6px #939393;
	-webkit-box-shadow: 1px 11px 7px -6px #939393;
	box-shadow: 1px 11px 7px -6px #939393;
	width: 110px;
	height: 30px;
	display: block;
	margin: 0px auto;
	background: url(../images/but1.png) left top no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/js/PIE.htc);
}

.feedback .but:hover{
	background: #62BAEA;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:615px;
  height:auto;
  display:none;
  z-index:9999;
}

#boxes #dialog{
  width:615; 
  height:auto;  
}

#boxes .window .feedback{
	-moz-box-shadow: 0 0 0 0 #939393;
	-webkit-box-shadow: 0 0 0 0 #939393;
	box-shadow: 0 0 0 0 #939393;
	margin: 0;
	-moz-box-shadow: 0 0 10px #000; 
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

#boxes #dialog .close{
	position: absolute;
	display: block;
	text-decoration: none !important;
	top: 12px;
	right: 14px;
	z-index: 1000;
	background: url(../images/close.jpg) left top no-repeat;
	width: 19px;
	height: 19px;
}

.numpages {
	font-size:14px;
	
}

.numpages .pages span {
	margin-right:4px;
	margin-left:4px;
	
}

.numpages .pages a {
	margin-right:5px;
	margin-left:5px;
	
}

ul.galleryry li{
	float:left;
    margin:0px;
	padding:0px;
	margin:7px;
	width:180px;
	height:139px;
	border:#E2E2E2 3px solid;

	
}

ul.galleryry li:hover{
	margin:7px;
	border:#149CF0 3px solid;
		width:180px;
	height:139px;

	
}

ul.galleryry li img{
	margin:0px;
	padding:0px;
		width:180px;
	height:139px;
	
}

ul.galleryry li img:hover {
	margin:0px;
	padding:0px;
/*	  opacity:0.9;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;*/
	
}

ul.galleryry2 li{
	float:left;
    margin:0px;
	padding:0px;
	margin:7px;
	width:180px;
	height:271px;
	border:#E2E2E2 3px solid;
	margin-bottom:40px;

	
}

ul.galleryry2 li:hover{
	margin:7px;
	border:#149CF0 3px solid;
		width:180px;
	height:271px;
	margin-bottom:40px;

	
}

ul.galleryry2 li img{
	margin:0px;
	padding:0px;
		width:180px;
	height:271px;
	
}

ul.galleryry2 li img:hover {
	margin:0px;
	padding:0px;
/*	  opacity:0.9;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;*/
	
}

.specfsert {
	width:180px;
	text-align:center;
	display:block;
	
	
}