@charset "utf-8";
/* CSS Document */
@font-face{
    font-family: 'SegoeUILight';
    src:url('/cssjs/fonts/Segoe-UI-Cyrillic-Light-latest.eot');
    src:url('/cssjs/fonts/Segoe-UI-Cyrillic-Light-latest.eot?#iefix') format('embedded-opentype'),
           url('/cssjs/fonts/Segoe-UI-Cyrillic-Light-latest.woff') format('woff'),
           url('/cssjs/fonts/Segoe-UI-Cyrillic-Light-latest.ttf') format('truetype'),
           url('/cssjs/fonts/Segoe-UI-Cyrillic-Light-latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Myriad-Pro-Bold';
	src: url('/cssjs/fonts/Myriad-Pro-Bold.eot'); /* IE */
	src: url('/cssjs/fonts/Myriad-Pro-Bold.eot?#iefix') format("embedded-opentype"),
		 url('/cssjs/fonts/Myriad-Pro-Bold.ttf') format('truetype'),
		 url('/cssjs/fonts/Myriad-Pro-Bold.woff') format('woff'); /* Modern Browsers */
}
@font-face {
    font-family: 'pt_sansregular';
    src: url('/cssjs/fonts/pts55fwebfont.eot');
    src: url('/cssjs/fonts/pts55fwebfont.eot?#iefix') format('embedded-opentype'),
         url('/cssjs/fonts/pts55fwebfont.woff') format('woff'),
         url('/cssjs/fonts/pts55fwebfont.ttf') format('truetype'),
         url('/cssjs/fonts/pts55fwebfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'pt_sansregular', Calibri, Tahoma, Helvetica, sans-serif;
	background-color: #7f5f47;
	background-color: #8AAE15;
	background-image: url(../images/fon_uzor.png);
	background-position:top right;
	font-size: 14px;
	color:#333;
}
.body {
	max-width:1500px;
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/fon.png);
	background-repeat:repeat-x;
	box-shadow: 1px 10px 20px #577200;
}
.container {
	margin: 0 auto;
	position: relative;
	padding:0px;
}
.clear {
	clear: both;
}

a {
	color: #19589c;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


.title_2 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;

}

.wrap990 {

	min-width: 985px;
	max-width:1200px;

	margin: 0 auto;
	position: relative;
	padding:0px;
}
.header {
	height: 250px;
	border: 0px solid;

	/*	background-image: url(../images/header_bg.png);
	background-position: top center;
	background-repeat: no-repeat;*/

	background-image: url(../images/fon_uzor.png);


}
.head {
	height: 165px;
	/*background-image: url('../images/fon_horizontal.png');*/
	background-repeat: no-repeat;
	background-position: center 155px;

}
.header_logo {
	position: absolute;
	top: 52px;
	left: 40px;
	font-family:Arial;
	text-transform:uppercase;

}
.header_logo img.logo {
	position: relative;
	top: -5px;
	left: 0px;
	width:80px;
}
.header_logo .logo_text {
	position: absolute;
	top: -20px;
	left: 100px;
	font-size:14px;
	width: 280px;
	color: #003f67;

}
.header_logo .logo_text b{
	font-size:19px;
	letter-spacing:-1px;
	line-height:26px;

}
.lang {
	background-image: url(../images/lang_img.png);
	background-position: top right;
	position: absolute;
	top: 0;
	right: 55px;
	padding-top: 8px;
	padding-bottom: 27px;
	padding-right: 35px;
	padding-left: 215px;
	color: #feffff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.lang a {
	color: #cfeaf4;
	padding-right: 15px;
}
.lang a:hover {
	color: #cfeaf4;
	text-decoration: none;
}



img.bird_moderni {
    vertical-align: middle;
	position: absolute;
	top: 10px;
	left: 35%;
	width: 200px;
}


img.sammit_moderni {
    vertical-align: middle;
	position: absolute;
	top: 27px;
	left: 55%;
	width: 120px;
}


img.eltanba_moderni {
   vertical-align: middle;
position: absolute;
top: 55px;
left: 70%;
width: 85px;
}

/*change Mustakhim*/







.header_block {
	font-size: 14px;
	position: absolute;
	/*top: 80px;*/
	top: 20px;
	right: 50px;

}
.header_block div[class^=header_block_] {
	padding: 5px 25px;
		color: #a51845;
}
.header_block_left {
	float: left;
	border-right: 1px solid brown;

}
.header_block_left h3 {
		font-size: 18px;
		padding: 0px;
		margin:0px;
		color: #000;
}
.header_block_right {
	float: right;
	line-height:20px;
	mar
}

.header_block_right h3 {
		font-size: 18px;
		padding: 0px;
		margin:0px;
		color: #000;
}
.header_search {
	font-size: 12px;
	position: absolute;
	top: 150px;
	right: 50px;
}
.header_search  input.serch{
	padding: 5px 10px;
	border: 1px solid #3BA2CA;
	min-width: 200px;
	border-radius: 5px;
	margin-right: 5px;
	color: #2C5E9D;
}
.header_search  input.btn{
	padding: 4px 10px;
	border: 1px solid darkblue;
	font-size:0.9em;
	background-color: #2c5e9d;
	color: #fff;
	border-radius: 6px;
	margin-top:0px;
}
.header_search  input.btn:hover{
	border: 1px solid darkblue;
	background-color: #4c7ebb;
	color: #fff;

}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1px;
	height: 65px;
	background-color: #bb4a6e;
	/*font-family: 'SegoeUILight', 'Segoe UI Light', Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	/*
	background-image: url(../images/menu_top_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	*/
	padding-left: 20px;
}
.menu li {
	float: left;
}
.menu li a {
	color: #fefefe;

	height: 44px;
	display: block;
	padding: 0px 15px;
	padding-top: 25px;
	text-decoration: none;
}
.menu li a:hover {
	background-color: #a51845;
}
.slider_area {
	height: 350px;
	background-image: url(../images/fon_foto_gray.jpg);
	background-color: #3596be;
	background-position: center center;
	width: 100%;
	padding:0px;
}

.slider {
	background-image: url(../images/slider_bg990.png);
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #3469a0;
	margin: 0px;
	height:346px;


}

.slider .wrap990 {
	/*overflow-x: hidden;*/
}

.slider img.sl_zero {
	position:absolute;
	left:230px;
	top: 50px;
}

.rod_stat {
	background-color: orange;
	position:absolute;
	width: 340px;
	top: -50px;
	height: 60px;
	left:90px;
	padding:12px;

}

.header_logo_star {
	position: absolute;
	top: 0;
	left: 0;
        animation-name: 'header_logo_star';
		animation-duration: 10000ms;
		animation-iteration-count: infinite;
		animation-direction: normal;
        animation-timing-function: ease;

                -webkit-animation-name: 'header_logo_star';
                -webkit-animation-duration: 10000ms;
				-webkit-animation-iteration-count: infinite;
				-webkit-animation-direction: normal;
                -webkit-animation-timing-function: ease;

                -moz-animation-name: 'header_logo_star';
                -moz-animation-duration: 10000ms;
				-moz-animation-iteration-count: infinite;
				-moz-animation-direction: normal;
                -moz-animation-timing-function: ease;
	left:230px;
	top: 50px;
}


@keyframes 'header_logo_star' {
	85%{transform:rotate(0deg);}
	to{transform:rotate(360deg);}
}
@-webkit-keyframes 'header_logo_star' {
	85%{-webkit-transform:rotate(0deg);}
	to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes 'header_logo_star' {
	85%{-moz-transform:rotate(0deg);}
	to{-moz-transform:rotate(360deg);}
}




.slider .sl_zero_persent {
	position:absolute;
	left:475px;
	top: 85px;
	margin:0px;
	color: #2c5890;
	font-family: Arial;
	font-size:32px;
	font-weight:bold;
}


.slider img.sl_zero_lines {
	position:absolute;
	left:460px;
	top: 75px;
}
.slider img.sl_zero_title {
	position:absolute;
	left:470px;
	top: 32px;
}
.slider .sl_zero_text {
	position:absolute;
	left:615px;
	top: 85px;
	font-family: 'pt_sansregular', 'SegoeUILight', Calibri, Tahoma;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color: #fff;
}

.slider .sl_zero_text p{
	padding:3px;
	margin:1px;
}
.slider .sl_zero_text p:hover{
	color: #ffd800;
}
.page_link {
	margin-top:-10px;
	margin-bottom:25px;
	padding:0px;

	text-align:left;
	height:20px;
	font-size:12px;
	color: #777;
}
.content {
	padding-top: 55px;
	padding-bottom: 40px;
	padding-left:15px;
	padding-right: 0px;
	color: #000;

}
.strategy {
	background-image: url('../images/fon_strategy2050.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.content_left {
	width: 290px;
	float: left;
	padding-right: 25px;
	color: #3d3d3d;
	color: #000;
	padding-left: 10px;
	margin-top: 25px;
}

.content_left_title, p.title {
	color: #000;
	font-size: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.content_left a {
	color: #19589c;
	font-weight: normal;
	display: block;
	margin-bottom: 28px;
}
.content_left a:hover {
	text-decoration: none;
}




.content_center {
	float: left;
	max-width: 500px;

	border-left: 1px solid #c1c1c1;
	padding-left: 35px;
	padding-right: 40px;
	color: #3d3d3d;
	margin-top: 25px;
}
.content_center_title, p.title {
	color: #0C9660;
	font-size: 24px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.content_center a {
	color: #19589c;
	font-weight: normal;
	display: block;
	margin-bottom: 28px;
}
.content_center a:hover {
	text-decoration: none;
}
.content_right {
	float: right;
	width: 250px;
	margin-right:10px;
}
.content_right_title {
	color: #0C9660;
	font-size: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	margin: 25px 0;
	text-transform: uppercase;
	text-align: center;
}
.content_right_text {
	color: #3d3d3d;
	padding: 20px;
	font-size: 15px;
}
.content_right_text a {
	color: #2863a2;
}
.content_right_text a:hover {
	text-decoration: none;
}

.blog_right {
	padding: 5px 0px;
	background-color: #f7f4e7;
	width: 250px;
	margin-right:10px;
}

.gosbanners {
	width:100%;
	text-align:center;
	margin-top:20px;
}
.gosbanners img {
	border:1px solid #ccc;
	margin-top:20px;
	max-width:240px;
	text-align:center;
}

.feedback-blog{
  margin: 10px 0px;
}

.feedback-blog .feedback-content-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #f7f4e7;
}

.feedback-blog .feedback-content-area h2{
  color: #0C9660;
  font-size: 20px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-weight: bold;
  margin: 10px 0px;
  text-transform: uppercase;
  text-align: center;
}

.feedback-blog .feedback-content-area p{
  margin: 10px 0px;
}


.feedback-blog .feedback-content-area a{
  padding: 8px 20px;
  background: #0C9660;
  color: #fff;
  text-decoration: none;
}

.gos_sites {
	width:100%;
	text-align:center;
	margin-top:80px;
	padding: 5px 0px 0px 0px;
}
.gos_sites img {
	border:1px solid #ccc;
	margin:0px 0px 0px 20px;
	max-width:240px;
	text-align:center;

}
.left {
	width: 65%;
	float: left;
}
.right {
	width: 30%;
	border-left: 1px dotted #ccc;
	min-height: 700px;
	float: right;
	padding-left: 20px;
	right:0px;
}

.left table, td {
	border:1px solid #c2b8a1;
	/*background-color: #d2e6e9;*/
	padding:9px 10px 2px 10px;
}
.left table {
	width:100%;
	border:0px;
}

.about_region {
	width:100%;
	height: 350px;
	margin: 0 auto;

}
.about_slider {
	height: 350px;
	min-width: 950px;
	max-width: 1100px;
	position: relative;
	overflow-y: hidden;
	margin: 0 auto;
	background-color: #7baecf;
	/*background-color: #9bbb4d;*/
	background-image: url(../images/fon_slider.png);
	background-repeat: no-repeat;
	background-position: 436px 30px ;
}



.line {
	/*background-image: url(../images/slider_bg.jpg);
	background-position: bottom center; */
	height: 15px;
	background-color: #9bbb4d;
}
.maps {
	background-color: #003f67;
	padding: 0px 0 30px 0;
		background-image: url('../images/fon_horizontal.png');
	background-repeat: no-repeat;
	background-position: top center;
	min-height:338px;
}
.maps_left_image {
	float: left;
	position:absolute;
	width: 300px;
	padding-right: 45px;
	padding-left: 10px;
	padding-top: 0px;
	color: #fff;
	font-size: 14px;

}

.maps_left {
	float: left;
	left:340px;
	position:relative;
	width: 300px;
	padding-right: 45px;
	padding-left: 10px;
	padding-top: 30px;
	color: #fff;
	font-size: 14px;
	min-height:300px;
}
.maps_left_title {
	color: #fff;
	font-size: 24px;

	font-weight: bold;
	padding-right: 23px;
	margin-bottom: 25px;
}
.maps_left a {
	color: #fff;
	display:block;
	padding-top:18px;
}
.maps_left a:hover {
	text-decoration: none;
}
.maps_right {
	float: right;
	width: 600px;
}
.project {
	background-image: url(../images/slider_bg.jpg);
	background-position: bottom center;
	height: 157px;
	font-size:16px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
}
.project_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project_list li {
	float: left;
	width: 33%;
	text-align: center;
	padding-top: 10px;
}
.project_list li img {
	display: block;
	margin: 16px auto;
}
.project_list li a {

	color: #003d56;
	font-weight: bold;
}
.project_list li a:hover {
	text-decoration: none;
}

.expo2017 {
	border-top:25px solid #fff;
	background-color: #fff;
	padding:0px ;
	height: 150px;
	bottom: 0px;
	background-image: url(../images/expo2017banner_980x100.png);
	background-position: top center;
	background-repeat: repeat-x;
}


.banners {
	width:100%;
	font-family: Arial;
	padding: 20px 0px 20px 0px;
}
.banners .banners_img {
	float: left;
	margin-right: 15px;
}
.banners_block {
	background-color: #f0ecd3;
	padding: 18px 26px;
	float: right;
}
.banners_block a {
	color: #544d3d;
	font-size: 14px;
	padding: 10px 0;
	padding-left: 40px;
	margin-right: 20px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
}
.banners_block a:hover {
	text-decoration: none;
}
.banners_block a.stat {
	background-image: url(../images/icon_1.png);
}
.banners_block a.otzyv {
	background-image: url(../images/icon_2.png);
}

.banner_port {
	width: 240px;
	position:absolute;
	top: 10px;
	padding: 18px 26px;
	float: right;
}

.banners_list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
	/*border-top: 2px solid #41aec3;*/
	padding-top: 40px;
}
.banners_list li {



		display: table-cell;
		float: left;
		height: 70px;
		vertical-align: middle;
		width: 260px;

}

.footer {
	height: 140px;
	border-top: 1px solid #52c8d3;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	background-color: #99c4de;
	color: #003f67;
	background-image: url('../images/fon_horizontal.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.c {
	position: absolute;
	top: 20px;
	left: 45px;

	width:300px;
}
.social {
	border-left: 1px solid #d39b52;
	border-right: 1px solid #d39b52;
	padding: 5px 17px;
	padding-right: 200px;
	position: absolute;
	top: 25px;
	left: 370px;
}
.mediana {
	color: #003f67;
	font-size: 11px;
	position: absolute;
	top: 27px;
	right: 45px;
}
.mediana a {
	display: inline-block;
	background-color: #ae2626;
	color: #fff;
	font-weight: normal;
	font-size:12px;
	padding: 4px 20px 6px 9px;
	text-decoration: none;
	margin-top: 4px;
}
.mediana a:hover {
	background-color: #333;
	color:#fff;
}
.sub_menu{
	/*display:none;
	float:left;
	list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;*/
}
.sub_menu li{
	/*white-space: nowrap;*/
}
.banner_links {
	position:relative;
    border-top: 2px solid #41AEC3;
    margin-top: 40px;
}
.anyClass {
    padding-top: 40px;
    margin-left: 25px;
}



.right_small_menu li a{
	display:block;
	padding: 10px 5px 10px 25px;
	border-bottom: 1px dotted #777;
	margin-right: 0px;
	font-size: 16px;
	font-weight:normal;
	font-family: Calibri, Arial;
	color: #0086b8;
}
.right_small_menu li a:hover{
	background-color: #3D8FB6;
	color:#fff;

}
.right_small_menu li div{
	padding: 10px 5px 10px 25px;
	border-bottom: 1px dotted #777;
	margin-right: 0px;
	font-size: 16px;
	font-weight:normal;
	font-family: Calibri, Arial;
}
.right_small_menu li{
	list-style: none;
}
.right_small_menu{
	list-style: none;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 30px;
}
.right_small_menu_2_li{
  	border-left:10px solid #f4c300;
	font-weight:bold;
}


.right_small_menu_2 li{
	 list-style:none;
	 padding:none;
	 margin:none;
}
.right_small_menu_2{
	padding: 0px 1px 1px 6px;
}
.form_blog {
	border:0px dotted gray;
	padding:10px 15px 20px 25px;
	background-color:#e5f1f7;
	max-width:260px;
}
.form_blog p, .site_login_cabinet p {
	font-size:24px;
	font-weight:bold;
}
.our_mission {
	margin-top:0px;
	width:300px;
	font-size:34px;
	line-height:25px;
	font-family: 'Myriad-Pro-Bold', 'MyriadPro-Cond', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #b3d2de;
	text-shadow:1px 1px 1px #fff;
}

.docfiles_list li {
	list-style:none;
	margin-bottom: 30px;
	padding-left: 0px;
}
.docfiles_list li img {
	list-style:none;
	padding-left: 0px;
}

.l1, .l2, .l3, .l4, .l5, .l6 {
	margin-top: 14px;
	margin-left: 247px;
	z-index: 1;
	position:relative;
	}
.inf1, .inf2, .inf3, .inf4, .inf5, .inf6  {
	border-top: 1px solid #cfe3ee;
	border-bottom: 1px solid #000;
	border-radius: 10px;
	padding:20px 15px 20px 25px;
	background-color: #b9e0eb;
	background-image: url(../images/fon_bg_slider_comment.png);
	background-repeat: repeat-x;
	background-position: center;
	color:#264a5f;
	position:absolute;
	left: 0px;
	top: 30px;
	display: none;
	font-size: 12px;
	z-index: 10;
	line-height:17px;
	width: 300px;
	font-family: Tahoma;
	text-shadow:0px 1px 0px #fff;
	}
.blog_question_text {
		border:0px dotted darkblue;
		box-shadow: 1px 2px 5px #fff;
		padding:15px;
		margin-bottom:10px;

}
.blog_question_title {
	font-size:20px;
	line-height:18px;
	text-transform:normal;
	color: #333;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	border-top: 3px solid #ccc;
	padding-top:20px;

}
.blog_question_answer {
	color: #4682B4;
}

.pager_line {
	margin: 20px 0px 0px 0px;
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	letter-spacing:-2px;
}

.pager_activ {
	display:inline;
	/*background-color:#e2dcbe;
	border: 1px solid #dbd3c9;*/
	background-color:#487aa0;
	border: 0px solid #487aa0;
    	border-radius:6px;
	margin:2px;
    	padding: 8px 15px 8px 15px;
	background-image: url('/images/bg_circle_for_stats.png');
	background-position: top center;
	background-repeat:repeat-x;
}
.pager {
	display:inline;
	/*background-color:#ffc000;
	border:0px  solid #ffc000;*/
	background-color:#ddad00;
	border:0px  solid #ddad00;
    	border-radius:6px;
	margin:2px;
    	padding: 8px 15px 8px 15px;
	background-image: url('/images/bg_circle_for_stats.png');
	background-position: top center;
	background-repeat:repeat-x;
}
.pager a{
	color: #ffffff;
   	padding: 0 0px;

}
.pager:hover {
	background-color:#ffd800;
	border:0px solid #ffd800;
}
.site_map_list
{
	list-style: none;
	position:relative;

}
.site_map_list li
{
	padding: 4px;
}

.sitemenu_links {
	padding: 20px 0px 45px 0px;
	background-color: #316ea7;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	font-family: Arial, Tahoma;
	text-shadow: none;
	color: #fff;



}
.sitemenu_links h2 {
	font-family: 'SegoeUILight';
	font-size: 32px;
	color: #A4DCF2;
	text-transform:none;
	letter-spacing:0px;
	text-align:left;
	padding-bottom:0px;
	border-bottom:1px solid #3ba2ca;
	padding-left: 15px;
	margin-bottom: 0px;
}
.sitemenu_links strong, .sitemenu_links p  {
	color: #93e7ff;
	margin: 25px 0px 5px 0px;
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	text-transform:uppercase;
}
.sitemenu_links a {
	color: #fff;
	padding: 0px 0px;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
.sitemenu_links a:hover {
	color: #b9dafc;

}
.sitemenu_links table, .sitemenu_links tr, .sitemenu_links td {
	border: none;

}
.images_list {
    display: block;
    clear: both;
}
.images_list li {
    float: left;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    list-style: outside none none;
    margin: 5px;
}
.images_list li img {
    border: 1px solid #777;
    padding: 5px;
    margin: 5px;
}

.gossymbols {
	width:100%;
	padding: 50px 0;
	font-size: 13px;
	font-weight:bold;
	background-color: #f0f0f0;
	color: #003f67;
	background-image: url('../images/fon_horizontal.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.gos_symbol_title {
		width:15%;
		position: relative;
		float: left;
		margin-right: 20px;
		font-size: 18px;
		line-height:16px;
		font-weight:normal;
		color: #777;
		text-align: right;
		border-right: 1px solid brown;
		padding-right: 20px;
}
.gos_symbol {
		width:22%;
		position: relative;
		float: left;
		margin-left: 40px;
}

.gossymbols img {
	float: left;
	margin-right: 15px;
	height:50px;
}
.prev-next {
	width:90%;
	height: 32px;
		background-image: url('../images/point.png');
	background-repeat: repeat-x;
	background-position: center;
}
.iagree {
	text-decoration:none;
	padding: 7px 20px;
	border: 2px solid #19589C;
	border-radius: 20px;
}
.prev {
	float:left;
	position:absolute;
}
.next {
	float:right;

}
.prev, .next {
	cursor: pointer;
}

.vimg{
	padding: 0px;
	margin: 5px 0px;
	width: 100%;
}
