﻿/*========================     Gallery     =====================*/
.gallery
{
	width: 635px;
	margin: auto;
}
.gallery_name
{
	font: bold 18px Verdana, Geneva, sans-serif;
	padding: 0 0 25px 0;
	color: #9F0101;
}

#gal_slider_wrapper
{
}
#gal_slider
{
	position: relative;
	width: 629px;
	overflow: hidden;
	height: 97px;
	background: url(/content/ruslan/images/gallery/sep_hor_grey.gif) repeat-x bottom;
}
#gal_slider ul
{
	position: absolute;
	width: 10000px;
	left: 0;
}
#gal_slider ul li
{
	width: 75px;
	height: 75px;
	margin: 9px 7px;
	float: left;
}
#gal_slider ul li.current
{
	background-color: #999999;
	border: 1px solid #777777;
}
#gal_slider ul li.current img
{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}


#gal_slider_wrapper .controls
{
	padding: 7px 10px 8px 0;
	background: url(/content/ruslan/images/gallery/sep_hor_grey.gif) repeat-x bottom;
}
#gal_slider_wrapper .buttons
{
	float: right;
}
#gal_slider_wrapper .buttons a
{
	float: left;
	display: inline;
	width: 14px;
	height: 13px;
	overflow: hidden;
	margin: 0 2px;
	outline: none;
}
#gal_slider_wrapper .buttons a.prev
{
	background: url(/content/ruslan/images/gallery/slider_buttons.gif) 0 0 no-repeat;
	outline: none;
}
#gal_slider_wrapper .buttons a.next
{
	background: url(/content/ruslan/images/gallery/slider_buttons.gif) -14px 0 no-repeat;
	outline: none;
}
#gal_slider_wrapper .buttons a.prev:hover
{
	background: url(/content/ruslan/images/gallery/slider_buttons.gif) 0 -13px no-repeat;
}
#gal_slider_wrapper .buttons a.next:hover
{
	background: url(/content/ruslan/images/gallery/slider_buttons.gif) -14px -13px no-repeat;
}

#gal_slider_wrapper .position
{
	float: right;
	padding-top: 3px;
}
#gal_slider_wrapper .position a
{
	float: left;
	display: inline;
	height: 7px;
	width: 7px;
	overflow: hidden;
	background: url(/content/ruslan/images/gallery/position_dot.gif) 0 -7px no-repeat;
	margin: 0 6px 0 0;
	outline: none;
}
#gal_slider_wrapper .position a.current
{
	background: url(/content/ruslan/images/gallery/position_dot.gif) 0 0px no-repeat;
}

.bignav
{
	height: 35px;
	position: relative;
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #800f69;
}
.bignav a
{
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #B6B5B5;
	text-decoration: none;
}
.bignav a:hover
{
	color: #B6B5B5;
	font: bold 14px Verdana, Geneva, sans-serif;
}
.bignav .back
{
	position: absolute;
	left: 0px;
	top: 10px;
}
.bignav .forward
{
	position: absolute;
	right: 0px;
	top: 10px;
}
.bignav .cur_pos
{
	position: absolute;
	left: 47%;
	top: 10px;
	color: #B6B5B5;
}

.big_pic
{
	text-align: center;
	padding: 13px 0px;
}

.big_pic_descr
{
	padding-left: 10px;
}
.big_pic_descr .title
{
	font: bold 12px Georgia, "Times New Roman" , Times, serif;
}

