body {
	font-family: Arial;
	font-size: 15px;
	color: #656565;
}



div.header {
	background: url('images/target.gif') no-repeat top right;; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
}

h2.pic {
	text-indent: -5000px;
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 20px;
}

h2.here {
	background-image: url('images/here_you_can_get.gif');
}

h2.lets {
	background-image: url('images/lets.gif');
}


div.content {
	width: 625px;
	margin: 0 auto;
	position: relative;
	_height: 1%;
}

ul.desc li {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;

	width: 490px;
}

ul.desc li.disc {
	background-image: url('images/disc.gif');
}

ul.desc li.square {
	background-image: url('images/square.gif');
}

ul.desc li.triangle {
	background-image: url('images/triangle.gif');
}

div.footer {
	width: 625px;

	font-size: 12px;
	color: #b8b8b8;
	_padding-bottom: 25px;
}

div.footer p.authors {
	color: #656565;
	overflow: hidden;
}

div.footer .name {
	color: #656565;
	text-decoration: none;
	display: block;
	float: left;
	padding-bottom: 5px;
	background: url('images/wave_brown.gif') repeat-x bottom left;
	margin-right: 5px
}


div.contacts ul li.email span {
	background-image: url('images/wave_blue.gif');
}

div.contacts ul li.phone span {
	background-image: url('images/wave_green.gif');
}

div.contacts ul li.skype span {
/*	background-image: url("images/wave_red.gif");*/
}


div.contacts ul li span.desc {
	margin-right: 7px;
	background-image: url('none');
}


div.gallery {
	background-color: #efefef;
	padding: 0px 0 20px;
	position: relative;
}

div.gallery div.tabs {
	background-color: #fff;
	margin-top: px;
}

div.gallery div.tabs ul.tabs {
	width: 680px;
	margin: 0 auto;
	overflow: hidden;
}

div.gallery div.tabs ul.tabs li {
	float: left;
	width: 136px;
	text-align: center;
	padding: 10px 0;
}

div.gallery div.tabs ul.tabs li.active {
	background: #efefef url('images/tab_bg.gif') no-repeat top left;
}

div.gallery div.preview {
	text-align: center;
	margin-top: 10px;
}

ul#gallery li img {
	width: 625px;
}

.gallery-wrap {
	text-align: center;
	margin: 0px auto 0;
}

img.nav {
	position: absolute;
	top: 50%;

	cursor: pointer;
}

img.nav.prev {
	left: 0px;
}

img.nav.next {
	right: 0px;
}

div.gallery-wrapper {
	width: 625px;
	margin: 0 auto;

}

div.thumbs-wrapper {
	overflow: hidden;
	width: 625px;
	position: relative;
	left: 12px;
	margin: 20px auto 0;
}

div.thumbs-wrapper li {
	float: left;
	margin-right: 24px;
}

div.thumbs-wrapper li.last {
	margin-right: 0;
}

div.gallery-wrap {

	width: 625px;
}



a.activeSlide img {
	opacity: 0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}