@charset "utf-8";
/* CSS Document */


/* import */

/**
 * reset css
 */
@import url("reset.css");

/**
 * base css
 */
@import url("base.css");

/**
 * fonts css
 */
@import url("fonts.css");

/**
 * grids css
 */
@import url("grids.css");

/**
 * form css
 */
@import url("form.css");
/**
 * jquery.plugins css
 */
@import url("jquery.plugins.css");

@import url("google.css");


body {
	background: url(../img/bg/1.jpg) no-repeat 50% 72px;
}

#doc {
	background: url(../img/center/bg.top.gif) no-repeat 0 0;
}

.div-t3 {
	border-top: 1px solid #d4d5d9;
}


.line-a1 {
	background: #94a6b3;
}

.line-a2 {
	background: url(../img/center/linia.gif) repeat-x 0 0;
}

.ng-a1 {
	border-bottom: 1px solid #d4d5d9;
}

.box-bg {
	background: #cbd7de url(../img/center/bg.box.gif) repeat-x 0 0;
}
.box-bg-2 {
	background: #f5f7f8 url(../img/center/bg.box.2.gif) repeat-y 0 0;
	margin-bottom: 15px;
}
.box-bg-3 {
	background: #ffffff url(../img/center/bg.box.3.jpg) no-repeat 0 0;
}

.bg-white {
	background: #FFF;
}

.ul-bg {
	background: #ebeef1;
}
.ul-bg-2 {
	background: #f5f7f8;
}

.ul-bg-hover {
	background: #3386b6;
}
.ul-bg-hover2 {
	background: #d6dce1;
}

.ul-ico,.ul-ico-hover {
	background: url(../img/center/ico.arrow.2.gif) no-repeat 0 0;
	width: 6px;
	height: 5px;
}
.ul-ico-hover {
	background-position: right 0;
}


/*gallery*/
.gallery{
	float: left;
	width: 450px;
}
.imgList{
	float: left;
	width:260px;
	margin-top: 15px;
}
.ss-controls .play, .ss-controls .pause{
	position: relative;
	left: 200px;
	top: 10px;
}
.nav-controls .next{
	position: relative;
	left: 340px;
	bottom: 6px;
}
.nav-controls .prev{
	position: relative;
	bottom: 6px;
}
ul.thumbs li.selected a {
	background:#8888FF none repeat scroll 0 0;
}

.imgList a, .imgList strong, .nav-controls a, .ss-controls span {
	color:#666666;
	text-decoration:none;
	font-family:Helvetica,Arial;
	font-size:0.85em;
	text-align:center;
}
.nav-controls a{
	padding:5px;
}

.pagination{
	clear:both;
	padding-left: 22px;
	margin-top: 10px;
}

div.pagination a{
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	margin-right:2px;
	padding:4px 7px 2px;
}
div.pagination a.active{
	font-weight: bold;	
} 
 
div.pagination ul li{
	list-style: none; 
	float: left;
}

div.pagination ul li.sPagerTitle{
	float:left;
	display:block;
	padding:6px 7px 2px;
}
 
 

ul.thumbs{
	clear: both;
}
ul.thumbs li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 10px 5px 0;
	padding:0;
}
ul.thumbs li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}
ul.thumbs img {
	border:medium none;
	display:block;
}